Просмотр исходного кода

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>
Yann E. MORIN 4 месяцев назад
Родитель
Сommit
0eb873bda0
3 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      Makefile
  2. 1 1
      package/skeleton-custom/skeleton-custom.mk
  3. 0 0
      support/scripts/check-merged

+ 1 - 1
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

+ 1 - 1
package/skeleton-custom/skeleton-custom.mk

@@ -27,7 +27,7 @@ endif
 # counterparts are appropriately setup as symlinks ones to the others.
 ifeq ($(BR2_ROOTFS_MERGED_USR),y)
 define SKELETON_CUSTOM_NOT_MERGED_USR_DIRS
-	support/scripts/check-merged-usr.sh \
+	support/scripts/check-merged \
 		--type skeleton \
 		$(SKELETON_CUSTOM_PATH)
 endef

+ 0 - 0
support/scripts/check-merged-usr.sh → support/scripts/check-merged