1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-20 22:50:26 +03:00

use rsync to avoid text busy on install

(This used to be ctdb commit d19be7ea56003faffcb3fb8a76fd804df0431242)
This commit is contained in:
Andrew Tridgell 2007-04-28 17:13:02 +02:00
parent e6d5848a20
commit d6977a714f

View File

@ -108,8 +108,8 @@ distclean: clean
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