Skip to content
Snippets Groups Projects
Commit 53b06469 authored by g0dil's avatar g0dil
Browse files

admin: Allow SCONS var to override the scons binary to use

parent 2d732b96
No related branches found
No related tags found
No related merge requests found
......@@ -24,12 +24,12 @@ if grep -qv '^At ' ../svn-update.log; then
fi
rm -f ../svn-update.log
echo "\$ nice scons -kj2 all ${DOXYGEN:+DOXYGEN="$DOXYGEN"}"
nice scons -kj2 all ${DOXYGEN:+DOXYGEN="$DOXYGEN"}
echo "\$ nice scons linklint ${DOXYGEN:+DOXYGEN="$DOXYGEN"}"
nice scons linklint ${DOXYGEN:+DOXYGEN="$DOXYGEN"}
echo "\$ nice scons fixlinks ${DOXYGEN:+DOXYGEN="$DOXYGEN"}"
nice scons fixlinks ${DOXYGEN:+DOXYGEN="$DOXYGEN"}
echo "\$ nice ${SCONS:-scons} -kj2 all ${DOXYGEN:+DOXYGEN="$DOXYGEN"}"
nice ${SCONS:-scons} -kj2 all ${DOXYGEN:+DOXYGEN="$DOXYGEN"}
echo "\$ nice ${SCONS:-scons} linklint ${DOXYGEN:+DOXYGEN="$DOXYGEN"}"
nice ${SCONS:-scons} linklint ${DOXYGEN:+DOXYGEN="$DOXYGEN"}
echo "\$ nice ${SCONS:-scons} fixlinks ${DOXYGEN:+DOXYGEN="$DOXYGEN"}"
nice ${SCONS:-scons} fixlinks ${DOXYGEN:+DOXYGEN="$DOXYGEN"}
echo -n '# Build completed at '; date --utc
exec >../upload.log 2>&1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment