public inbox for mauve-patches@sourceware.org
 help / color / mirror / Atom feed
* FYI: small Makefile change
@ 2006-06-18 19:29 Thomas Fitzsimmons
  0 siblings, 0 replies; only message in thread
From: Thomas Fitzsimmons @ 2006-06-18 19:29 UTC (permalink / raw)
  To: mauve-patches

[-- Attachment #1: Type: text/plain, Size: 246 bytes --]

Hi,

I committed this small Makefile simplification.

Tom

2006-06-18  Thomas Fitzsimmons  <fitzsim@redhat.com>

	* Makefile.am (harness_files): Add gnu/testlet/config.java.
	(gnu/testlet/config.class): Remove target.
	* Makefile.in: Regenerate.

[-- Attachment #2: mauve-config.patch --]
[-- Type: text/x-patch, Size: 939 bytes --]

Index: Makefile.am
===================================================================
RCS file: /cvs/mauve/mauve/Makefile.am,v
retrieving revision 1.29
diff -u -r1.29 Makefile.am
--- Makefile.am	14 Jun 2006 19:28:27 -0000	1.29
+++ Makefile.am	18 Jun 2006 19:22:22 -0000
@@ -12,6 +12,7 @@
 harness_files = \
 	Harness.java \
 	RunnerProcess.java \
+	gnu/testlet/config.java \
 	gnu/testlet/TestHarness.java \
 	gnu/testlet/Testlet.java \
 	gnu/testlet/TestSecurityManager.java \
@@ -22,17 +23,13 @@
 
 harness:
 	$(JAVAC) $(harness_files)
-	$(JAVAC) gnu/testlet/config.java
 
 all-local: harness
 
-gnu/testlet/config.class: gnu/testlet/config.java
-	$(JAVAC) $(JAVACFLAGS) gnu/testlet/config.java
-
 check-local:
 	$(JAVA) Harness
  
 ## For now can't define this conditionally.
 SUFFIXES = .class .java
 clean-local:
-	find . -name '*.class' -print | xargs rm -f
\ No newline at end of file
+	find . -name '*.class' -print | xargs rm -f

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-06-18 19:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-18 19:29 FYI: small Makefile change Thomas Fitzsimmons

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).