]> andersk Git - splint.git/blobdiff - os2/makeos2.cmd
Updated documentation and Makefiles (LCLint -> splint),
[splint.git] / os2 / makeos2.cmd
index 821954ab921b08dbc212dc4074f6c72923a88c57..dbc4efc3acc9f648e0320fcba2204dbb9b052f19 100755 (executable)
@@ -30,32 +30,29 @@ set COMPILER=icc-os2
 goto initial\r
 \r
 :initial\r
-sh -c "export TODAY=`date.exe`; export LCL_DATE=`date.exe | cut -d ' ' -f 2,3,6`; make -e -f Makefile.os2 %2 %3 %4 %5 %6 %7 %8 %9"\r
+make -f Makefile.os2 confclean\r
+make -e -f Makefile.os2 %2 %3 %4 %5 %6 %7 %8 %9\r
 goto end\r
 \r
 :oldconf\r
-if not exist ..\src\Headers\local_constants.h copy local_constants.h ..\src\Headers\local_constants.h\r
-if not exist ..\src\Headers\heral.h copy local_constants.h ..\src\Headers\herald.h\r
 make -f Makefile.os2 --directory=../src --warn-undefined-variables %2 %3 %4 %5 %6 %7 %8 %9 \r
-if not exist ..\bin mv ..\src\lclint.exe ..\bin\r
-if errorlevel 0 mv ..\src\lclint.exe ..\bin\r
 goto end\r
 \r
 :test\r
 cd ..\test\r
 echo it's %LARCH_PATH% and %LCLIMPORTDIR%\r
-make LCLINT=%basedir%\bin\lclint %2 %3 %4 %4 %5 %6 %7 %8 %9 -e -f Makefile-test.os2\r
+make LCLINT=%basedir%\bin\splint %2 %3 %4 %4 %5 %6 %7 %8 %9 -e -f Makefile.os2\r
 cd ..\os2\r
 goto end\r
 \r
 :package\r
 cd %basedir%\..\r
-rm -f lclint-%version%-os2-*.tar*\r
-tar cvf lclint-%version%-os2-bin.tar lclint-%version%\bin lclint-%version%\imports lclint-%version%\lib lclint-%version%\os2 lclint-%version%\test lclint-%version%\BUFFERCHECKING lclint-%version%\LICENSE lclint-%version%\README\r
-tar cvf lclint-%version%-os2-all.tar lclint-%version%\r
-cd \export\lclint\r
-tar cvf %basedir%\..\lclint-%version%-os2-add.tar lclint-%version%\r
-gzip %basedir%\..\lclint-%version%-os2-*.tar\r
+rm -f splint-%version%-os2-*.tar*\r
+tar cvf splint-%version%-os2-bin.tar splint-%version%\bin splint-%version%\imports splint-%version%\lib splint-%version%\os2 splint-%version%\test splint-%version%\LICENSE splint-%version%\README\r
+tar cvf splint-%version%-os2-all.tar splint-%version%\r
+cd \export\splint\r
+tar cvf %basedir%\..\splint-%version%-os2-add.tar splint-%version%\r
+gzip %basedir%\..\splint-%version%-os2-*.tar\r
 goto end\r
 \r
 :end\r
This page took 0.703162 seconds and 4 git commands to generate.