You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2009/10/28 16:37:47 UTC

svn commit: r830618 - /qpid/branches/0.5.x-dev/qpid/buildtools/buildCreator/buildCreator.py

Author: ritchiem
Date: Wed Oct 28 15:37:47 2009
New Revision: 830618

URL: http://svn.apache.org/viewvc?rev=830618&view=rev
Log:
Update patch command to have option -E so that it will remove empty files

Modified:
    qpid/branches/0.5.x-dev/qpid/buildtools/buildCreator/buildCreator.py

Modified: qpid/branches/0.5.x-dev/qpid/buildtools/buildCreator/buildCreator.py
URL: http://svn.apache.org/viewvc/qpid/branches/0.5.x-dev/qpid/buildtools/buildCreator/buildCreator.py?rev=830618&r1=830617&r2=830618&view=diff
==============================================================================
--- qpid/branches/0.5.x-dev/qpid/buildtools/buildCreator/buildCreator.py (original)
+++ qpid/branches/0.5.x-dev/qpid/buildtools/buildCreator/buildCreator.py Wed Oct 28 15:37:47 2009
@@ -602,7 +602,7 @@
     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



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org