- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)

This commit is contained in:
Bernhard Reutner-Fischer
2007-08-21 19:20:18 +00:00
parent 95783cd95d
commit 6c6cb06709
169 changed files with 306 additions and 306 deletions

View File

@@ -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 \