r5449 - trunk/varnish-cache/doc/sphinx
phk at varnish-cache.org
phk at varnish-cache.org
Thu Oct 21 21:30:00 CEST 2010
Author: phk
Date: 2010-10-21 21:29:59 +0200 (Thu, 21 Oct 2010)
New Revision: 5449
Modified:
trunk/varnish-cache/doc/sphinx/Makefile.am
Log:
Use rm -rf to prevent silly questions from being asked
Modified: trunk/varnish-cache/doc/sphinx/Makefile.am
===================================================================
--- trunk/varnish-cache/doc/sphinx/Makefile.am 2010-10-21 13:50:39 UTC (rev 5448)
+++ trunk/varnish-cache/doc/sphinx/Makefile.am 2010-10-21 19:29:59 UTC (rev 5449)
@@ -144,4 +144,4 @@
cp -r $(BUILDDIR) $(distdir)
distclean-local:
- rm -r $(BUILDDIR)
+ rm -rf $(BUILDDIR)
More information about the varnish-commit
mailing list