X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fnfs;h=005c0e0fe4bd397a33e63a2ef97be6c652548a8f;hp=e56df07c331b789265d698714a21398ce546965c;hb=fcc535236fe6178d68007ece7793746320549b61;hpb=071e69ccf63c35b52258b0644b4b005c3398e3ba diff --git a/lfs/nfs b/lfs/nfs index e56df07c33..005c0e0fe4 100644 --- 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)