Changeset fa024ce in mainline for boot/arch/ia64/Makefile.inc


Ignore:
Timestamp:
2009-02-12T20:12:08Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
98a4e76
Parents:
fcd7053
Message:

simplify configuration

File:
1 edited

Legend:

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

    rfcd7053 rfa024ce  
    2727#
    2828
    29 #ifeq ($(MACHINE),ski)
    30 
    3129build: $(BASE)/image.boot
    3230
    33 $(BASE)/image.boot: depend arch/$(ARCH)/loader/image.boot
    34         cp arch/$(ARCH)/loader/image.boot $(BASE)/image.boot
     31$(BASE)/image.boot: depend arch/$(BARCH)/loader/image.boot
     32        cp arch/$(BARCH)/loader/image.boot $(BASE)/image.boot
    3533
    3634depend:
    37         -rm arch/$(ARCH)/loader/image.boot
     35        -rm arch/$(BARCH)/loader/image.boot
    3836
    39 arch/$(ARCH)/loader/image.boot:
    40         make -C arch/$(ARCH)/loader COMPILER=$(COMPILER) KERNELDIR=../../../$(KERNELDIR) USPACEDIR=../../../$(USPACEDIR) "DEFS=$(DEFS)"
     37arch/$(BARCH)/loader/image.boot:
     38        make -C arch/$(BARCH)/loader COMPILER=$(COMPILER) KERNELDIR=../../../$(KERNELDIR) USPACEDIR=../../../$(USPACEDIR)
    4139
    4240clean: generic_clean
    43         make -C arch/$(ARCH)/loader clean COMPILER=$(COMPILER) KERNELDIR=../../../$(KERNELDIR) USPACEDIR=../../../$(USPACEDIR) "DEFS=$(DEFS)"
     41        make -C arch/$(BARCH)/loader clean COMPILER=$(COMPILER) KERNELDIR=../../../$(KERNELDIR) USPACEDIR=../../../$(USPACEDIR)
    4442        -rm -f $(BASE)/image.boot
    45 
    46 #endif
    47 
Note: See TracChangeset for help on using the changeset viewer.