Colin Watson wrote: [snip] > @@ -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) > $(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. Thiemo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]