[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: cvs commit to boot-floppies/make



On Fri, May 25, 2001 at 10:53:07AM -0500, Stephen R Marenka wrote:
> >Ensure that modules.tgz is built before the rootdisk so that the
> >necessary modules can be extracted from it onto the rootdisk.
> 
> I haven't been able to track down exactly why, but this change breaks
> powerpc (at least). modules.tgz causes kernel.sh to be invoked without
> an arch -- no pmac, no way to find the right kernel to download since 
> there's not a kernel-image-2.2.19 for powerpc.

I did this to my local source, for hppa, where we have -narrow and
-wide kernels.

Richard



Index: make/root
===================================================================
RCS file: /home/cvs/parisc/boot-floppies/make/root,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- root	2001/05/01 23:19:01	1.1
+++ root	2001/05/24 20:28:43	1.2
@@ -6,9 +6,14 @@
 ## root*.bin -- generalized rule
 ##
 
-root.bin root%.bin: 	utilities/dbootstrap/dbootstrap             \
+root.bin:	 	utilities/dbootstrap/dbootstrap             \
 			$(arch_rootdisk_deps)	                    \
-			rootdisk.sh keymaps.tgz
+			rootdisk.sh keymaps.tgz modules.tgz
+	$(ROOTCMD) ./rootdisk.sh "" $(archive) $(root_bin_size) $(debianversion) "$*" $(LINGUA) "$(FONT)" $(SFONT)
+
+root%.bin:	 	utilities/dbootstrap/dbootstrap             \
+			$(arch_rootdisk_deps)	                    \
+			rootdisk.sh keymaps.tgz modules%.tgz
 	$(ROOTCMD) ./rootdisk.sh "" $(archive) $(root_bin_size) $(debianversion) "$*" $(LINGUA) "$(FONT)" $(SFONT)
 
 



Reply to: