Fixed for Ultrix: pass SUF
This commit is contained in:
parent
8468609eda
commit
2dbe465c0d
|
@ -1,6 +1,6 @@
|
||||||
# $Header$
|
: $Header$
|
||||||
# This script makes an archive. The only option it knows is -o, which
|
: This script makes an archive. The only option it knows is -o, which
|
||||||
# creates a library.
|
: creates a library.
|
||||||
|
|
||||||
rm -f OLIST
|
rm -f OLIST
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ DIRS=`cat LIST`
|
||||||
for i in $DIRS
|
for i in $DIRS
|
||||||
do
|
do
|
||||||
cd $i
|
cd $i
|
||||||
if make "MACH=$MACH" "MACHFL=$MACHFL" $AR -f ../Makefile
|
if make "MACH=$MACH" "MACHFL=$MACHFL" "SUF=$SUF" $AR -f ../Makefile
|
||||||
then
|
then
|
||||||
cd ..
|
cd ..
|
||||||
if [ $AR = tar ]
|
if [ $AR = tar ]
|
||||||
|
|
|
@ -35,7 +35,7 @@ tailcp: tail
|
||||||
rm -f $(OLIB)
|
rm -f $(OLIB)
|
||||||
|
|
||||||
lib:
|
lib:
|
||||||
MACH=$(MACH) MACHFL="$(MACHFL) -LIB" ASAR=$(ASAR) \
|
MACH=$(MACH) MACHFL="$(MACHFL) -LIB" ASAR=$(ASAR) SUF=$(SUF) \
|
||||||
OLIB=$(OLIB) MakeArch -o
|
OLIB=$(OLIB) MakeArch -o
|
||||||
|
|
||||||
ar aal arch:
|
ar aal arch:
|
||||||
|
|
Loading…
Reference in a new issue