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.
|
||||
ifeq ($(BR2_ROOTFS_MERGED_USR),y)
|
||||
@$(call MESSAGE,"Sanity check in overlays $(call qstrip,$(BR2_ROOTFS_OVERLAY))")
|
||||
support/scripts/check-merged-usr.sh \
|
||||
support/scripts/check-merged \
|
||||
--type overlay \
|
||||
$(call qstrip,$(BR2_ROOTFS_OVERLAY))
|
||||
endif # merged /usr
|
||||
|
||||
Reference in New Issue
Block a user