projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc032f4
)
generation of mkws.js must be atomar
author
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 4 Jul 2014 09:55:16 +0000
(11:55 +0200)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 4 Jul 2014 09:55:16 +0000
(11:55 +0200)
tools/htdocs/Makefile
patch
|
blob
|
history
diff --git
a/tools/htdocs/Makefile
b/tools/htdocs/Makefile
index
d043f1e
..
7aedddb
100644
(file)
--- a/
tools/htdocs/Makefile
+++ b/
tools/htdocs/Makefile
@@
-83,7
+83,8
@@
release: mkws.js mkws-complete.js mkws.min.js mkws-complete.min.js
mkws.js: $(COMPONENTS) Makefile
rm -f $@
- cat ${COMPONENTS} > $@
+ cat ${COMPONENTS} > $@.tmp
+ mv -f $@.tmp $@
chmod 444 $@
distclean: clean