]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/Digest
Done a whole review of the lfs to make building more paralell
[people/pmueller/ipfire-2.x.git] / lfs / Digest
index 51ad0d97db23f6ca389f487c9c07365ffe4cb3f1..568e620cc6b9f102a3e412f85dea9e4f054ec40f 100644 (file)
@@ -72,7 +72,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && sed -i "s%,'y'%,'n'%" Makefile.PL
        cd $(DIR_APP) && yes 'n' | perl Makefile.PL
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)