mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
2005-02-08 Ralf Corsepius <ralf.corsepius@rtems.org>
* itron/Makefile.am, libcsupport/Makefile.am, libnetworking/Makefile.am, posix/Makefile.am, rtems/Makefile.am, sapi/Makefile.am, score/Makefile.am, wrapup/Makefile.am, Makefile.am: Split preinstallation rules in to separate preinstall.am-files. * itron/preinstall.am, libcsupport/preinstall.am, libnetworking/preinstall.am, posix/preinstall.am, rtems/preinstall.am, sapi/preinstall.am, score/preinstall.am, wrapup/preinstall.am, preinstall.am: New (Generated from corresponding Makefile.ams). * configure.ac: Add AM_CONDITIONAL(AMPOLISH3)-stub.
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
2005-02-08 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* itron/Makefile.am, libcsupport/Makefile.am,
|
||||
libnetworking/Makefile.am, posix/Makefile.am,
|
||||
rtems/Makefile.am, sapi/Makefile.am,
|
||||
score/Makefile.am, wrapup/Makefile.am,
|
||||
Makefile.am: Split preinstallation rules in to separate
|
||||
preinstall.am-files.
|
||||
* itron/preinstall.am, libcsupport/preinstall.am,
|
||||
libnetworking/preinstall.am, posix/preinstall.am,
|
||||
rtems/preinstall.am, sapi/preinstall.am,
|
||||
score/preinstall.am, wrapup/preinstall.am,
|
||||
preinstall.am: New (Generated from corresponding Makefile.ams).
|
||||
* configure.ac: Add AM_CONDITIONAL(AMPOLISH3)-stub.
|
||||
|
||||
2005-02-08 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Add new header guard to cpuopts.h.
|
||||
|
||||
@@ -275,6 +275,9 @@ AM_CONDITIONAL([NEED_SYS_QUEUE_H],[test x"$NEED_SYS_QUEUE_H" = x"yes"])
|
||||
AM_CONDITIONAL([LIBSHELL],[test x"$HAVE_ASSIGNABLE_STDIO" = x"yes"])
|
||||
AM_CONDITIONAL([LIBSERDBG],[test x"$rtems_cv_cc_attribute_weak" = x"yes"])
|
||||
|
||||
AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \
|
||||
&& test -f "${srcdir}/ampolish3.in"])
|
||||
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
|
||||
# Explicitly list all Makefiles here
|
||||
|
||||
Reference in New Issue
Block a user