tInstall commands before subdirectories, so we get yacc before compiling hoc. - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 2fd9db992abb50c889272c62cd68bce884407c15
(DIR) parent b4705757e57c6f5e21715e8a1e9513af09c37775
(HTM) Author: rsc <devnull@localhost>
Date: Sun, 29 Feb 2004 22:58:04 +0000
Install commands before subdirectories,
so we get yacc before compiling hoc.
Diffstat:
M src/mkmany | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/src/mkmany b/src/mkmany
t@@ -13,12 +13,14 @@ $O.%: %.$O $OFILES $LIB
$BIN/%: $O.%
$INSTALL $O.$stem $BIN/$stem
-install:V:
+many-install:V:
for i in $TARG
do
mk $MKFLAGS $i.install
done
+install:V: many-install
+
CLEANFILES=$CLEANFILES $PROGS
NUKEFILES=$NUKEFILES ${TARG:%=$BIN/%}