mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user