[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.0-67-g3b93c22

Igor Murzov e-mail at date.by
Tue Nov 6 15:05:42 UTC 2012


The following commit has been merged in the master branch:
commit 370b7a0d2fdf7f322b59f3c35c1cea19901ef2f2
Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Tue Nov 6 09:10:23 2012 +0100

    completions/Makefile.am: symlinks depends on $(DATA) to avoid race conditions
    
    error message was:
    | ln: failed to create symbolic link `/home/andreas/tmp/oe-core-eglibc/work/all-angstrom-linux/bash-completion-2.0-r0/image/usr/share/bash-completion/completions/aclocal-1.11': No such file or directory
    | make[2]: *** [symlinks] Error 1
    | make[2]: *** Waiting for unfinished jobs....
    
    Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>

diff --git a/completions/Makefile.am b/completions/Makefile.am
index 5f63e35..572b7d6 100644
--- a/completions/Makefile.am
+++ b/completions/Makefile.am
@@ -550,7 +550,7 @@ CLEANFILES = \
 	xvnc4viewer \
 	ypcat
 
-symlinks: $(targetdir)
+symlinks: $(targetdir) $(DATA)
 	for file in aclocal-1.11 ; do \
 		rm -f $(targetdir)/$$file && \
 			$(LN_S) aclocal $(targetdir)/$$file ; \

-- 
bash-completion



More information about the Bash-completion-commits mailing list