]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/rsync
Done a whole review of the lfs to make building more paralell
[ipfire-2.x.git] / lfs / rsync
index f39843f24c16dc90b718d1ce00635075d4aef4ec..dcb9ab49b618459fcfd4c4c1bef64ec82c657b0b 100644 (file)
--- a/lfs/rsync
+++ b/lfs/rsync
@@ -78,7 +78,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure --prefix=/usr
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        #cd $(DIR_APP)/doc && docbook2html rsync.sgml
        cd $(DIR_APP) && make install
        #cd $(DIR_APP) && install -v -m755 -d /usr/share/doc/rsync-$(VER) &&