]> granicus.if.org Git - strace/commitdiff
bootstrap: do not link Makefile* files
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 4 Mar 2015 14:50:19 +0000 (14:50 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 4 Mar 2015 14:52:56 +0000 (14:52 +0000)
* bootstrap: Do not symlink any Makefile* files, not just Makefile.am
and Makefile.in.

Reported-by: Christopher Covington <cov@codeaurora.org>
bootstrap

index 86598b233df2bde09998666802380c9cb2cfee2c..928847973e7e88abb5515d0313bee02792c990e2 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -7,7 +7,7 @@ for m in -m32 -mx32; do
                tests/Makefile.am > tests$m/Makefile.am
        for f in tests/*; do
                case "${f##*/}" in
-               Makefile.am|Makefile.in) continue;;
+               Makefile*) continue;;
                esac
                ln -s ../"$f" tests$m/
        done