[PATCH 20/20] sub.in/stage1: call copy-kernel instead of copy-$BOOTLOADER
Anton Midyukov
antohami at altlinux.org
Tue Jan 7 17:48:53 MSK 2020
copy-$BOOTLOADER was called to copy the kernel and propagator image.
---
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 112c953365..6578bdc25c 100644
--- a/sub.in/stage1/Makefile
+++ b/sub.in/stage1/Makefile
@@ -52,7 +52,7 @@ prepare-modules:
# scripts prepare bootloader configuration, too
# NB: we pass tested squashfs options for sub.in/stage2/Makefile to include
all: | debug prepare-workdir copy-tree run-scripts $(BUILD_PROPAGATOR) \
- copy-$(BOOTLOADER) $(COPY_SQUASHCFG) pack-image $(GLOBAL_CLEAN_WORKDIR)
+ copy-kernel $(COPY_SQUASHCFG) pack-image $(GLOBAL_CLEAN_WORKDIR)
@if [ -s $(OUTDIR)/squashcfg.mk ]; then \
cp $(OUTDIR)/squashcfg.mk $(GLOBAL_BUILDDIR)/; \
fi
--
2.24.1
--------------57A0C61BE7D9EDE338E3E6C8--
More information about the devel-distro
mailing list