From 6ce96588ffccac67134f2c2632d99e381c9d69fb Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Wed, 21 Oct 2009 14:04:32 +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/qpid@828020 13f79535-47bb-0310-9956-ffa450edef68 --- buildtools/buildCreator/buildCreator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildtools/buildCreator/buildCreator.py b/buildtools/buildCreator/buildCreator.py index 6b9fc3c68e..70b0956dab 100755 --- a/buildtools/buildCreator/buildCreator.py +++ b/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