Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/lgpl3/gmp also match .s and .S files for asm sources.



details:   https://anonhg.NetBSD.org/src/rev/e8fcac80e531
branches:  trunk
changeset: 766808:e8fcac80e531
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Jul 02 14:03:20 2011 +0000

description:
also match .s and .S files for asm sources.

diffstat:

 external/lgpl3/gmp/build-gmp-Makefile.inc.awk |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 2c698c2bde49 -r e8fcac80e531 external/lgpl3/gmp/build-gmp-Makefile.inc.awk
--- a/external/lgpl3/gmp/build-gmp-Makefile.inc.awk     Sat Jul 02 13:43:05 2011 +0000
+++ b/external/lgpl3/gmp/build-gmp-Makefile.inc.awk     Sat Jul 02 14:03:20 2011 +0000
@@ -16,7 +16,7 @@
                } else {
                        c_src_list[$5] = $3
                }
-       } else if (match($3, /\.asm$/)) {
+       } else if (match($3, /\.(asm|s|S)$/)) {
                asm_list[$5] = $3
        }
 }



Home | Main Index | Thread Index | Old Index