* Fix two syntax errors in master.cfg
* Add twistd.pid to svn:ignore Originally committed to SVN as r3290.
This commit is contained in:
parent
c50d57838c
commit
9159721be7
1 changed files with 1 additions and 2 deletions
|
@ -126,7 +126,7 @@ flinux.addStep(shell.ShellCommand(
|
||||||
command=["./autogen.sh", "--skip-configure"],
|
command=["./autogen.sh", "--skip-configure"],
|
||||||
env={
|
env={
|
||||||
'ACLOCAL_FLAGS': '-I /home/verm/build/wx/share/aclocal'
|
'ACLOCAL_FLAGS': '-I /home/verm/build/wx/share/aclocal'
|
||||||
}
|
},
|
||||||
name = "autogen",
|
name = "autogen",
|
||||||
description = ["autogening"],
|
description = ["autogening"],
|
||||||
descriptionDone = ["autogen"],
|
descriptionDone = ["autogen"],
|
||||||
|
@ -139,7 +139,6 @@ flinux.addStep(shell.ShellCommand(
|
||||||
"--disable-check-wx-stc",
|
"--disable-check-wx-stc",
|
||||||
"--disable-check-wx-opengl",
|
"--disable-check-wx-opengl",
|
||||||
"--with-wx-config=/home/verm/build/wx/lib/wx/config/gtk2-unicode-debug-2.9"
|
"--with-wx-config=/home/verm/build/wx/lib/wx/config/gtk2-unicode-debug-2.9"
|
||||||
"
|
|
||||||
],
|
],
|
||||||
env={
|
env={
|
||||||
'CC': '/usr/lib/ccache/gcc',
|
'CC': '/usr/lib/ccache/gcc',
|
||||||
|
|
Loading…
Reference in a new issue