On Sep 27, 2011, at 2:31 AM, rank1see...@gmail.com wrote:

> cd /usr/src
> 
> This works:
> --
> # echo 'CPUTYPE?=core2
> CFLAGS+=-march=native
> NO_CPU_CFLAGS=yes
> COPTFLAGS+=-march=native
> NO_CPU_COPTFLAGS=yes' | /usr/bin/make __MAKE_CONF=/dev/null -f - -V CPUTYPE
> --
> 
> This DOESN'T:
> --
> # echo 'CPUTYPE?=core2
> CFLAGS+=-march=native
> NO_CPU_CFLAGS=yes
> COPTFLAGS+=-march=native
> NO_CPU_COPTFLAGS=yes' | /usr/bin/make __MAKE_CONF=/dev/null -f - -j4 
> buildworld
> 
> make: don't know how to make buildworld. Stop
>    (Yes, in /usr/src)
> --
> 
> When '-f -' is removed, build will start?
> Is this a bug or I simply don't see, an obvious thing?

How are you invoking the build exactly in each case?
Thanks,
-Garrett_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to