[Zope-Checkins] SVN: Zope/branches/2.9/ Forward-port fix for #2237
from 2.8 branch.
Tres Seaver
tseaver at palladion.com
Wed Nov 15 15:37:55 EST 2006
Log message for revision 71139:
Forward-port fix for #2237 from 2.8 branch.
Changed:
U Zope/branches/2.9/doc/CHANGES.txt
U Zope/branches/2.9/inst/Makefile.in
-=-
Modified: Zope/branches/2.9/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.9/doc/CHANGES.txt 2006-11-15 20:32:17 UTC (rev 71138)
+++ Zope/branches/2.9/doc/CHANGES.txt 2006-11-15 20:37:54 UTC (rev 71139)
@@ -9,6 +9,9 @@
Bugs fixed
+ - 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.9/inst/Makefile.in
===================================================================
--- Zope/branches/2.9/inst/Makefile.in 2006-11-15 20:32:17 UTC (rev 71138)
+++ Zope/branches/2.9/inst/Makefile.in 2006-11-15 20:37:54 UTC (rev 71139)
@@ -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