*** empty log message ***
This commit is contained in:
parent
2976b590af
commit
9c66801439
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…
Reference in a new issue