mirror of
https://github.com/clearlinux/common.git
synced 2026-08-19 11:56:24 +00:00
make clean: show what's going on
Intead of waiting forever, show the user the package we're cleaning. Signed-off-by: Leandro Dorileo <leandro.maciel.dorileo@intel.com>
This commit is contained in:
committed by
Patrick McCarty
parent
240653c41d
commit
728e6ea221
@@ -148,6 +148,7 @@ proper: $(proper_PKGS)
|
||||
.PHONY: $(proper_PKGS)
|
||||
|
||||
$(clean_PKGS):
|
||||
@echo "cleaning $(patsubst clean_%,%,$@)"
|
||||
-@$(MAKE) -s -j -C $(addprefix packages/,$(patsubst clean_%,%,$@)) clean
|
||||
|
||||
$(proper_PKGS):
|
||||
|
||||
Reference in New Issue
Block a user