Changeset af7a26b in mainline for boot/arch/ppc32/Makefile.inc


Ignore:
Timestamp:
2010-04-17T01:04:12Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a3c4305
Parents:
b3631bc
Message:

explicitly list components, task and other files to force boot image rebuild in the case of a change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ppc32/Makefile.inc

    rb3631bc raf7a26b  
    4141        mkisofs -hfs -part -map arch/$(BARCH)/yaboot/maps -no-desktop -hfs-volid "HelenOS" -hfs-bless $(TMP)/boot -r -o $@ $(TMP)/
    4242
    43 arch/$(BARCH)/loader/image.boot:
     43arch/$(BARCH)/loader/image.boot: $(COMPONENTS) $(INIT_TASKS) $(RD_SRVS) $(RD_APPS) $(CFG)
    4444        $(MAKE) -C arch/$(BARCH)/loader PRECHECK=$(PRECHECK)
    4545
Note: See TracChangeset for help on using the changeset viewer.