Annoying changes to work on Sun boxes.
This commit is contained in:
parent
50e628cb8f
commit
1c253ceb58
19 changed files with 95 additions and 54 deletions
|
|
@ -71,16 +71,12 @@ it:V: all
|
|||
|
||||
<$PLAN9/src/mkmany
|
||||
|
||||
$SLIB: $LIBOFILES
|
||||
ar rvc $SLIB $LIBOFILES
|
||||
|
||||
# xml.c:D: mkxml dat.h
|
||||
# ./mkxml dat.h > xml.c
|
||||
|
||||
$SLIB(%.$O):N: %.$O
|
||||
$SLIB: ${LIBOFILES:%=$SLIB(%)}
|
||||
names=`echo $newprereq | sed -E 's/'$SLIB'\(([^)]+)\)/\1/g'`
|
||||
# names = `{echo $newprereq |sed 's/ /\n/g' |sed -n 's/'$SLIB'\(([^)]+)\)/\1/gp'}
|
||||
ar rvc $SLIB $names
|
||||
# rm $names
|
||||
|
||||
ainstall:V: ${TARG:%=%.ainstall}
|
||||
|
||||
%.ainstall:V: $O.%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue