changeset 2540:6d2ddb408564

PR1291: Actually invoke clean-cryptocheck. 2013-06-06 Andrew John Hughes <gnu.andrew@member.fsf.org> * Makefile.am: (.PHONY): Add clean-cryptocheck. (clean-local): Likewise.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Wed, 04 Mar 2015 17:31:04 +0000
parents 5da956ae51a8
children 57592c0e9b8b
files ChangeLog Makefile.am
diffstat 2 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Mar 04 17:25:22 2015 +0000
+++ b/ChangeLog	Wed Mar 04 17:31:04 2015 +0000
@@ -1,3 +1,9 @@
+2013-06-06  Andrew John Hughes  <gnu.andrew@member.fsf.org>
+
+	* Makefile.am:
+	(.PHONY): Add clean-cryptocheck.
+	(clean-local): Likewise.
+
 2013-06-05  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	* Makefile.am:
--- a/Makefile.am	Wed Mar 04 17:25:22 2015 +0000
+++ b/Makefile.am	Wed Mar 04 17:31:04 2015 +0000
@@ -513,7 +513,8 @@
  clean-bootstrap-directory-symlink-stage1 clean-bootstrap-directory-symlink-stage2 \
  clean-extract clean-native-ecj clean-icedtea-stage2 \
  clean-icedtea-debug-stage2 clean-icedtea-stage1 clean-add-zero clean-add-zero-debug \
- clean-add-cacao clean-add-cacao-debug clean-rt clean-rewrite-rhino clean-rewriter
+ clean-add-cacao clean-add-cacao-debug clean-rt clean-rewrite-rhino clean-rewriter \
+ clean-cryptocheck
 	if [ -e bootstrap ]; then \
 	  rmdir bootstrap ; \
 	fi
@@ -545,7 +546,7 @@
 	clean-extract-hotspot clean-sanitise-openjdk clean-icedtea-debug \
 	clean-download-nashorn clean-extract-nashorn clean-download-hotspot \
 	clean-check-crypto clean-check-crypto-debug clean-check-crypto-boot \
-	clean-add-archive clean-add-archive-debug clean-add-archive-boot \
+	clean-add-archive clean-add-archive-debug clean-add-archive-boot clean-cryptocheck \
 	clean-tests clean-tapset-report
 
 env: