From 4e6377e05a0e42646f781826b78845ce84eefd30 Mon Sep 17 00:00:00 2001 From: frank Date: Mon, 17 Oct 2011 16:58:28 -0700 Subject: [PATCH] remove depreicated build_patches() from waf --- wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript_build b/wscript_build index eafdb98c8c8..674f5a8e966 100644 --- a/wscript_build +++ b/wscript_build @@ -391,7 +391,7 @@ build_python_and_daemonize () #build_thirdparty_dir() build_dependences () build_console_proxy () -build_patches () +#build_patches () build_systemvm_patch () build_dirs_symlinks () build_scripts ()