Mercurial > hg > Members > kono > nitros9-code
changeset 2843:ef23548ecc6e lwtools-port
Makefiles: Overwrite soft link destination instead of failing
No more errors in the build log...
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Wed, 10 Jul 2013 22:40:26 +0200 |
parents | b35db2856d70 |
children | 787e3a7b1305 |
files | level2/coco3/sys/makefile level2/sys/makefile level3/coco3/sys/makefile level3/coco3_6309/sys/makefile |
diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/level2/coco3/sys/makefile Wed Jul 10 22:16:15 2013 +0200 +++ b/level2/coco3/sys/makefile Wed Jul 10 22:40:26 2013 +0200 @@ -45,7 +45,7 @@ $(MERGE) $^ > $@ $(L1TXTFILES): $(LEVEL1)/sys/$@ - -$(SOFTLINK) $(LEVEL1)/sys/$@ + $(SOFTLINK) -f $(LEVEL1)/sys/$@ inetd.conf: $(LEVEL1)/sys/inetd.conf @sed -e 's/%TELNET_PORT%/$(TELNET_PORT)/' -e 's/%HTTPD_PORT%/$(HTTPD_PORT)/' $^ > $@
--- a/level2/sys/makefile Wed Jul 10 22:16:15 2013 +0200 +++ b/level2/sys/makefile Wed Jul 10 22:40:26 2013 +0200 @@ -45,7 +45,7 @@ $(MERGE) $^ > $@ $(L1TXTFILES): $(LEVEL1)/sys/$@ - -$(SOFTLINK) $(LEVEL1)/sys/$@ + $(SOFTLINK) -f $(LEVEL1)/sys/$@ clean: $(RM) $(HELPMSG) $(L1TXTFILES) $(BINFILES)
--- a/level3/coco3/sys/makefile Wed Jul 10 22:16:15 2013 +0200 +++ b/level3/coco3/sys/makefile Wed Jul 10 22:40:26 2013 +0200 @@ -46,7 +46,7 @@ $(MERGE) $^ > $@ $(L1TXTFILES): $(LEVEL1)/sys/$@ - -$(SOFTLINK) $(LEVEL1)/sys/$@ + $(SOFTLINK) -f $(LEVEL1)/sys/$@ clean: $(RM) $(HELPMSG) $(L1TXTFILES) $(BINFILES)
--- a/level3/coco3_6309/sys/makefile Wed Jul 10 22:16:15 2013 +0200 +++ b/level3/coco3_6309/sys/makefile Wed Jul 10 22:40:26 2013 +0200 @@ -46,7 +46,7 @@ $(MERGE) $^ > $@ $(L1TXTFILES): $(LEVEL1)/sys/$@ - -$(SOFTLINK) $(LEVEL1)/sys/$@ + $(SOFTLINK) -f $(LEVEL1)/sys/$@ clean: $(RM) $(HELPMSG) $(L1TXTFILES) $(BINFILES)