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

Re: r42716 - in trunk/installer: build/config build/config/powerpc build/config/powerpc/prep build/pkg-lists/cdrom build/pkg-lists/netboot debian doc/devel



On Wednesday 22 November 2006 19:50, Frans Pop wrote:
> Obviously prep used to be a subarch at this level together with chrp.
> Looking at powerpc/prep.cfg, I see no reason why the old solution was
> abandoned here.

Hmm. The reason could be that prep now has a separate kernel flavor where 
it did not have one previously.

In that case the following patch should probably be applied to clean 
things up a little:

Index: prep.cfg
===================================================================
--- prep.cfg    (revision 42772)
+++ prep.cfg    (working copy)
@@ -6,8 +6,6 @@
 KERNELNAME = vmlinux
 KERNELIMAGEVERSION = $(KERNELVERSION)

-SUBARCHES = prep
-
 cd_content: cd_content_common

 netboot_content: netboot_content_common
Index: powerpc.cfg
===================================================================
--- powerpc.cfg (revision 42772)
+++ powerpc.cfg (working copy)
@@ -6,7 +6,7 @@
 KERNELNAME = vmlinux
 KERNELIMAGEVERSION = $(KERNELVERSION)

-SUBARCHES = chrp # prep coff ppcbug
+SUBARCHES = chrp # coff ppcbug

 cd_content: cd_content_common

Attachment: pgp5v26itshoS.pgp
Description: PGP signature


Reply to: