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

Tres Seaver tseaver at palladion.com
Wed Nov 15 15:41:12 EST 2006


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

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

-=-
Modified: Zope/branches/2.10/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.10/doc/CHANGES.txt	2006-11-15 20:37:54 UTC (rev 71139)
+++ Zope/branches/2.10/doc/CHANGES.txt	2006-11-15 20:41:11 UTC (rev 71140)
@@ -12,6 +12,9 @@
 
       - Collector #2213: Can't edit "old" ZopePageTemplate instances.
 
+      - Collector #2237: 'make' doesn't tell you to run 'make inplace'
+        before running 'make instance'.
+
       - Collector #2235: A number of ZCatalog methods were doing boolean
         evaluation of objects that implemented __len__ instead of checking
         them against None. Replaced a number of "if not obj" with

Modified: Zope/branches/2.10/inst/Makefile.in
===================================================================
--- Zope/branches/2.10/inst/Makefile.in	2006-11-15 20:37:54 UTC (rev 71139)
+++ Zope/branches/2.10/inst/Makefile.in	2006-11-15 20:41:11 UTC (rev 71140)
@@ -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 Zope-Checkins mailing list