mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
support/scripts: rename check-merged-usr.sh
We're going to need it to check merged-bin, so the naming would be misleading as it would no longer be just about merged-usr. Also drop the extension, it's useless. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Acked-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Romain Naour <romain.naour@smile.fr>
This commit is contained in:
committed by
Romain Naour
parent
4da66e8130
commit
0eb873bda0
2
Makefile
2
Makefile
@@ -783,7 +783,7 @@ endif
|
|||||||
# counterparts are appropriately setup as symlinks ones to the others.
|
# counterparts are appropriately setup as symlinks ones to the others.
|
||||||
ifeq ($(BR2_ROOTFS_MERGED_USR),y)
|
ifeq ($(BR2_ROOTFS_MERGED_USR),y)
|
||||||
@$(call MESSAGE,"Sanity check in overlays $(call qstrip,$(BR2_ROOTFS_OVERLAY))")
|
@$(call MESSAGE,"Sanity check in overlays $(call qstrip,$(BR2_ROOTFS_OVERLAY))")
|
||||||
support/scripts/check-merged-usr.sh \
|
support/scripts/check-merged \
|
||||||
--type overlay \
|
--type overlay \
|
||||||
$(call qstrip,$(BR2_ROOTFS_OVERLAY))
|
$(call qstrip,$(BR2_ROOTFS_OVERLAY))
|
||||||
endif # merged /usr
|
endif # merged /usr
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ endif
|
|||||||
# counterparts are appropriately setup as symlinks ones to the others.
|
# counterparts are appropriately setup as symlinks ones to the others.
|
||||||
ifeq ($(BR2_ROOTFS_MERGED_USR),y)
|
ifeq ($(BR2_ROOTFS_MERGED_USR),y)
|
||||||
define SKELETON_CUSTOM_NOT_MERGED_USR_DIRS
|
define SKELETON_CUSTOM_NOT_MERGED_USR_DIRS
|
||||||
support/scripts/check-merged-usr.sh \
|
support/scripts/check-merged \
|
||||||
--type skeleton \
|
--type skeleton \
|
||||||
$(SKELETON_CUSTOM_PATH)
|
$(SKELETON_CUSTOM_PATH)
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user