Date: Tue, 27 Sep 2011 11:31:17 +0200 From: rank1seeker@gmail.com To: hackers@freebsd.org Subject: /usr/src -> make doesn't recognize target when '-f -' is used Message-ID: <20110927.093117.140.1@DEV>
next in thread | raw e-mail | index | archive | help
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?
Domagoj Smolčić
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110927.093117.140.1>
