]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/nfs
Done a whole review of the lfs to make building more paralell
[people/pmueller/ipfire-2.x.git] / lfs / nfs
diff --git a/lfs/nfs b/lfs/nfs
index e56df07c331b789265d698714a21398ce546965c..005c0e0fe4bd397a33e63a2ef97be6c652548a8f 100644 (file)
--- a/lfs/nfs
+++ b/lfs/nfs
@@ -79,7 +79,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc  \
                                     --disable-nfsv4 --disable-gss
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)