Skip site navigation (1)Skip section navigation (2)
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=0D=0A=0D=0AThis works:=0D=0A--=0D=0A# echo =
'CPUTYPE?=3Dcore2=0D=0ACFLAGS+=3D-march=3Dnative=0D=0ANO_CPU_CFLAGS=3Dyes=0D=0ACOPTFLAGS+=3D-march=3Dnative=0D=0ANO_CPU_COPTFLAGS=3Dyes' =
| /usr/bin/make __MAKE_CONF=3D/dev/null -f - -V =
CPUTYPE=0D=0A--=0D=0A=0D=0AThis DOESN'T:=0D=0A--=0D=0A# echo =
'CPUTYPE?=3Dcore2=0D=0ACFLAGS+=3D-march=3Dnative=0D=0ANO_CPU_CFLAGS=3Dyes=0D=0ACOPTFLAGS+=3D-march=3Dnative=0D=0ANO_CPU_COPTFLAGS=3Dyes' =
| /usr/bin/make __MAKE_CONF=3D/dev/null -f - -j4 =
buildworld=0D=0A=0D=0Amake: don't know how to make buildworld. Stop=0D=0A =
   (Yes, in /usr/src)=0D=0A--=0D=0A=0D=0AWhen '-f -' is removed, build =
will start?=0D=0AIs this a bug or I simply don't see, an obvious =
thing?=0D=0A=0D=0A=0D=0ADomagoj Smol=E8i=E6



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110927.093117.140.1>