[Checkins] SVN: Zope/trunk/ Forward-port fix for #2237 from 2.8 branch.

Tres Seaver tseaver at palladion.com
Wed Nov 15 15:45:32 EST 2006


Log message for revision 71141:
  Forward-port fix for #2237 from 2.8 branch.

Changed:
  U   Zope/trunk/doc/CHANGES.txt
  U   Zope/trunk/inst/Makefile.in

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===================================================================
--- Zope/trunk/doc/CHANGES.txt	2006-11-15 20:41:11 UTC (rev 71140)
+++ Zope/trunk/doc/CHANGES.txt	2006-11-15 20:45:31 UTC (rev 71141)
@@ -41,6 +41,9 @@
 
     Bugs Fixed
 
+      - Collector #2237: 'make' doesn't tell you to run 'make inplace'
+        before running 'make instance'.
+
       - Collector #2232: Can't call DTML templates from Page Templates
 
       - Collector #2198: Zope 3.3 fix breaks Five 1.5 test_getNextUtility

Modified: Zope/trunk/inst/Makefile.in
===================================================================
--- Zope/trunk/inst/Makefile.in	2006-11-15 20:41:11 UTC (rev 71140)
+++ Zope/trunk/inst/Makefile.in	2006-11-15 20:45:31 UTC (rev 71141)
@@ -38,9 +38,9 @@
 # default:     The default step (invoked when make is called without a target)
 default: build
 	@echo
-	@echo Zope built.  Next, do \'make install\' \(or \'make instance\'
-	@echo to run a Zope instance directly from the build directory\).
-	@echo
+	@echo Zope built.  Next, do \'make install\' \(or \'make inplace\',
+	@echo followed by \'make instance\' to run a Zope instance directly
+	@echo from the build directory\).
 
 # build:       Do whatever 'setup.py build' implies
 build:



More information about the Checkins mailing list