Changeset 4f5dc18 in mainline for boot/arch/amd64/Makefile.inc
- Timestamp:
- 2009-11-03T21:36:54Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1647323
- Parents:
- bbddafb (diff), b1c21c2 (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
-
boot/arch/amd64/Makefile.inc
rbbddafb r4f5dc18 58 58 $(USPACEDIR)/app/edit/edit \ 59 59 $(USPACEDIR)/app/getvc/getvc \ 60 $(USPACEDIR)/app/redir/redir \ 60 61 $(USPACEDIR)/app/tetris/tetris \ 61 62 $(USPACEDIR)/app/tester/tester \ … … 96 97 97 98 clean: 98 -for file in $(RD_SRVS) ; do \99 for file in $(RD_SRVS) ; do \ 99 100 rm -f $(USPACEDIR)/dist/srv/`basename $$file` ; \ 100 101 done 101 -for file in $(RD_APPS) ; do \102 for file in $(RD_APPS) ; do \ 102 103 rm -f $(USPACEDIR)/dist/app/`basename $$file` ; \ 103 104 done 104 -rm -fr $(TMP)105 -rm -f $(BASE)/image.iso105 rm -fr $(TMP) 106 rm -f $(BASE)/image.iso
Note:
See TracChangeset
for help on using the changeset viewer.