Mercurial > hg > Members > kono > nitros9-code
changeset 2845:0f8d54435001 lwtools-port
arcadepak/makefile: Do not delete "shell" file
because it won't be rebuilt for other disk targets.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Thu, 11 Jul 2013 00:38:43 +0200 |
parents | 787e3a7b1305 |
children | a1960b59421d |
files | 3rdparty/packages/arcadepak/makefile |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/3rdparty/packages/arcadepak/makefile Thu Jul 11 00:35:29 2013 +0200 +++ b/3rdparty/packages/arcadepak/makefile Thu Jul 11 00:38:43 2013 +0200 @@ -94,7 +94,6 @@ $(RM) os9boot kernel_1773 $(MAKDIR) $@,CMDS $(CP) shell $@,CMDS - $(RM) shell $(OS9ATTR_EXEC) $@,CMDS/shell $(foreach file, $(CMDS), $(CP) $(6809L2)/cmds/$(file) $@,CMDS/$(file);) $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);)