[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-978-g1ade245
Jesse Vincent
jesse at bestpractical.com
Tue Sep 28 16:38:20 EDT 2010
The branch, 3.9-trunk has been updated
via 1ade2458e5817cc32b525b646383cd2436d5e58e (commit)
from cea5aea04139dd2a2af8e36e34340333f7ba1619 (commit)
Summary of changes:
Makefile.in | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 1ade2458e5817cc32b525b646383cd2436d5e58e
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Tue Sep 28 16:41:22 2010 -0400
Encode our releng best practices into the "make snapshot" target
diff --git a/Makefile.in b/Makefile.in
index 66aa4f0..679a2e7 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -515,7 +515,12 @@ apachectl:
SNAPSHOT=$(shell git describe --tags)
snapshot:
git archive --prefix "$(SNAPSHOT)/" HEAD | tar -xf -
- ( cd $(SNAPSHOT) && echo "$(SNAPSHOT)" > .tag && autoconf && ./configure )
+ ( cd $(SNAPSHOT) &&\
+ echo "$(SNAPSHOT)" > .tag &&\
+ autoconf &&\
+ INSTALL=install-sh PERL=/usr/bin/perl ./configure --with-db-type=SQLite\
+ --enable-layout=relative --with-web-handler=standalone ./configure \
+ )
tar -czf "$(SNAPSHOT).tar.gz" "$(SNAPSHOT)/"
gpg --clearsign "$(SNAPSHOT).tar.gz"
sha1sum $(SNAPSHOT).tar.gz*
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list