[Rt-commit] rt branch, 4.0/snapshot-cleanup, created. rt-4.0.3-43-gc878347
Alex Vandiver
alexmv at bestpractical.com
Wed Nov 9 15:40:54 EST 2011
The branch, 4.0/snapshot-cleanup has been created
at c8783479f7296df43dac6dbeb248c85f62bd960d (commit)
- Log -----------------------------------------------------------------
commit d0b32c9de9b724d42f58eac7cb6b2fbfc59e8999
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Wed Nov 9 10:22:44 2011 -0500
Remove extraneous ./configure from end of configure line
diff --git a/Makefile.in b/Makefile.in
index e5231d0..f36bf34 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -498,8 +498,10 @@ build-snapshot:
( 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 \
+ INSTALL=./install-sh PERL=/usr/bin/perl ./configure \
+ --with-db-type=SQLite \
+ --enable-layout=relative \
+ --with-web-handler=standalone \
)
tar -czf "$(SNAPSHOT).tar.gz" "$(SNAPSHOT)/"
rm -fr "$(SNAPSHOT)/"
commit e510687db67f8daaa5172f017e56d3a888247cda
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Wed Nov 9 10:38:36 2011 -0500
Remove temporary autotools files from the built tarball
diff --git a/Makefile.in b/Makefile.in
index f36bf34..984abd8 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -501,7 +501,9 @@ build-snapshot:
INSTALL=./install-sh PERL=/usr/bin/perl ./configure \
--with-db-type=SQLite \
--enable-layout=relative \
- --with-web-handler=standalone \
+ --with-web-handler=standalone && \
+ rm -rf autom4te.cache \
+ config.status config.log config.pld \
)
tar -czf "$(SNAPSHOT).tar.gz" "$(SNAPSHOT)/"
rm -fr "$(SNAPSHOT)/"
commit c8783479f7296df43dac6dbeb248c85f62bd960d
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Wed Nov 9 10:43:01 2011 -0500
Line up continuation markers, because I'm picky that way
diff --git a/Makefile.in b/Makefile.in
index 984abd8..e18d86d 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -495,9 +495,9 @@ snapshot: build-snapshot build-third-party clearsign-snapshot clearsign-third-pa
build-snapshot:
git archive --prefix "$(SNAPSHOT)/" HEAD | tar -xf -
- ( cd $(SNAPSHOT) &&\
- echo "$(SNAPSHOT)" > .tag &&\
- autoconf &&\
+ ( cd $(SNAPSHOT) && \
+ echo "$(SNAPSHOT)" > .tag && \
+ autoconf && \
INSTALL=./install-sh PERL=/usr/bin/perl ./configure \
--with-db-type=SQLite \
--enable-layout=relative \
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list