Mercurial > hg > Members > kono > nitros9-code
changeset 2851:7e3422f5e25d lwtools-port
blackcauldron/makefile: Avoid duplicate files when combining disk 1 and 2
This caused some of the os9 copy error 218 messages. The use of the makefile
function $(sort list) has the side effect of removing duplicate items.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Fri, 12 Jul 2013 22:32:54 +0200 |
parents | 95923f065070 |
children | f2e92661b4c6 |
files | 3rdparty/packages/sierra/blackcauldron/makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/3rdparty/packages/sierra/blackcauldron/makefile Fri Jul 12 22:26:05 2013 +0200 +++ b/3rdparty/packages/sierra/blackcauldron/makefile Fri Jul 12 22:32:54 2013 +0200 @@ -73,7 +73,7 @@ SUPPORTFILES_D2 = object vol.0 vol.2 -SUPPORTFILES = $(SUPPORTFILES_D1) $(SUPPORTFILES_D2) +SUPPORTFILES = $(sort $(SUPPORTFILES_D1) $(SUPPORTFILES_D2)) ALLOBJS = $(CMDS)