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:
parent
e6d5848a20
commit
d6977a714f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user