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
|
||||
|
||||
if [ $mod == "iptrans" ] ; then
|
||||
./generate_iptrans
|
||||
#cp -f ./iptrans /usr/local/omc/bin/
|
||||
./mkiptrans.sh
|
||||
cp -f ./iptrans ../../bin/
|
||||
fi
|
||||
|
||||
cd -
|
||||
|
||||
Reference in New Issue
Block a user