From: Michael Tremer Date: Mon, 19 Jan 2009 15:14:20 +0000 (+0100) Subject: Updated coreutils to 7.0. X-Git-Tag: v3.0-alpha1~85^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c26bc2587d0f1ae72034ae13aa59883d98955667;p=ipfire-3.x.git Updated coreutils to 7.0. --- diff --git a/lfs/coreutils b/lfs/coreutils index 578af3ab5..a49c05ae5 100644 --- a/lfs/coreutils +++ b/lfs/coreutils @@ -25,7 +25,7 @@ include Config PKG_NAME = coreutils -VER = 6.12 +VER = 7.0 PKG_VER = 0 THISAPP = $(PKG_NAME)-$(VER) @@ -55,8 +55,7 @@ endef objects = $(DL_FILE) \ $(THISAPP)-uname_PIC-1.patch \ - $(THISAPP)-i18n-1.patch \ - $(THISAPP)-old_build_kernel-1.patch + $(THISAPP)-i18n-1.patch download: $(objects) @@ -79,8 +78,6 @@ $(OBJECT): $(objects) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-old_build_kernel-1.patch - ifeq "$(STAGE)" "toolchain" cd $(DIR_APP) && \ ./configure \