/hg/icedtea-web: Avoid warning message printed in clean target i...

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Wed Dec 5 02:09:31 PST 2012


changeset b44df9dc3675 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=b44df9dc3675
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Wed Dec 05 11:12:16 2012 +0100

	Avoid warning message printed in clean target if softkiller is not compiled.


diffstat:

 ChangeLog   |  5 +++++
 Makefile.am |  2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r a2b41a1af97c -r b44df9dc3675 ChangeLog
--- a/ChangeLog	Tue Dec 04 11:09:03 2012 -0500
+++ b/ChangeLog	Wed Dec 05 11:12:16 2012 +0100
@@ -1,3 +1,8 @@
+2012-12-05  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: Avoid warning message printed in clean target if
+	softkiller is not compiled.
+
 2012-12-04  Adam Domurad  <adomurad at redhat.com>
 
 	* netx/net/sourceforge/jnlp/resources/Messages.properties:
diff -r a2b41a1af97c -r b44df9dc3675 Makefile.am
--- a/Makefile.am	Tue Dec 04 11:09:03 2012 -0500
+++ b/Makefile.am	Wed Dec 05 11:12:16 2012 +0100
@@ -1198,7 +1198,7 @@
 	rm -f  $(TESTS_DIR)/*.html
 
 clean-$(SOFTKILLER):
-	rm  $(TESTS_DIR)/softkiller
+	rm -f $(TESTS_DIR)/softkiller
  
 clean-netx-dist-tests: clean_tests_reports netx-dist-tests-remove-cert-from-public clean-custom-reproducers clean-$(SOFTKILLER)
 	rm -f test-extensions-source-files.txt



More information about the distro-pkg-dev mailing list