build: export aptly named globals as well.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Tue, 19 Jun 2012 16:10:58 +0000 (19:10 +0300)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Tue, 19 Jun 2012 16:10:58 +0000 (19:10 +0300)
build-aux/gen-linker-script

index 724fadc..c5dc567 100755 (executable)
@@ -99,7 +99,7 @@ touch $OUTPUT
 
 emit "{"
 emit "    global:"
-ctags $ignore_opts -f - --c-kinds=p $SOURCES | \
+ctags $ignore_opts -f - --c-kinds=px $SOURCES | \
     awk "/$PATTERN/ { print \$1; }" | \
         sort | \
             while read sym; do