[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-36-gd5b98f7

Alex Vandiver alexmv at bestpractical.com
Thu Sep 30 14:29:16 EDT 2010


The branch, 3.9-trunk has been updated
       via  d5b98f7040745786819b0748e0512e912c763c69 (commit)
      from  48bbc7723dada4d392b5d780468ffa0f1eb3300e (commit)

Summary of changes:
 Makefile.in |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit d5b98f7040745786819b0748e0512e912c763c69
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Sep 30 14:32:32 2010 -0400

    Fix leading whitespace errors in Makefile

diff --git a/Makefile.in b/Makefile.in
index 5921438..3b9ec8c 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -508,10 +508,10 @@ SNAPSHOT=$(shell git describe --tags)
 snapshot:
 	git archive --prefix "$(SNAPSHOT)/"  HEAD | tar -xf -
 	( 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 \
+	        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"

-----------------------------------------------------------------------


More information about the Rt-commit mailing list