Re: initrd.list output from build process
On Thu, Jun 10, 2004 at 06:25:18PM +0200, Thiemo Seufer wrote:
> Colin Watson wrote:
> > @@ -572,8 +575,9 @@
> > # Create the images for dest/. Those are the targets called from config.
> > #
> > # Create a compressed image of the root filesystem by way of genext2fs.
> > -$(INITRD): $(TEMP_INITRD)
> > +$(INITRD): $(TEMP_INITRD) $(TEMP_INITRD_LIST)
> > install -m 644 -D $< $@
> > + install -m 644 -D $(TEMP_INITRD_LIST) $(INITRD_LIST)
> > ./update-manifest $@ $(MANIFEST-INITRD)
>
> You may want to add also
>
> ./update-manifest $(INITRD_LIST) $(MANIFEST-INITRD_LIST)
I was hoping to avoid that, since I thought that would mean I'd have to
set MANIFEST-INITRD_LIST in all the .cfg files. Maybe I can just set
MANIFEST-INITRD_LIST = "contents of initrd" in config/common and leave
it at that, though.
> > $(TEMP_INITRD): $(STAMPS)tree-$(targetstring)-stamp
> > @@ -600,6 +604,8 @@
> > esac
> > gzip -v9f $(TEMP)/initrd
> >
> > +$(TEMP_INITRD_LIST): $(STAMPS)tree-$(targetstring)-stamp
>
> This should depend on $(TEMP_INITRD) for clarity.
Good point. Thanks.
--
Colin Watson [cjwatson@flatline.org.uk]
Reply to: