diff options
-rw-r--r-- | Makefile | 6 | ||||
-rwxr-xr-x | support/scripts/build-ext3-img (renamed from scripts/build-ext3-img) | 0 | ||||
-rwxr-xr-x | support/scripts/copy.sh (renamed from scripts/copy.sh) | 0 | ||||
-rwxr-xr-x | support/scripts/graph-depends (renamed from scripts/graph-depends) | 0 | ||||
-rwxr-xr-x | support/scripts/mkmakefile (renamed from scripts/mkmakefile) | 0 | ||||
-rwxr-xr-x | support/scripts/pkg-stats (renamed from scripts/pkg-stats) | 0 | ||||
-rwxr-xr-x | support/scripts/setlocalversion (renamed from scripts/setlocalversion) | 0 |
7 files changed, 3 insertions, 3 deletions
@@ -37,7 +37,7 @@ DATE:=$(shell date +%Y%m%d) # Compute the full local version string so packages can use it as-is # Need to export it, so it can be got from environment in children (eg. mconf) -export BR2_VERSION_FULL:=$(BR2_VERSION)$(shell $(TOPDIR)/scripts/setlocalversion) +export BR2_VERSION_FULL:=$(BR2_VERSION)$(shell $(TOPDIR)/support/scripts/setlocalversion) noconfig_targets:=menuconfig nconfig gconfig xconfig config oldconfig randconfig \ defconfig %_defconfig savedefconfig allyesconfig allnoconfig silentoldconfig release \ @@ -425,7 +425,7 @@ erase-fakeroots: target-finalize: ifeq ($(BR2_HAVE_DEVFILES),y) - ( scripts/copy.sh $(STAGING_DIR) $(TARGET_DIR) ) + ( support/scripts/copy.sh $(STAGING_DIR) $(TARGET_DIR) ) else rm -rf $(TARGET_DIR)/usr/include $(TARGET_DIR)/usr/lib/pkgconfig $(TARGET_DIR)/usr/share/aclocal find $(TARGET_DIR)/lib \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f @@ -607,7 +607,7 @@ endif # ifeq ($(BR2_HAVE_DOT_CONFIG),y) # output directory. outputmakefile: ifeq ($(NEED_WRAPPER),y) - $(Q)$(TOPDIR)/scripts/mkmakefile $(TOPDIR) $(O) + $(Q)$(TOPDIR)/support/scripts/mkmakefile $(TOPDIR) $(O) endif clean: diff --git a/scripts/build-ext3-img b/support/scripts/build-ext3-img index 1cab710c2..1cab710c2 100755 --- a/scripts/build-ext3-img +++ b/support/scripts/build-ext3-img diff --git a/scripts/copy.sh b/support/scripts/copy.sh index 508ed56af..508ed56af 100755 --- a/scripts/copy.sh +++ b/support/scripts/copy.sh diff --git a/scripts/graph-depends b/support/scripts/graph-depends index 4d82282f5..4d82282f5 100755 --- a/scripts/graph-depends +++ b/support/scripts/graph-depends diff --git a/scripts/mkmakefile b/support/scripts/mkmakefile index cef2ec707..cef2ec707 100755 --- a/scripts/mkmakefile +++ b/support/scripts/mkmakefile diff --git a/scripts/pkg-stats b/support/scripts/pkg-stats index 7bb292830..7bb292830 100755 --- a/scripts/pkg-stats +++ b/support/scripts/pkg-stats diff --git a/scripts/setlocalversion b/support/scripts/setlocalversion index 8d6fe909f..8d6fe909f 100755 --- a/scripts/setlocalversion +++ b/support/scripts/setlocalversion |