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


Ignore:
Timestamp:
2009-10-20T16:08:08Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
50989793
Parents:
00413c5c
Message:

proper support for parallel building (this time really tested)
all ports except sparc64 (which should follow soon)

File:
1 edited

Legend:

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

    r00413c5c rcc1f8d4  
    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.