From 962044d554b1fd454b5bac35602bf723d77a2f27 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Tue, 11 Jan 2000 13:11:00 +0000 Subject: 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 --- helpers/cvsclean | 3 +++ helpers/snapshot | 5 +++++ 2 files changed, 8 insertions(+) create mode 100755 helpers/cvsclean create mode 100755 helpers/snapshot (limited to 'helpers') 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 -- cgit v1.2.1