]> andersk Git - splint.git/blobdiff - fixBinaryDist.sh
Fixed buffer overflow in cscanner.l
[splint.git] / fixBinaryDist.sh
index eebc770756b67f8225189cb064280f9e37e2d9b7..22e82f2fd64ac0a4ef85f30f9b452b28de09ec34 100755 (executable)
@@ -19,5 +19,8 @@ cp Makefile.binary.in Makefile.in
 #run these if possible...
 autoconf
 automake
-mkdir src
-ln -s ../preBuilt/splint src/splint
+mkdir src || echo "COULD NOT MAKE src tar ball may be incorrect"
+echo "Created this file because some versions of tar are too simple include this directory without it"  > src/dummy
+
+# Need to do this in the makefile because the tar command in make dist wants to derefence symlinks
+#ln -s ../bin/splint src/splint
This page took 0.033607 seconds and 4 git commands to generate.