mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
This commit is contained in:
@@ -44,7 +44,7 @@ $(GNUTAR_DIR)/.configured: $(GNUTAR_DIR)/.unpacked
|
||||
--infodir=/usr/info \
|
||||
$(DISABLE_NLS) \
|
||||
$(DISABLE_LARGEFILE) \
|
||||
);
|
||||
)
|
||||
touch $(GNUTAR_DIR)/.configured
|
||||
|
||||
$(GNUTAR_DIR)/$(GNUTAR_BINARY): $(GNUTAR_DIR)/.configured
|
||||
@@ -53,12 +53,12 @@ $(GNUTAR_DIR)/$(GNUTAR_BINARY): $(GNUTAR_DIR)/.configured
|
||||
# This stuff is needed to work around GNU make deficiencies
|
||||
tar-target_binary: $(GNUTAR_DIR)/$(GNUTAR_BINARY)
|
||||
@if [ -L $(TARGET_DIR)/$(GNUTAR_TARGET_BINARY) ] ; then \
|
||||
rm -f $(TARGET_DIR)/$(GNUTAR_TARGET_BINARY); fi;
|
||||
rm -f $(TARGET_DIR)/$(GNUTAR_TARGET_BINARY); fi
|
||||
@if [ ! -f $(GNUTAR_DIR)/$(GNUTAR_BINARY) -o $(TARGET_DIR)/$(GNUTAR_TARGET_BINARY) \
|
||||
-ot $(GNUTAR_DIR)/$(GNUTAR_BINARY) ] ; then \
|
||||
set -x; \
|
||||
rm -f $(TARGET_DIR)/$(GNUTAR_TARGET_BINARY); \
|
||||
cp -a $(GNUTAR_DIR)/$(GNUTAR_BINARY) $(TARGET_DIR)/$(GNUTAR_TARGET_BINARY); fi ;
|
||||
cp -a $(GNUTAR_DIR)/$(GNUTAR_BINARY) $(TARGET_DIR)/$(GNUTAR_TARGET_BINARY); fi
|
||||
|
||||
tar: uclibc tar-target_binary
|
||||
|
||||
|
||||
Reference in New Issue
Block a user