Zwischencommit fuer LFS. Grub und Gettext.

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@307 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-10-08 19:01:51 +00:00
parent 119ee46932
commit 314d36f0e9
2 changed files with 17 additions and 15 deletions

View File

@@ -87,7 +87,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
ifeq "$(ROOT)" ""
cd $(DIR_APP) && ./configure $(EXTRA_CONFIG)
cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
cd $(DIR_APP) && make $(EXTRA_MAKE)
cd $(DIR_APP) && make $(EXTRA_INSTALL) install
else
cd $(DIR_APP)/gettext-tools && ./configure $(EXTRA_CONFIG)