* Fix two syntax errors in master.cfg

* Add twistd.pid to svn:ignore

Originally committed to SVN as r3290.
This commit is contained in:
Amar Takhar 2009-07-26 16:40:04 +00:00
parent c50d57838c
commit 9159721be7
1 changed files with 1 additions and 2 deletions

View File

@ -126,7 +126,7 @@ flinux.addStep(shell.ShellCommand(
command=["./autogen.sh", "--skip-configure"],
env={
'ACLOCAL_FLAGS': '-I /home/verm/build/wx/share/aclocal'
}
},
name = "autogen",
description = ["autogening"],
descriptionDone = ["autogen"],
@ -139,7 +139,6 @@ flinux.addStep(shell.ShellCommand(
"--disable-check-wx-stc",
"--disable-check-wx-opengl",
"--with-wx-config=/home/verm/build/wx/lib/wx/config/gtk2-unicode-debug-2.9"
"
],
env={
'CC': '/usr/lib/ccache/gcc',