rbb 00/11/30 23:22:18
Modified: . CHANGES buildconf
Log:
Stop generating the exports file with a make target, instead just do it
at configure time.
Revision Changes Path
1.8 +1 -1 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- CHANGES 2000/12/01 06:55:41 1.7
+++ CHANGES 2000/12/01 07:22:17 1.8
@@ -1,6 +1,6 @@
Changes with APR a9
<<<<<<< CHANGES
- *) Add a build rule, exports, this creates a file at the top-level,
+ *) Add a step at configure time to create a file at the top-level,
apr.exports, which lists every function exported by APR. The
file is generated by a script in helpers, that reads each header
file.
1.3 +3 -0 apr/buildconf
Index: buildconf
===================================================================
RCS file: /home/cvs/apr/buildconf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- buildconf 2000/08/06 14:20:25 1.2
+++ buildconf 2000/12/01 07:22:17 1.3
@@ -3,3 +3,6 @@
autoconf;autoheader
(cd shmem/unix/mm && autoconf)
+
+./helpers/make_export.pl -o ./apr.exports include/*.h
+