From 8f71a36f710b6196b4854760785c614910da3ff7 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 20 Apr 2004 07:09:31 +0000 Subject: Remove stray white spaces. --- testsuites/automake/compile.am | 14 +++++++------- testsuites/automake/host.am | 4 ++-- testsuites/automake/leaf.am | 1 - testsuites/automake/subdirs.am | 6 +++--- 4 files changed, 12 insertions(+), 13 deletions(-) (limited to 'testsuites/automake') diff --git a/testsuites/automake/compile.am b/testsuites/automake/compile.am index 022b5ecf06..1306f7b43b 100644 --- a/testsuites/automake/compile.am +++ b/testsuites/automake/compile.am @@ -3,7 +3,7 @@ ## ## ------------------------------------------------------------------------- -## NOTE: This file is rather immature and has to be considered to be +## NOTE: This file is rather immature and has to be considered to be ## almost experimental. ## ## Expect frequent changes -- It deserves to be cleaned up :( @@ -12,7 +12,7 @@ ## The section below is based on make/compilers/gcc-target-default.cfg ## used in former versions of RTEMS. -## +## ## Set up the flags for the toolchains: ## ## We are considering 3 different building schemes here: @@ -24,19 +24,19 @@ ## Automake conditionals in use: ## RTEMS_USE_GCC .. if we are using GCC -## NOTES: +## NOTES: ## * The gcc-2.8 building scheme is the nominal building scheme and ## is actively supported. -## * The non-gcc building scheme requires manually setting up environment +## * The non-gcc building scheme requires manually setting up environment ## variables and is hardly tested at all ## CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V are the values we ## would want the corresponding macros to be set to. ## -## CFLAGS_OPTIMIZE, CFLAGS_DEBUG are set by the +## CFLAGS_OPTIMIZE, CFLAGS_DEBUG are set by the ## 'VARIANT=' targets to their _V values. -## XCPPFLAGS, XCFLAGS, XCXXFLAGS, XASFLAGS +## XCPPFLAGS, XCFLAGS, XCXXFLAGS, XASFLAGS ## are used to add flags from the shell ## cf. make.info ("Implicit rules/variables" for details) @@ -127,7 +127,7 @@ depend-gcc: $(C_FILES) $(CC_FILES) $(S_FILES) -e 's?$(ARCH)/?$$(ARCH)/?' >$(DEPEND).tmp mv $(DEPEND).tmp $(DEPEND) -# pull in dependencies if they exist +# pull in dependencies if they exist ifeq (${DEPEND},$(wildcard ${DEPEND})) include ${DEPEND} @ENDIF@ diff --git a/testsuites/automake/host.am b/testsuites/automake/host.am index b7033e3df0..f87e6a41ee 100644 --- a/testsuites/automake/host.am +++ b/testsuites/automake/host.am @@ -1,8 +1,8 @@ ## $Id$ -## NOTE: This is a temporary work-around to keep +## NOTE: This is a temporary work-around to keep ## RTEMS's non automake standard make targets working. -## Once automake is fully integrated these make targets +## Once automake is fully integrated these make targets ## and this file will probably be removed preinstall-am: $(PREINSTALL_FILES) diff --git a/testsuites/automake/leaf.am b/testsuites/automake/leaf.am index f6a9c5ce15..893f8fec56 100644 --- a/testsuites/automake/leaf.am +++ b/testsuites/automake/leaf.am @@ -13,4 +13,3 @@ define make-exe $(LINK_APP) endef @ENDIF@ - diff --git a/testsuites/automake/subdirs.am b/testsuites/automake/subdirs.am index 3d54285dec..62823202ee 100644 --- a/testsuites/automake/subdirs.am +++ b/testsuites/automake/subdirs.am @@ -1,10 +1,10 @@ ## $Id$ -## Borrowed from automake-1.4 and adapted to RTEMS +## Borrowed from automake-1.4 and adapted to RTEMS -## NOTE: This is a temporary work-around to keep +## NOTE: This is a temporary work-around to keep ## RTEMS's non automake standard make targets working. -## Once automake is fully integrated these make targets +## Once automake is fully integrated these make targets ## and this file will probably be removed depend-recursive \ -- cgit v1.2.3