sub.in/stage1/Makefile: comment fixup

Referring to install2 subprofile after it got generalized
and renamed to stage2 is an omission, better fix it late
than never.
This commit is contained in:
Michael Shigorin 2012-01-11 13:23:51 +02:00
parent 5a7b6b5739
commit efa73b97f0

View File

@ -39,7 +39,7 @@ CHROOT_PACKAGES_REGEXP += $(STAGE1_PACKAGES_REGEXP)
CHROOT_PACKAGES = $(STAGE1_PACKAGES) $(SYSTEM_PACKAGES)
# scripts prepare bootloader configuration, too
# NB: we pass tested squashfs options for ../install2/Makefile
# NB: we pass tested squashfs options for ../stage2/Makefile to include
all: | debug prepare-workdir copy-tree run-scripts $(BUILD_PROPAGATOR) \
copy-$(BOOTLOADER) $(COPY_SQUASHCFG) pack-image $(GLOBAL_CLEAN_WORKDIR)
@if [ -s $(OUTDIR)/squashcfg.mk ]; then \