From 3c620eb4681704248645eb2c54b32e190f15d8f0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 11 Aug 2012 17:57:50 -0400 Subject: [PATCH] toolchain: util-linux has been removed from toolchain. --- lfs/util-linux | 9 --------- 1 file changed, 9 deletions(-) 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) -- 2.39.2