Mercurial > hg > Members > kono > nitros9-code
diff 3rdparty/packages/raakatu/makefile @ 2873:46c80d4b0de1
makefiles: Factor out OS9ATTR_* command when using foreach()
in order to call the command once with all the files.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 24 Nov 2013 13:26:20 +0100 |
parents | cfa6222348f7 |
children | 1addfd8c9d5f |
line wrap: on
line diff
--- a/3rdparty/packages/raakatu/makefile Sun Nov 24 12:07:31 2013 +0100 +++ b/3rdparty/packages/raakatu/makefile Sun Nov 24 13:26:20 2013 +0100 @@ -38,11 +38,11 @@ $(RM) os9boot kernel_1773 $(MAKDIR) $(DISK),CMDS $(OS9COPY) $(CMDS) $(DISK),CMDS - $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $(DISK),CMDS/$(file);) + $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$(DISK),CMDS/$(file)) $(OS9RENAME) $(DISK),CMDS/raakatu AutoEx $(OS9COPY) $(LEVEL2)/coco3/cmds/shell_21 $(DISK),CMDS/shell $(OS9ATTR_EXEC) $(DISK),CMDS/shell -# $(foreach file, $(SUPPORTFILES), $(OS9ATTR_TEXT) $(DISK),SUB/$(file);) +# $(OS9ATTR_TEXT) $(foreach file,$(SUPPORTFILES),$(DISK),SUB/$(file)) dskcopy: $(CP) $(DISK) $(DSKDIR)