[svnbook commit] r3535 - Revert a change to the build system which was accidentally included in r3533.

codesite-noreply at google.com codesite-noreply at google.com
Fri May 29 07:16:27 CDT 2009


Author: julianfoad at btopenworld.com
Date: Fri May 29 05:15:17 2009
New Revision: 3535

Modified:
    trunk/src/tools/Makefile.base-rules

Log:
Revert a change to the build system which was accidentally included in  
r3533.

* src/tools/Makefile.base-rules
   (version): Restore the line that appends the date to the version file.


Modified: trunk/src/tools/Makefile.base-rules
==============================================================================
--- trunk/src/tools/Makefile.base-rules	(original)
+++ trunk/src/tools/Makefile.base-rules	Fri May 29 05:15:17 2009
@@ -17,7 +17,7 @@
  	  echo '<!ENTITY svn.version "">' > $(VERSION_SOURCE).tmp; \
  	  echo '<!ENTITY svn.l10n_revision "">' > $(VERSION_SOURCE).tmp; \
  	fi
-	# @echo '<!ENTITY svn.date "'`date`'">' >> $(VERSION_SOURCE).tmp
+	@echo '<!ENTITY svn.date "'`date`'">' >> $(VERSION_SOURCE).tmp
  	@if cmp -s $(VERSION_SOURCE) $(VERSION_SOURCE).tmp; then \
  	  rm $(VERSION_SOURCE).tmp; \
  	else \




More information about the svnbook-dev mailing list