add write bit to the directory before removing it

This commit is contained in:
Love Hornquist Astrand
2009-08-05 15:31:03 +02:00
parent dc3857fcfb
commit 22beb0c190

View File

@@ -64,6 +64,7 @@ $(PROJECTS): doxygen
doxygen: hdb.dxy hx509.dxy hcrypto.dxy gssapi.dxy krb5.dxy ntlm.dxy wind.dxy
@for a in $(PROJECTS) ; do \
echo $$a ; \
find $(srcdir)/$$a -type d ! -perm -200 -exec chmod u+w {} ';' ; \
rm -rf $(srcdir)/$$a ; \
mkdir $(srcdir)/$$a ; \
doxygen $$a.dxy; \