mirror of
https://github.com/Zygo/bees.git
synced 2025-05-17 21:35:45 +02:00
Makefile: do not be verbose about mv
A small left-over from me fixing the same problem as Zygo did in his merged branch. Signed-off-by: Kai Krakow <kai@kaishome.de>
This commit is contained in:
parent
27b12821ee
commit
b8f933d360
@ -26,7 +26,7 @@ include ../makeflags
|
||||
|
||||
depends.mk: *.cc
|
||||
for x in $^; do $(CXX) $(CXXFLAGS) -M -MG -MT "$${x/%.cc/.o}" "$$x"; done > $@.new
|
||||
mv -fv $@.new $@
|
||||
mv -f $@.new $@
|
||||
|
||||
.version.cc: Makefile ../makeflags *.cc ../include/crucible/*.h
|
||||
echo "namespace crucible { const char *VERSION = \"$(TAG)\"; }" > $@.new
|
||||
|
Loading…
x
Reference in New Issue
Block a user