summaryrefslogtreecommitdiff
path: root/build/fastgen.sh
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2001-01-11 19:25:29 +0000
committerJim Jagielski <jim@apache.org>2001-01-11 19:25:29 +0000
commit056bd9a1240fa934ecc62a45d016a4e355639b6f (patch)
tree79ab84706f9099599274bf2834c4237a110e1dd1 /build/fastgen.sh
parentd88b08d746292b0a126b7968ebf3404ed6e0b5eb (diff)
downloadhttpd-056bd9a1240fa934ecc62a45d016a4e355639b6f.tar.gz
Begining stub of NONAC_LDFLAGS and NONAC_CFLAGS stuff.
First of all, avoid re-adding values to the various hints each time called (not a problem now, but could be later). Then build up CFLAGS/LDFLAGS during Makefile generation. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87655 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/fastgen.sh')
-rwxr-xr-xbuild/fastgen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/fastgen.sh b/build/fastgen.sh
index 347fb14250..673377227a 100755
--- a/build/fastgen.sh
+++ b/build/fastgen.sh
@@ -87,6 +87,8 @@ top_builddir = $top_builddir
srcdir = $top_srcdir/$dir
builddir = $top_builddir/$dir
VPATH = $top_srcdir/$dir
+NONAC_CFLAGS = "$NONAC_CFLAGS"
+NONAC_LDFLAGS = "$NONAC_LDFLAGS"
EOF
test -z "$dir" && dir="."