Revision: 7786 http://sourceforge.net/p/ipcop/svn/7786 Author: owes Date: 2015-01-07 12:14:23 +0000 (Wed, 07 Jan 2015) Log Message: ----------- Update make to 4.1
Modified Paths: -------------- ipcop/trunk/lfs/make Modified: ipcop/trunk/lfs/make =================================================================== --- ipcop/trunk/lfs/make 2015-01-07 12:12:56 UTC (rev 7785) +++ ipcop/trunk/lfs/make 2015-01-07 12:14:23 UTC (rev 7786) @@ -33,7 +33,7 @@ include Config PKG_NAME = make -VER = 3.82 +VER = 4.1 HOST_ARCH = all OTHER_SRC = yes @@ -43,19 +43,15 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) -PATCH1 := $(THISAPP)-upstream_fixes-3.patch - ############################################################################### # Top-level Rules ############################################################################### -objects = $(DL_FILE) $(PATCH1) +objects = $(DL_FILE) -$(DL_FILE) := $(DL_FROM)/$(DL_FILE) -$(PATCH1) := $(URL_LFS)/$(PKG_NAME)/$(PATCH1) +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 := 1a11100f3c63fcf5753818e59d63088f -$(PATCH1)_MD5 := 95027ab5b53d01699845d9b7e1dc878d +$(DL_FILE)_MD5 = 57a7a224a822f94789a587ccbcedff69 install : $(TARGET) @@ -85,11 +81,10 @@ $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -p1 -i $(DIR_DL)/$(PATCH1) ifeq "$(STAGE)" "toolchain" # use --disable-nls just to be smaller - cd $(DIR_APP) && ./configure --prefix=/$(TOOLS_DIR) --disable-nls + cd $(DIR_APP) && ./configure --prefix=/$(TOOLS_DIR) --disable-nls --without-guile cd $(DIR_APP) && make -j $(PARALLELISM) cd $(DIR_APP) && make install-exec endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn