From: Pádraig Brady
Date: Thu, 8 Jan 2015 12:18:54 +0000 (+0000) Subject: maint.mk: fix compatibility with OS X nm X-Git-Tag: v1.0~7192 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=d5e367c52d465a36650d0f4e2d370d1719750ab1;p=gnulib.git maint.mk: fix compatibility with OS X nm * top/maint.mk (_gl_tight_scope): Use the -g option to show exported items rather than the -e option which is ignored on all platforms except OS X where it gives an error. Reported by Assaf Gordon. --- diff --git a/ChangeLog b/ChangeLog index 56b75de844..bf3216f02d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2015-01-08 Pádraig Brady
+
+ maint.mk: fix compatibility with OS X nm
+ * top/maint.mk (_gl_tight_scope): Use the -g option to
+ show exported items rather than the -e option which is
+ ignored on all platforms except OS X where it gives an error.
+ Reported by Assaf Gordon.
+
2015-01-07 KO Myung-Hun