From: Michael Tremer Date: Sat, 11 Aug 2012 21:57:50 +0000 (-0400) Subject: toolchain: util-linux has been removed from toolchain. X-Git-Tag: v2.13-beta1~280 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=3c620eb4681704248645eb2c54b32e190f15d8f0;ds=sidebyside toolchain: util-linux has been removed from toolchain. --- diff --git a/lfs/util-linux b/lfs/util-linux index 3dac54d869..be8dc8ac55 100644 --- a/lfs/util-linux +++ b/lfs/util-linux @@ -39,8 +39,6 @@ ifeq "$(LFS_PASS)" "install" else TARGET = $(DIR_INFO)/$(THISAPP) endif -else - TARGET = $(DIR_INFO)/$(THISAPP)-tools endif ############################################################################### @@ -101,13 +99,6 @@ else cd $(DIR_APP) && make $(MAKETUNING) HAVE_KILL=yes HAVE_SLN=yes cd $(DIR_APP) && make HAVE_KILL=yes HAVE_SLN=yes install endif -else - cd $(DIR_APP) && sed -i 's@/usr/include@/tools/include@g' configure - cd $(DIR_APP) && ./configure - cd $(DIR_APP) && make $(MAKETUNING) -C lib - cd $(DIR_APP) && make $(MAKETUNING) -C mount mount umount - cd $(DIR_APP) && make $(MAKETUNING) -C text-utils more - cd $(DIR_APP) && cp mount/{,u}mount text-utils/more /tools/bin endif @rm -rf $(DIR_APP) @$(POSTBUILD)