From efa73b97f0385eb4aa389d282e03324608834e82 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Wed, 11 Jan 2012 13:23:51 +0200 Subject: [PATCH] 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. --- sub.in/stage1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub.in/stage1/Makefile b/sub.in/stage1/Makefile index afbbc9d8..5ea6c719 100644 --- a/sub.in/stage1/Makefile +++ b/sub.in/stage1/Makefile @@ -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 \