]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
toolchain: util-linux has been removed from toolchain.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Aug 2012 21:57:50 +0000 (17:57 -0400)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Aug 2012 21:57:50 +0000 (17:57 -0400)
lfs/util-linux

index 3dac54d8692e40f075ceb19adcc29761d703b5cd..be8dc8ac555eceb3d9c93d29b5919bbc58fc9ebe 100644 (file)
@@ -39,8 +39,6 @@ ifeq "$(LFS_PASS)" "install"
 else
   TARGET = $(DIR_INFO)/$(THISAPP)
 endif
 else
   TARGET = $(DIR_INFO)/$(THISAPP)
 endif
-else
-  TARGET = $(DIR_INFO)/$(THISAPP)-tools
 endif
 
 ###############################################################################
 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
        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)
 endif
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)