summaryrefslogtreecommitdiff
path: root/build/make_var_export.awk
Commit message (Collapse)AuthorAgeFilesLines
* Fix up make_exports.awk and friends to support apr-iconv.jerenkrantz2003-09-261-2/+2
| | | | | | | | (Forward port from APR_0_9_BRANCH which needed this in order to build apr-iconv.) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64649 13f79535-47bb-0310-9956-ffa450edef68
* pick up Brian Havard's fix to the Apache copy of this filetrawick2002-04-081-1/+1
| | | | | | | (from Apache 2.0.36-dev) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63231 13f79535-47bb-0310-9956-ffa450edef68
* Various changes toward the goal of AIX shared library builds:aaron2001-10-151-0/+59
Scripts migrated from httpd-2.0 for building exports.c and export_vars.h (make_exports.awk and make_var_export.awk). Removed obsolete script (make_export.awk). Used Victor's CPP rules from httpd-2.0 to create apr.exp list of exported symbols (for AIX) from the export.c and export_vars.h files. export.lo is then created for programs (like httpd) that need to link against a stub library so that the symbols will be available to all DSOs. Reviewed by: Victor J. Orlikowski git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62425 13f79535-47bb-0310-9956-ffa450edef68