Changes in boot/arch/amd64/Makefile.inc [3052ff4:c7dc8ad] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/amd64/Makefile.inc
r3052ff4 rc7dc8ad 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.