Author: wyoung
Date: Fri Aug 22 19:21:48 2008
New Revision: 2355

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2355&view=rev
Log:
No longer attempting to remove header directory in uninstall target.
Can't work because Bakefile puts these commands above the ones it makes
for the uninstall target, so the headers aren't gone yet by the time our
commands run.  We can't just rm -r the directory, because that will
cause its rm *.h to fail.  Until Bakefile adds a feature that lets us do
"modify-target when='after'", we'll just have to be content with leaving
an empty directory behind us.

Modified:
    trunk/mysql++.bkl

Modified: trunk/mysql++.bkl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.bkl?rev=2355&r1=2354&r2=2355&view=diff
==============================================================================
--- trunk/mysql++.bkl (original)
+++ trunk/mysql++.bkl Fri Aug 22 19:21:48 2008
@@ -129,7 +129,6 @@
                     <command>
                         for f in *.h ; do rm -f $(HEADER_DIR)/$(DDF) ; done
                     </command>
-                    <command>rmdir $(HEADER_DIR)</command>
                 </modify-target>
             </if>
         </dll>


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to