update
This commit is contained in:
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
gcc -o iptrans iptrmain.c -L../lib/ -liptrans -L../../debug/lib -ldebug -lcurses -L../../snmp/lib -lsnmp -L../../public/lib -lpublic -lm
|
|
||||||
Binary file not shown.
@@ -9,8 +9,8 @@ for mod in $platModuleList; do
|
|||||||
make
|
make
|
||||||
|
|
||||||
if [ $mod == "iptrans" ] ; then
|
if [ $mod == "iptrans" ] ; then
|
||||||
./generate_iptrans
|
./mkiptrans.sh
|
||||||
#cp -f ./iptrans /usr/local/omc/bin/
|
cp -f ./iptrans ../../bin/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd -
|
cd -
|
||||||
|
|||||||
Reference in New Issue
Block a user