2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
	changes.
This commit is contained in:
Ralf Corsepius
2002-11-20 01:12:53 +00:00
parent 4f210c043c
commit 3f4382fe0e
8 changed files with 20 additions and 14 deletions

View File

@@ -1,3 +1,8 @@
2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
changes.
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat. * .cvsignore: Reformat.

View File

@@ -15,10 +15,8 @@ RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
RTEMS_CANONICALIZE_TOOLS RTEMS_CANONICALIZE_TOOLS
RTEMS_CONFIG_BUILD_SUBDIRS(tools) RTEMS_CONFIG_BUILD_SUBDIRS(tools)
# Explicitly list all Makefiles here # Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile AC_CONFIG_FILES([Makefile
clock/Makefile clock/Makefile
@@ -29,5 +27,3 @@ startup/Makefile
timer/Makefile timer/Makefile
wrapup/Makefile]) wrapup/Makefile])
AC_OUTPUT AC_OUTPUT
RTEMS_OUTPUT_BUILD_SUBDIRS(RTEMS_BUILD_SUBDIRS)

View File

@@ -1,3 +1,8 @@
2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
changes.
2002-11-01 Joel Sherrill <joel@OARcorp.com> 2002-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/page_table.c: Removed warnings. * startup/page_table.c: Removed warnings.

View File

@@ -21,7 +21,6 @@ RTEMS_CONFIG_BUILD_SUBDIRS(tools)
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
# Explicitly list all Makefiles here # Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile AC_CONFIG_FILES([Makefile
clock/Makefile clock/Makefile
@@ -36,5 +35,3 @@ wrapup/Makefile])
AC_OUTPUT AC_OUTPUT
## consolex/Makefile ## consolex/Makefile
RTEMS_OUTPUT_BUILD_SUBDIRS(RTEMS_BUILD_SUBDIRS)

View File

@@ -1,3 +1,8 @@
2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
changes.
2002-11-01 Joel Sherrill <joel@OARcorp.com> 2002-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspclean.c, startup/bspstart.c: Removed warnings. * startup/bspclean.c, startup/bspstart.c: Removed warnings.

View File

@@ -15,10 +15,8 @@ RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
RTEMS_CANONICALIZE_TOOLS RTEMS_CANONICALIZE_TOOLS
RTEMS_CONFIG_BUILD_SUBDIRS(tools) RTEMS_CONFIG_BUILD_SUBDIRS(tools)
# Explicitly list all Makefiles here # Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile AC_CONFIG_FILES([Makefile
clock/Makefile clock/Makefile
@@ -29,5 +27,3 @@ startup/Makefile
timer/Makefile timer/Makefile
wrapup/Makefile]) wrapup/Makefile])
AC_OUTPUT AC_OUTPUT
RTEMS_OUTPUT_BUILD_SUBDIRS(RTEMS_BUILD_SUBDIRS)

View File

@@ -1,3 +1,8 @@
2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
changes.
2002-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Unconditionally check for CXX (Hack to bug in * configure.ac: Unconditionally check for CXX (Hack to bug in

View File

@@ -28,7 +28,6 @@ AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")
AM_CONDITIONAL(HAS_CXX,test "$HAS_CPLUSPLUS" = "yes") AM_CONDITIONAL(HAS_CXX,test "$HAS_CPLUSPLUS" = "yes")
# Explicitly list all Makefiles here # Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile AC_CONFIG_FILES([Makefile
clock/Makefile clock/Makefile
@@ -39,5 +38,3 @@ startup/Makefile
timer/Makefile timer/Makefile
wrapup/Makefile]) wrapup/Makefile])
AC_OUTPUT AC_OUTPUT
RTEMS_OUTPUT_BUILD_SUBDIRS(RTEMS_BUILD_SUBDIRS)