Changeset 371bd7d in mainline for boot/arch/ia64/loader/Makefile


Ignore:
Timestamp:
2010-03-27T09:22:17Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
36a75a2
Parents:
cd82bb1 (diff), eaf22d4 (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
  • TabularUnified boot/arch/ia64/loader/Makefile

    rcd82bb1 r371bd7d  
    2929
    3030include Makefile.common
     31include ../../../../Makefile.common
     32include ../../../../Makefile.config
    3133
    3234.PHONY: all clean
    3335
    34 all: ../../../../version ../../../../Makefile.config ../../../../config.h ../../../../config.defs
     36all: ../../../../version ../../../../Makefile.common ../../../../Makefile.config ../../../../config.h
    3537        -[ -f $(DEPEND) ] && mv -f $(DEPEND) $(DEPEND_PREV)
    36         $(MAKE) -f Makefile.build
     38        $(MAKE) -f Makefile.build PRECHECK=$(PRECHECK)
    3739
    3840clean:
    3941        $(MAKE) -C gefi clean
    4042        $(MAKE) -C gefi/HelenOS clean
     43
     44        rm -f $(USPACEDIR)/dist/srv/*
     45        rm -f $(USPACEDIR)/dist/app/*
     46        rm -f $(USPACEDIR)/dist/cfg/net/*
     47
    4148        for file in $(RD_SRVS) ; do \
    4249                rm -f $(USPACEDIR)/dist/srv/`basename $$file` ; \
     
    4552                rm -f $(USPACEDIR)/dist/app/`basename $$file` ; \
    4653        done
    47         rm -f $(DEPEND) $(DEPEND_PREV) $(OUTPUT) $(HELLO) $(COMPS).h $(COMPS).c $(LINK) $(INITRD).img $(INITRD).fs
     54        for file in $(NET_CFG) ; do \
     55                rm -f $(USPACEDIR)/dist/cfg/net/`basename $$file` ; \
     56        done
     57        rm -f $(DEPEND) $(DEPEND_PREV) $(JOB) $(OUTPUT) $(HELLO) $(COMPS).h $(COMPS).c $(LINK) $(INITRD).img $(INITRD).fs
    4858        find . -name '*.o' -follow -exec rm \{\} \;
    4959        find . -name '*.co' -follow -exec rm \{\} \;
Note: See TracChangeset for help on using the changeset viewer.