The following commit has been merged in the master branch:
commit 370b7a0d2fdf7f322b59f3c35c1cea19901ef2f2
Author: Andreas Müller <[email protected]>
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 <[email protected]>

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

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-commits

Reply via email to