[master] 2ed3250 avoid interactive mv

Nils Goroll nils.goroll at uplex.de
Tue May 1 17:16:08 UTC 2018


commit 2ed32506ea82270ea09b44109e59b8a7d8296eff
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue May 1 19:15:42 2018 +0200

    avoid interactive mv

diff --git a/bin/varnishd/Makefile.am b/bin/varnishd/Makefile.am
index 2556501..e6e0537 100644
--- a/bin/varnishd/Makefile.am
+++ b/bin/varnishd/Makefile.am
@@ -229,7 +229,7 @@ EXTRA_DIST = builtin.vcl
 
 vhp_hufdec.h: vhp_gen_hufdec
 	$(AM_V_GEN) ./vhp_gen_hufdec > vhp_hufdec.h_
-	mv vhp_hufdec.h_ vhp_hufdec.h
+	mv -f vhp_hufdec.h_ vhp_hufdec.h
 
 DISTCLEANFILES = builtin_vcl.c
 


More information about the varnish-commit mailing list