diff options
author | sascha <sascha@13f79535-47bb-0310-9956-ffa450edef68> | 2000-01-11 13:11:00 +0000 |
---|---|---|
committer | sascha <sascha@13f79535-47bb-0310-9956-ffa450edef68> | 2000-01-11 13:11:00 +0000 |
commit | 8e71fc13d67b266a4e5c7b58ba0a7c4da01bb830 (patch) | |
tree | d8aae83def1ef3e0d4253df8ee56da8aff2044d3 | |
parent | b069040e8cc948c44cd63f569a524703cfad8296 (diff) | |
download | libapr-8e71fc13d67b266a4e5c7b58ba0a7c4da01bb830.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: http://svn.apache.org/repos/asf/apr/apr/trunk@59590 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-x | helpers/cvsclean | 3 | ||||
-rwxr-xr-x | helpers/snapshot | 5 |
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 |