Commit bf3163e3 authored by Anton Midyukov's avatar Anton Midyukov

build.mk, profile.mk: execute target make-aptbox from profile-populate

make-aptbox is needed to check package lists only.
parent 2a43f213
......@@ -76,7 +76,7 @@ endif
# actual build starter
# NB: our output MUST go into stderr to escape POSTPROC
build-image: make-aptbox profile/populate
build-image: profile/populate
@{ \
if [ -n "$(CHECK)" ]; then \
echo "$(TIME) skipping actual image build (CHECK is set)"; \
......
......@@ -131,7 +131,7 @@ profile/dump-vars:
fi $(LOG)
# step 3 entry point: copy the needed parts into BUILDDIR
profile/populate: profile/finalize profile/dump-vars
profile/populate: profile/finalize profile/dump-vars make-aptbox
@for dir in sub.in features.in pkg.in; do \
$(MAKE) -C $$dir $(LOG); \
done
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