Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 1996 09:44:11 +0100
From:      Christoph Kukulies <kuku@gilberto.physik.rwth-aachen.de>
To:        freebsd-current@freefall.FreeBSD.org
Subject:   world build Makefile (mk)
Message-ID:  <199611120844.JAA25385@gilberto.physik.rwth-aachen.de>

next in thread | raw e-mail | index | archive | help

What am I missing resp. what has changed that I cannot build world
any longer in a hierarchy that looks like this:

cd /u/BLUES/src
blues# make mk
cd /u/BLUES/src/share/mk &&     make install
cd /u/BLUES/src/share/mk && install -c -o bin -g bin -m 444 bsd.README bsd.dep.mk bsd.doc.mk bsd.info.mk bsd.kern.mk bsd.kmod.mk bsd.lib.mk bsd.libnames.mk bsd.man.mk bsd.obj.mk bsd.own.mk bsd.port.mk bsd.port.subdir.mk bsd.prog.mk bsd.sgml.mk bsd.subdir.mk sys.mk  /mk
usage: install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 file2
       install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 ...
             fileN directory
       install -d [-g group] [-m mode] [-o owner] directory ...
*** Error code 64

Stop.
*** Error code 1

Stop.


While doing that in /usr/src works fine. (This all used to work one or two
weeks ago without setting any special environmental variable).

blues# cd /usr/src
blues# make mk
cd /usr/src/share/mk && make install
cd /home/src/share/mk && install -c -o bin -g bin -m 444 bsd.README bsd.dep.mk bsd.doc.mk bsd.info.mk bsd.kern.mk bsd.kmod.mk bsd.lib.mk bsd.libnames.mk bsd.man.mk bsd.obj.mk bsd.own.mk bsd.port.mk bsd.port.subdir.mk bsd.prog.mk bsd.sgml.mk bsd.subdir.mk sys.mk  /usr/share/mk
blues# 

--Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de



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