Done a whole review of the lfs to make building more paralell

you may need to clean your ccache
This commit is contained in:
Maniacikarus
2008-10-28 18:14:09 +01:00
parent a6eac9f5ac
commit fcc535236f
70 changed files with 77 additions and 77 deletions

View File

@@ -70,7 +70,7 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && make
cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
-mkdir -p /usr/lib/memtest86+
cd $(DIR_APP) && cp -f memtest.bin /usr/lib/memtest86+
@rm -rf $(DIR_APP)