Changeset 371bd7d in mainline for boot/arch/ia64/loader/Makefile
- Timestamp:
- 2010-03-27T09:22:17Z (15 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified boot/arch/ia64/loader/Makefile ¶
rcd82bb1 r371bd7d 29 29 30 30 include Makefile.common 31 include ../../../../Makefile.common 32 include ../../../../Makefile.config 31 33 32 34 .PHONY: all clean 33 35 34 all: ../../../../version ../../../../Makefile.co nfig ../../../../config.h ../../../../config.defs36 all: ../../../../version ../../../../Makefile.common ../../../../Makefile.config ../../../../config.h 35 37 -[ -f $(DEPEND) ] && mv -f $(DEPEND) $(DEPEND_PREV) 36 $(MAKE) -f Makefile.build 38 $(MAKE) -f Makefile.build PRECHECK=$(PRECHECK) 37 39 38 40 clean: 39 41 $(MAKE) -C gefi clean 40 42 $(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 41 48 for file in $(RD_SRVS) ; do \ 42 49 rm -f $(USPACEDIR)/dist/srv/`basename $$file` ; \ … … 45 52 rm -f $(USPACEDIR)/dist/app/`basename $$file` ; \ 46 53 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 48 58 find . -name '*.o' -follow -exec rm \{\} \; 49 59 find . -name '*.co' -follow -exec rm \{\} \;
Note:
See TracChangeset
for help on using the changeset viewer.