X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fcoreutils;h=66a63a9c810ae59024aceddbae6b0e020483c073;hb=46a4581db662d70e781d59782d2e24a4c2968968;hp=324dc780892b49330afa7a9856f89cebfe9c4dcf;hpb=12b0a9da205108e5ce706913ff4c9553e58284f9;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/coreutils b/lfs/coreutils index 324dc78089..66a63a9c81 100644 --- a/lfs/coreutils +++ b/lfs/coreutils @@ -24,24 +24,23 @@ include Config -VER = 8.27 +VER = 8.29 THISAPP = coreutils-$(VER) DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) -# Normal build or /tools build. +# Normal build or $(TOOLS_DIR) build. # ifeq "$(ROOT)" "" TARGET = $(DIR_INFO)/$(THISAPP) - CONFIGURE_OPTIONS = --prefix=/usr else TARGET = $(DIR_INFO)/$(THISAPP)-tools - CONFIGURE_OPTIONS = --prefix=/tools endif CONFIGURE_OPTIONS += \ + --prefix=$(PREFIX) \ --enable-largefile \ --disable-rpath \ --enable-install-program=arch \ @@ -59,7 +58,7 @@ objects =$(DL_FILE) $(DL_FILE)= $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 502795792c212932365e077946d353ae +$(DL_FILE)_MD5 = 960cfe75a42c9907c71439f8eb436303 install : $(TARGET)