summaryrefslogtreecommitdiff
path: root/.cvsignore
diff options
context:
space:
mode:
authoraaron <aaron@13f79535-47bb-0310-9956-ffa450edef68>2001-10-15 22:56:55 +0000
committeraaron <aaron@13f79535-47bb-0310-9956-ffa450edef68>2001-10-15 22:56:55 +0000
commitd2ff617f22549f3e39730644f70bfcc747d65d1b (patch)
tree14166416c5fd6f9bbbbb2a752cf67cb919c3e4ff /.cvsignore
parent781f9e920f872c39895a693b81117eb353609033 (diff)
downloadlibapr-d2ff617f22549f3e39730644f70bfcc747d65d1b.tar.gz
Various changes toward the goal of AIX shared library builds:
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
Diffstat (limited to '.cvsignore')
-rw-r--r--.cvsignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.cvsignore b/.cvsignore
index d66bf90db..5cb40de2a 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -12,7 +12,9 @@ Debug
Release
*.opt
*.plg
-apr.exports
+apr.exp
+exports.c
+export_vars.h
.libs
*.la
libapr.rc