diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-10-21 14:04:40 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-10-21 14:04:40 +0000 |
| commit | dc8312a8a3375cd0dd7698f93d6ff69e98ea0f61 (patch) | |
| tree | fd8a4b016fbf6eb0b0c2bab03ccfbcd251837fa8 /qpid | |
| parent | ff8eb77b7f23a79b285a79f2b203986a3a328b1a (diff) | |
| download | qpid-python-dc8312a8a3375cd0dd7698f93d6ff69e98ea0f61.tar.gz | |
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
Diffstat (limited to 'qpid')
| -rwxr-xr-x | qpid/buildtools/buildCreator/buildCreator.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
