Changeset 985e26d2 in mainline for boot/arch/ppc32/Makefile.inc


Ignore:
Timestamp:
2010-01-07T19:06:59Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8190e63
Parents:
743e17b (diff), eca2435 (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

    r743e17b r985e26d2  
    2727#
    2828
    29 TMP = distroot
     29include Makefile.common
    3030
    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 PRECHECK=$(PRECHECK)
    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.