From 6c6cb0670986717b42f8de03fd020abb3fa120fb Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 21 Aug 2007 19:20:18 +0000 Subject: - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l) --- package/sed/sed.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package/sed') diff --git a/package/sed/sed.mk b/package/sed/sed.mk index f22d54c46..067996618 100644 --- a/package/sed/sed.mk +++ b/package/sed/sed.mk @@ -43,7 +43,7 @@ $(SED_DIR1)/.configured: $(SED_DIR1)/.unpacked (cd $(SED_DIR1); rm -rf config.cache; \ ./configure \ --prefix=/usr \ - ); + ) touch $(SED_DIR1)/.configured $(SED_DIR1)/$(SED_BINARY): $(SED_DIR1)/.configured @@ -52,7 +52,7 @@ $(SED_DIR1)/$(SED_BINARY): $(SED_DIR1)/.configured # This stuff is needed to work around GNU make deficiencies build-sed-host-binary: $(SED_DIR1)/$(SED_BINARY) @if [ -L $(HOST_SED_DIR)/$(SED_TARGET_BINARY) ] ; then \ - rm -f $(HOST_SED_DIR)/$(SED_TARGET_BINARY); fi; + rm -f $(HOST_SED_DIR)/$(SED_TARGET_BINARY); fi @if [ ! -f $(HOST_SED_DIR)/$(SED_TARGET_BINARY) -o $(HOST_SED_DIR)/$(SED_TARGET_BINARY) \ -ot $(SED_DIR1)/$(SED_BINARY) ] ; then \ set -x; \ @@ -119,7 +119,7 @@ $(SED_DIR2)/.configured: $(SED_DIR2)/.unpacked --infodir=/usr/info \ --include=$(STAGING_DIR)/usr/include \ $(DISABLE_NLS) \ - ); + ) touch $(SED_DIR2)/.configured $(SED_DIR2)/$(SED_BINARY): $(SED_DIR2)/.configured @@ -128,7 +128,7 @@ $(SED_DIR2)/$(SED_BINARY): $(SED_DIR2)/.configured # This stuff is needed to work around GNU make deficiencies sed-target_binary: $(SED_DIR2)/$(SED_BINARY) @if [ -L $(TARGET_DIR)/$(SED_TARGET_BINARY) ] ; then \ - rm -f $(TARGET_DIR)/$(SED_TARGET_BINARY); fi; + rm -f $(TARGET_DIR)/$(SED_TARGET_BINARY); fi @if [ ! -f $(SED_DIR2)/$(SED_BINARY) -o $(TARGET_DIR)/$(SED_TARGET_BINARY) \ -ot $(SED_DIR2)/$(SED_BINARY) ] ; then \ -- cgit v1.2.3