94d2ca36aa
It is a current convention to prefer clearly phony targets (see the wiki page) so let's follow it here too.
14 lines
327 B
Makefile
14 lines
327 B
Makefile
# step 4: build the virtual environment image
|
|
|
|
MKI_TAR_COMPRESS = $(IMAGE_COMPRESS)
|
|
|
|
IMAGE_PACKAGES = $(call list,$(BASE_LISTS)) \
|
|
$(SYSTEM_PACKAGES) \
|
|
$(COMMON_PACKAGES) \
|
|
$(BASE_PACKAGES)
|
|
|
|
all: $(GLOBAL_DEBUG) build-image copy-tree run-image-scripts pack-image \
|
|
postprocess $(GLOBAL_CLEAN_WORKDIR)
|
|
|
|
prep: imagedir
|