Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2019 15:17:35 +0200
From:      Domagoj =?UTF-8?Q?Smol=C4=8Di=C4=87?= <rank1seeker@gmail.com>
To:        hackers@freebsd.org
Subject:   MAKEOBJDIRPREFIX fails if it has dot '.' in dir name (maybe also with some other chars)
Message-ID:  <20190812151735.000070b0@gmail.com>

next in thread | raw e-mail | index | archive | help
11.3-RELEASE-p2


# make MAKEOBJDIRPREFIX=3D/usr/obj/usr.LOCAL buildworld
make[1]: "/usr/src/Makefile.inc1" line 163: SYSTEM_COMPILER: Determined tha=
t CC=3Dcc matches the source tree.  Not bootstrapping a cross-compiler.
--------------------------------------------------------------
>>> World build started on Sat Aug 12 11:57:54 CEST 2019
--------------------------------------------------------------

--------------------------------------------------------------
>>> Rebuilding the temporary build tree
--------------------------------------------------------------
rm -rf /usr/obj/usr.LOCAL/usr/src/tmp
rm: /usr/obj/usr.LOCAL/usr/src/tmp: Not a directory
*** Error code 1

Stop.
make[1]: stopped in /usr/src
*** Error code 1

Stop.
make: stopped in /usr/src




# env MAKEOBJDIRPREFIX=3D/usr/obj/usr_LOCAL make buildworld
make[1]: "/usr/src/Makefile.inc1" line 163: SYSTEM_COMPILER: Determined tha=
t CC=3Dcc matches the source tree.  Not bootstrapping a cross-compiler.
--------------------------------------------------------------
>>> World build started on Sat Aug 12 11:58:52 CEST 2019
--------------------------------------------------------------

--------------------------------------------------------------
>>> Rebuilding the temporary build tree
--------------------------------------------------------------
rm -rf /usr/obj/usr_LOCAL/usr/src/tmp
mkdir -p /usr/obj/usr_LOCAL/usr/src/tmp/lib
...
...
...
...


Domagoj Smol=C4=8Di=C4=87



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