hello, world\n I'm trying to selectively install binaries in the source tree, i.e. to only install bin/dd and bin/df this is what I hoped would work: root_at_hal9000:/usr/src # make buildworld # succeeds root_at_hal9000:/usr/src # cd bin root_at_hal9000:/usr/src/bin # make install SUBDIR='dd df' But it fails: ===> dd "/usr/share/mk/bsd.subdir.mk", line 60: Inconsistent operator for dd "/usr/share/mk/bsd.subdir.mk", line 66: warning: duplicate script for target "dd" ignored make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /share/HEAD/src/bin. (-CURRENT sources and /usr/share/mk/* as of today). Is this 1) a bug somewhere (though nothings seems to be wrong with bsd.subdir.mk) 2) me being confused about how SUBDIR is intended to be used 3) something else Yes, I know I can workaround by cd /usr/src/bin/dd; make install cd /usr/src/bin/df; make install But why do all the src/*/Makefiles assign the list of subdirs to SUBDIR and DTRT, but I can't from the outside? Regards, Jens -- Jens Schweikhardt http://www.schweikhardt.net/ SIGSIG -- signature too long (core dumped)Received on Sun Jan 25 2004 - 06:18:06 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:39 UTC