*** empty log message ***
This commit is contained in:
parent
d5399de251
commit
783f95590f
2
mach/compare
Executable file
2
mach/compare
Executable file
@ -0,0 +1,2 @@
|
||||
MACH=`(cd .. ; basename \`pwd\`)`
|
||||
cmp $1 ../../../lib/${MACH}/$1
|
||||
7
mach/install
Executable file
7
mach/install
Executable file
@ -0,0 +1,7 @@
|
||||
MACH=`(cd .. ; basename \`pwd\`)`
|
||||
if cp $1 ../../../lib/${MACH}/$1
|
||||
then
|
||||
set -
|
||||
ranlib ../../../lib/${MACH}/$1 >/dev/null 2>&1
|
||||
exit 0
|
||||
fi
|
||||
Loading…
x
Reference in New Issue
Block a user