[DRBD-cvs] svn commit by phil - r2621 - branches/drbd-0.7/drbd - Removed dependency on /bin/sh beeing bash.

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Fri Dec 8 13:58:38 CET 2006


Author: phil
Date: 2006-12-08 13:58:38 +0100 (Fri, 08 Dec 2006)
New Revision: 2621

Modified:
   branches/drbd-0.7/drbd/Makefile
Log:
Removed dependency on /bin/sh beeing bash.


Modified: branches/drbd-0.7/drbd/Makefile
===================================================================
--- branches/drbd-0.7/drbd/Makefile	2006-12-08 11:15:17 UTC (rev 2620)
+++ branches/drbd-0.7/drbd/Makefile	2006-12-08 12:58:38 UTC (rev 2621)
@@ -106,7 +106,7 @@
 	  echo -e "\treturn \"SVN Revision: $${SVNREV##*:}\"";	 		\
 	fi ;									\
 	echo -e "\t\t\" build by $$USER@$$HOSTNAME, `date "+%F %T"`\";\n}";	\
-       	mv $@{.new,}
+       	mv --force $@.new $@
 
   kbuild: drbd_buildtag.c
 	@rm -f .drbd_kernelrelease*



More information about the drbd-cvs mailing list