From 19a12895f217844e3ad43d2a305736b55b52a37d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 14 Jan 2007 23:49:23 +0000 Subject: [PATCH] show package list on make info in the image builder SVN-Revision: 6103 --- target/imagebuilder/files/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/imagebuilder/files/Makefile b/target/imagebuilder/files/Makefile index 5f999837d8..fbcfa0d49a 100644 --- a/target/imagebuilder/files/Makefile +++ b/target/imagebuilder/files/Makefile @@ -47,7 +47,7 @@ define Profile $(ID)_NAME:=$(NAME) $(ID)_PACKAGES:=$(PACKAGES) PROFILE_LIST += \ - echo '$(ID):'; echo ' $(NAME)'; + echo '$(ID):'; [ -z '$(NAME)' ] || echo ' $(NAME)'; echo ' Packages: $(PACKAGES)'; endif endef -- 2.30.2