summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-06 13:41:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-06 13:41:12 +0000
commitf002ec359dc634e5c23ad41760672661713c685d (patch)
tree587ea88f3d5c8254e2846d5cbd623278adca3317
parentRemove duplicate CCAS. (diff)
downloadrtems-f002ec359dc634e5c23ad41760672661713c685d.tar.bz2
2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS (Implicitly handled by automake).
-rw-r--r--testsuites/ChangeLog5
-rw-r--r--testsuites/automake/compile.am4
2 files changed, 6 insertions, 3 deletions
diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog
index 09f5b2fe50..81c2b6f40e 100644
--- a/testsuites/ChangeLog
+++ b/testsuites/ChangeLog
@@ -1,5 +1,10 @@
2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * automake/compile.am: Remove CLEANDIRS (Unused).
+ Remove DEFS (Implicitly handled by automake).
+
+2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* automake/compile.am: Remove CONFIG.CC (Unused).
Remove CPPFLAGS, CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by
automake). Add CCAS. Use AM_*FLAGS = RTEMS_*FLAGS.
diff --git a/testsuites/automake/compile.am b/testsuites/automake/compile.am
index 7851a4a6b9..01eaf56b08 100644
--- a/testsuites/automake/compile.am
+++ b/testsuites/automake/compile.am
@@ -14,8 +14,6 @@ if RTEMS_USE_GCC
GCCSPECS = $(GCC_SPECS) $(RTEMS_BSP_SPECS)
endif # RTEMS_USE_GCC
-DEFS = @DEFS@
-
LINK_LIBS = $(LD_LIBS)
#
@@ -115,5 +113,5 @@ AM_CXXFLAGS = $(RTEMS_CXXFLAGS)
AM_CCASFLAGS = $(CPU_CFLAGS) $(RTEMS_CPPFLAGS) $(RTEMS_CCASFLAGS)
clean-local:
- $(RM) -r o-optimize $(CLEANDIRS)
+ $(RM) -r o-optimize
$(RM) Depends-o-optimize.tmp