From 580d55a40a4a55ff422cabbd7c3345968e126d3b Mon Sep 17 00:00:00 2001 From: freesource Date: Sun, 15 Dec 2002 08:10:47 +0000 Subject: [PATCH] Have the whole uml kernel, modules, tools, and genext2fs properly compiling now that a new binutils was installed. Now need to make the helper_root_fs and Initrd with the uml kernel which was just made and should be just about there. This will all be done as non-root. And finally need to adjust gbootroot_pkg so all the new compiled stuff can be extracted in their proper place, ofcourse, this could be done in the Makefile, too. --- Makefile.pkg | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.pkg b/Makefile.pkg index 5117afd..b85ec20 100644 --- a/Makefile.pkg +++ b/Makefile.pkg @@ -88,6 +88,7 @@ kernel: if [ -e $(KERNEL_DIR)/linux ] ; then \ objcopy --strip-all $(KERNEL_DIR)/linux $(KERNEL); \ fi; + cp $(KERNEL_DIR)/.config $(KCONFIG) modules: cd linux-$(VERSION) ; \