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


Ignore:
Timestamp:
2009-11-28T16:30:43Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c4702804
Parents:
ba8f8cb (diff), 67392fa (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 edited

Legend:

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

    rba8f8cb rdb4d6de  
    3131build: $(BASE)/image.iso
    3232
    33 $(BASE)/image.iso: depend arch/$(BARCH)/loader/image.boot
     33$(BASE)/image.iso: arch/$(BARCH)/loader/image.boot
    3434        mkdir -p $(TMP)/boot
    3535        mkdir -p $(TMP)/ppc
     
    4141        mkisofs -hfs -part -map arch/$(BARCH)/yaboot/maps -no-desktop -hfs-volid "HelenOS" -hfs-bless $(TMP)/boot -r -o $@ $(TMP)/
    4242
    43 depend:
    44         -rm arch/$(BARCH)/loader/image.boot
    45 
    4643arch/$(BARCH)/loader/image.boot:
    47         $(MAKE) -C arch/$(BARCH)/loader COMPILER=$(COMPILER) KERNELDIR=../../../$(KERNELDIR) USPACEDIR=../../../$(USPACEDIR)
     44        $(MAKE) -C arch/$(BARCH)/loader
    4845
    4946clean: generic_clean
    50         $(MAKE) -C arch/$(BARCH)/loader clean COMPILER=$(COMPILER) KERNELDIR=../../../$(KERNELDIR) USPACEDIR=../../../$(USPACEDIR)
    51         -rm -fr $(TMP)
    52         -rm -f $(BASE)/image.iso
     47        $(MAKE) -C arch/$(BARCH)/loader clean
     48        rm -fr $(TMP)
     49        rm -f $(BASE)/image.iso
Note: See TracChangeset for help on using the changeset viewer.