Makefile fix: pass final=1 thru scons
jmo [Wed, 12 Nov 2008 14:26:34 +0000 (14:26 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@956 270642c3-0616-0410-b53a-bc976706d245

Makefile

index e628a47..250155c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,11 @@
 
 CONCURRENCY_LEVEL ?= 2
 
-SCONS=scons -j $(CONCURRENCY_LEVEL)
+ifdef final
+  FINAL = "final=1"
+endif
+
+SCONS=scons -j $(CONCURRENCY_LEVEL) $(FINAL)
 
 default: build