2003-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Remove stray comments.
	* automake/local.am, automake/host.am: Remove "debug".
This commit is contained in:
Ralf Corsepius
2003-08-17 13:31:49 +00:00
parent 61d9371e24
commit 3a99e6f88a
4 changed files with 5 additions and 19 deletions

View File

@@ -1,3 +1,8 @@
2003-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove stray comments.
* automake/local.am, automake/host.am: Remove "debug".
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake. Makefile.am: Reflect having moved automake.

View File

@@ -5,14 +5,6 @@
## Once automake is fully integrated these make targets ## Once automake is fully integrated these make targets
## and this file will probably be removed ## and this file will probably be removed
debug:
@echo
@echo "\"make debug\" is obsolete, instead use:"
@echo " make VARIANT=DEBUG"
@echo
.PHONY: debug
preinstall-am: $(PREINSTALL_FILES) preinstall-am: $(PREINSTALL_FILES)
preinstall: preinstall-am preinstall: preinstall-am
.PHONY: preinstall preinstall-am .PHONY: preinstall preinstall-am

View File

@@ -1,13 +1,5 @@
## $Id$ ## $Id$
debug:
@echo
@echo "\"make debug\" is obsolete, instead use:"
@echo " make VARIANT=DEBUG"
@echo
.PHONY: debug
preinstall-am: $(PREINSTALL_FILES) preinstall-am: $(PREINSTALL_FILES)
preinstall: preinstall-am preinstall: preinstall-am
.PHONY: preinstall preinstall-am .PHONY: preinstall preinstall-am

View File

@@ -123,7 +123,6 @@ BSP_SUBDIRS="$BSP_SUBDIRS optman"
RTEMS_CPU_SUBDIRS(lib/libcpu) RTEMS_CPU_SUBDIRS(lib/libcpu)
if test -d "${srcdir}/lib/libcpu/${RTEMS_CPU}"; then if test -d "${srcdir}/lib/libcpu/${RTEMS_CPU}"; then
libcpu_cpu_subdir="${RTEMS_CPU}" libcpu_cpu_subdir="${RTEMS_CPU}"
# BSP_SUBDIRS="$BSP_SUBDIRS lib/libcpu/${RTEMS_CPU}"
else else
libcpu_cpu_subdir= libcpu_cpu_subdir=
fi fi
@@ -133,11 +132,9 @@ AC_SUBST(libcpu_cpu_subdir)
# The bare bsp is a special case as it is not under the RTEMS_CPU path # The bare bsp is a special case as it is not under the RTEMS_CPU path
if test "$RTEMS_BSP_FAMILY" = "bare" ; then if test "$RTEMS_BSP_FAMILY" = "bare" ; then
AC_CONFIG_SUBDIRS([lib/libbsp/bare]) AC_CONFIG_SUBDIRS([lib/libbsp/bare])
# BSP_SUBDIRS="$BSP_SUBDIRS lib/libbsp/bare"
AC_SUBST(libbsp_cpu_subdir,bare) AC_SUBST(libbsp_cpu_subdir,bare)
else else
RTEMS_CPU_SUBDIRS([lib/libbsp]) RTEMS_CPU_SUBDIRS([lib/libbsp])
# BSP_SUBDIRS="$BSP_SUBDIRS lib/libbsp/${RTEMS_CPU}"
AC_SUBST(libbsp_cpu_subdir,$RTEMS_CPU) AC_SUBST(libbsp_cpu_subdir,$RTEMS_CPU)
fi fi