Question on error: "Makefile", line 24: Need an operator

Brandon S. Allbery KF8NH allbery at ece.cmu.edu
Mon Jan 14 12:53:28 PST 2008


On Jan 14, 2008, at 14:56 , Jim Stapleton wrote:

> do-build:
>     (cd ${WRKDIR}/extended_threading/extended_threading/ && \
>      echo "import sys; import py_compile; for f in sys.argv:
> py_compile.compile(f)" | python *)

Spaces won't work:  indentation for commands must use hard tabs.

-- 
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery at kf8nh.com
system administrator [openafs,heimdal,too many hats] allbery at ece.cmu.edu
electrical and computer engineering, carnegie mellon university    KF8NH




More information about the freebsd-ports mailing list