summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authormaxb <maxb@13f79535-47bb-0310-9956-ffa450edef68>2006-03-07 15:51:46 +0000
committermaxb <maxb@13f79535-47bb-0310-9956-ffa450edef68>2006-03-07 15:51:46 +0000
commit044167de5336cc5fd16300410cd4e703d1596d5f (patch)
tree41004c5336b3d453e113a86232105470a37f71a4 /build
parentabfad51cec120b4eabb8edcb510d980ce06f46b0 (diff)
downloadlibapr-044167de5336cc5fd16300410cd4e703d1596d5f.tar.gz
Backport r65212, r65249, r65250, r65251 from trunk to 0.9.x.
Install mkdir.sh, make_exports.awk, make_var_export.awk to the APR installbuilddir, and provide working accessor variables in apr_rules.mk. * Makefile.in (CLEAN_TARGETS): Add "build/apr_rules.out". (build/apr_rules.out): New rule to create by changing build-dir paths to installed paths. (install): Depend on build/apr_rules.out, and install it as apr_rules.mk. Also install mkdir.sh, make_exports.awk and make_var_export.awk. (exports.c, export_vars.c): Use new make-variable defined in apr_rules.mk. * build/apr_rules.mk.in (MKEXPORT): Remove obsolete definition which is broken anyway, since it refers to a nonexistant file. (APR_MKDIR, APR_MKEXPORT, APR_MKVAREXPORT): New definitions - the commands to run various installbuilddir tools. * CHANGES: Update. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@383913 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/apr_rules.mk.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/build/apr_rules.mk.in b/build/apr_rules.mk.in
index 4111df0ef..305db3def 100644
--- a/build/apr_rules.mk.in
+++ b/build/apr_rules.mk.in
@@ -86,8 +86,10 @@ LT_COMPILE = @lt_compile@
LINK = @link@
-MKEXPORT = $(AWK) -f $(apr_builders)/make_export.awk
-MKDEP = @MKDEP@
+APR_MKDIR = $(apr_builders)/mkdir.sh
+APR_MKEXPORT = $(AWK) -f $(apr_builders)/make_exports.awk
+APR_MKVAREXPORT = $(AWK) -f $(apr_builders)/make_var_export.awk
+MKDEP = @MKDEP@
#
# Standard build rules