Mercurial > hg > Members > kono > nitros9-code
diff 3rdparty/utils/winfo/makefile @ 2835:c1892376e7a7 lwtools-port
Makefiles: Do not let $(RM) silently fail
The - in front of $(RM) was probably remains from
a time when RM was not rm -f, and is not needed any
longer.
In general, if something fails we should notice and fix it, so
using the preceding "-" in makefiles is not a good practice.
The only occurences left are the SOFTLINKs in a few sys/makefile's.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Wed, 10 Jul 2013 19:45:32 +0200 |
parents | 834007765b95 |
children | 84d9d5765057 |
line wrap: on
line diff
--- a/3rdparty/utils/winfo/makefile Wed Jul 10 19:17:14 2013 +0200 +++ b/3rdparty/utils/winfo/makefile Wed Jul 10 19:45:32 2013 +0200 @@ -21,7 +21,7 @@ @$(ECHO) "**************************************************" $(DSKWINFO): $(CMDS) - -$(RM) $@ + $(RM) $@ $(OS9FORMAT) $@ $(MAKDIR) $@,CMDS $(CP) $(CMDS) $@,CMDS