fixed some file headers to the new format
[senf.git] / admin / build.sh
index 213e0aa..ac3fdef 100755 (executable)
@@ -25,7 +25,11 @@ fi
 rm -f ../svn-update.log
 
 echo '$ scons -k all'
-scons -k all && scons fixlinks
+scons -k all
+echo '$ scons linklint'
+scons linklint
+echo '$ scons fixlinks'
+scons fixlinks
 echo -n '# Build completed at '; date --utc
 
 exec >../upload.log 2>&1