[Zope-CVS] CVS: Packages/TestScripts - linux_config.xml:1.6
Fred L. Drake, Jr.
fred@zope.com
Tue, 18 Mar 2003 17:46:05 -0500
Update of /cvs-repository/Packages/TestScripts
In directory cvs.zope.org:/tmp/cvs-serv4454
Modified Files:
linux_config.xml
Log Message:
Update to reflect the merging of new-install-branch into the Zope 2
HEAD.
=== Packages/TestScripts/linux_config.xml 1.5 => 1.6 ===
--- Packages/TestScripts/linux_config.xml:1.5 Fri Mar 7 14:23:42 2003
+++ Packages/TestScripts/linux_config.xml Tue Mar 18 17:46:04 2003
@@ -25,9 +25,16 @@
<Z_DEBUG_MODE>1</Z_DEBUG_MODE>
</environment>
<build>
- <location>Zope</location>
- <script>setup.py</script>
- <options>build_ext --inplace</options>
+ <location>Zope</location>
+ <command>configure</command>
+ <options></options>
+ </build>
+ <build>
+ <!-- "make" tells the user what to do next -->
+ <!-- "make build" is silent -->
+ <location>Zope</location>
+ <command>make</command>
+ <options>build</options>
</build>
<test>
<location>Zope</location>