Author: joes
Date: Fri Mar 6 19:20:06 2009
New Revision: 751041
URL: http://svn.apache.org/viewvc?rev=751041&view=rev
Log:
get rid of .deps once and for all
Modified:
httpd/apreq/branches/v2_12/MANIFEST.SKIP
httpd/apreq/branches/v2_12/Makefile.am
Modified: httpd/apreq/branches/v2_12/MANIFEST.SKIP
URL:
http://svn.apache.org/viewvc/httpd/apreq/branches/v2_12/MANIFEST.SKIP?rev=751041&r1=751040&r2=751041&view=diff
==============================================================================
--- httpd/apreq/branches/v2_12/MANIFEST.SKIP (original)
+++ httpd/apreq/branches/v2_12/MANIFEST.SKIP Fri Mar 6 19:20:06 2009
@@ -21,6 +21,8 @@
\.a$
\.slo$
\.so$
+\.deps$
+\.deps/
# perl glue
glue/perl/blib
Modified: httpd/apreq/branches/v2_12/Makefile.am
URL:
http://svn.apache.org/viewvc/httpd/apreq/branches/v2_12/Makefile.am?rev=751041&r1=751040&r2=751041&view=diff
==============================================================================
--- httpd/apreq/branches/v2_12/Makefile.am (original)
+++ httpd/apreq/branches/v2_12/Makefile.am Fri Mar 6 19:20:06 2009
@@ -37,12 +37,11 @@
t...@tar@
-release: reconfig docs_clean docs distdir
+release: distclean docs_clean reconfig distdir
@PERL@ build/version_check.pl > $(distdir)/PREREQUISITES
@PERL@ build/version_check.pl -versi...@package_version@ >
$(distdir)/META.yml
echo MANIFEST > $(distdir)/MANIFEST
@cd $(distdir); @PERL@ -M$(EUM) -e "$(EUM)::mkmanifest"
- if [ ! -x $(TAR) ]; then echo "$(TAR) is not executable."; fi
@PERL@ -ple '$$_="$(distdir)/$$_"' $(distdir)/MANIFEST | $(TAR) -czf
$(distdir).tar.gz -T -
rm -rf $(distdir)
@echo "Made $(distdir).tar.gz"