From dc8312a8a3375cd0dd7698f93d6ff69e98ea0f61 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Wed, 21 Oct 2009 14:04:40 +0000 Subject: Update patch command to have option -E so that it will remove empty files git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@828020 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/buildtools/buildCreator/buildCreator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid') diff --git a/qpid/buildtools/buildCreator/buildCreator.py b/qpid/buildtools/buildCreator/buildCreator.py index 6b9fc3c68e..70b0956dab 100755 --- a/qpid/buildtools/buildCreator/buildCreator.py +++ b/qpid/buildtools/buildCreator/buildCreator.py @@ -602,7 +602,7 @@ def applyPatch(patch): if prefix != None: basecommand = basecommand + " -p "+prefix - basecommand = basecommand + " -d "+ _rootDir + PATH_SEP + BUILD_DIR + PATH_SEP + source + PATH_SEP + basecommand = basecommand + " -E -d "+ _rootDir + PATH_SEP + BUILD_DIR + PATH_SEP + source + PATH_SEP if path != None: basecommand = basecommand + path -- cgit v1.2.1