summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorSascha Schumann <sascha@apache.org>2000-01-11 13:11:00 +0000
committerSascha Schumann <sascha@apache.org>2000-01-11 13:11:00 +0000
commit962044d554b1fd454b5bac35602bf723d77a2f27 (patch)
treed8aae83def1ef3e0d4253df8ee56da8aff2044d3 /helpers
parentd6b60460cadc39ac1c71e507a78a9d71a3e129c5 (diff)
downloadapr-962044d554b1fd454b5bac35602bf723d77a2f27.tar.gz
These changes are committed together, because they depend on each other.
- shared modules can be built in the tree - added support for --with-layout, uses APACI's config.layout - working 'make install' - working 'make depend' - working Pthreads checks - buildconf replaced git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59590 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/cvsclean3
-rwxr-xr-xhelpers/snapshot5
2 files changed, 8 insertions, 0 deletions
diff --git a/helpers/cvsclean b/helpers/cvsclean
new file mode 100755
index 000000000..e98ec49b7
--- /dev/null
+++ b/helpers/cvsclean
@@ -0,0 +1,3 @@
+#! /bin/sh
+
+${MAKE:-make} -f build/build.mk cvsclean
diff --git a/helpers/snapshot b/helpers/snapshot
new file mode 100755
index 000000000..9553a753f
--- /dev/null
+++ b/helpers/snapshot
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+test -n "$1" && ARG="DISTNAME='$1'"
+
+${MAKE:-make} $ARG -f build/build.mk snapshot