Commit 9e2e5c0c authored by Michael Shigorin's avatar Michael Shigorin Committed by Anton Midyukov

image.in: no more functions for (dist)clean

`make clean' and `make distclean' use none of these, no reason to spend extra forks, i/o and time.
parent a10787e7
ifneq (clean,$(MAKECMDGOALS))
ifneq (distclean,$(MAKECMDGOALS))
# globals
PKGDIR ?= $(GLOBAL_BUILDDIR)/pkg
......@@ -43,3 +46,6 @@ kpackages = $(and $(1), \
# arg: branding subpackages
branding = $(and $(1),^branding-$(BRANDING)-($(call list2re,$(1)))$$)
endif
endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment