mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
support: move scripts/ to a new support/ directory
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
3e304db0f0
commit
f082c7c5cf
6
Makefile
6
Makefile
@ -37,7 +37,7 @@ DATE:=$(shell date +%Y%m%d)
|
|||||||
|
|
||||||
# Compute the full local version string so packages can use it as-is
|
# 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)
|
# 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 \
|
noconfig_targets:=menuconfig nconfig gconfig xconfig config oldconfig randconfig \
|
||||||
defconfig %_defconfig savedefconfig allyesconfig allnoconfig silentoldconfig release \
|
defconfig %_defconfig savedefconfig allyesconfig allnoconfig silentoldconfig release \
|
||||||
@ -425,7 +425,7 @@ erase-fakeroots:
|
|||||||
|
|
||||||
target-finalize:
|
target-finalize:
|
||||||
ifeq ($(BR2_HAVE_DEVFILES),y)
|
ifeq ($(BR2_HAVE_DEVFILES),y)
|
||||||
( scripts/copy.sh $(STAGING_DIR) $(TARGET_DIR) )
|
( support/scripts/copy.sh $(STAGING_DIR) $(TARGET_DIR) )
|
||||||
else
|
else
|
||||||
rm -rf $(TARGET_DIR)/usr/include $(TARGET_DIR)/usr/lib/pkgconfig $(TARGET_DIR)/usr/share/aclocal
|
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
|
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.
|
# output directory.
|
||||||
outputmakefile:
|
outputmakefile:
|
||||||
ifeq ($(NEED_WRAPPER),y)
|
ifeq ($(NEED_WRAPPER),y)
|
||||||
$(Q)$(TOPDIR)/scripts/mkmakefile $(TOPDIR) $(O)
|
$(Q)$(TOPDIR)/support/scripts/mkmakefile $(TOPDIR) $(O)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user