diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-10-21 14:04:32 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-10-21 14:04:32 +0000 |
| commit | 6ce96588ffccac67134f2c2632d99e381c9d69fb (patch) | |
| tree | a1a81c258b8e1259a144f07090e969ed079943a5 | |
| parent | 2cc14e14d5c3e09f98bffeae5544192519dd83b6 (diff) | |
| download | qpid-python-6ce96588ffccac67134f2c2632d99e381c9d69fb.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/qpid@828020 13f79535-47bb-0310-9956-ffa450edef68
| -rwxr-xr-x | buildtools/buildCreator/buildCreator.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
