Rev 214: use rsync to avoid text busy on install in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Sat Apr 28 15:13:02 GMT 2007


------------------------------------------------------------
revno: 214
revision-id: tridge at samba.org-20070428151302-5gdl26m1r156w6xb
parent: tridge at samba.org-20070428131521-53ws6e7u06s1llsm
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge
timestamp: Sat 2007-04-28 17:13:02 +0200
message:
  use rsync to avoid text busy on install
modified:
  Makefile.in                    makefile.in-20061117234101-o3qt14umlg9en8z0-1
=== modified file 'Makefile.in'
--- a/Makefile.in	2007-04-28 08:57:58 +0000
+++ b/Makefile.in	2007-04-28 15:13:02 +0000
@@ -108,8 +108,8 @@
 install: all
 	mkdir -p $(bindir)
 	mkdir -p $(includedir)
-	cp $(BINS) $(bindir)
-	cp $(srcdir)/include/ctdb.h $(includedir)
+	rsync $(BINS) $(bindir)
+	rsync $(srcdir)/include/ctdb.h $(includedir)
 
 test:
 	tests/run_tests.sh



More information about the samba-cvs mailing list