scripts modified with -fstack-protect option, and micasad was updated to support try-restart and status commands.

This commit is contained in:
Cameron (Kamran) Mashayekhi
2006-02-13 16:52:25 +00:00
parent ec458809d0
commit 4c374e507d
13 changed files with 84 additions and 25 deletions

View File

@@ -20,7 +20,7 @@ fi
cd $PR/c_micasacache
(make -I $PR/make -f Makefile ROOT=$PR PLAT=lux MODULE=lib XTRA=ndbg MIN_NUM=\"$MIN_SSS_NO\" PROD_NUM=\"$MAJ_SSS_NO\" BLD_VER=\"$BLD_NO\" ARC=\"$ARCH_LIB\" XTRA_CFLAGS="-DSSCS_LINUX_PLAT_F -O2 -fmessage-length=0 -Wall" $2 $3 $5)
(make -I $PR/make -f Makefile ROOT=$PR PLAT=lux MODULE=lib XTRA=ndbg MIN_NUM=\"$MIN_SSS_NO\" PROD_NUM=\"$MAJ_SSS_NO\" BLD_VER=\"$BLD_NO\" ARC=\"$ARCH_LIB\" XTRA_CFLAGS="-DSSCS_LINUX_PLAT_F -O2 -fmessage-length=0 -Wall -fstack-protector" $2 $3 $5)
RCODE=$?
rm -f $COMMON_FILES
if(test $RCODE != 0)