You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2009/03/06 20:20:07 UTC

svn commit: r751041 - in /httpd/apreq/branches/v2_12: MANIFEST.SKIP Makefile.am

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 @@
 
 TAR=@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 -version=@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"