From c16dcbc8fdedf63c18677a6820c1f72cf96a8bea Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 15 May 2002 15:07:41 +0000 Subject: 2002-05-15 Ralf Corsepius * Makefile.am: Add preinstall-stamp. --- c/src/exec/ChangeLog | 4 ++++ c/src/exec/Makefile.am | 9 ++++++++- cpukit/ChangeLog | 4 ++++ cpukit/Makefile.am | 9 ++++++++- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/c/src/exec/ChangeLog b/c/src/exec/ChangeLog index 6357d8fc14..3afd87b41c 100644 --- a/c/src/exec/ChangeLog +++ b/c/src/exec/ChangeLog @@ -1,3 +1,7 @@ +2002-05-15 Ralf Corsepius + + * Makefile.am: Add preinstall-stamp. + 2002-04-14 Ralf Corsepius * configure.ac: Remove ENABLE_GCC28. diff --git a/c/src/exec/Makefile.am b/c/src/exec/Makefile.am index 002f25506e..4325ae2c53 100644 --- a/c/src/exec/Makefile.am +++ b/c/src/exec/Makefile.am @@ -6,7 +6,14 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal include $(top_srcdir)/../../../automake/multilib.am -SUBDIRS = include score rtems sapi @subdirs@ wrapup +SUBDIRS = . include score rtems sapi @subdirs@ wrapup + +noinst_DATA = preinstall-stamp + +preinstall-stamp: + $(MAKE) $(AM_MAKEFLAGS) preinstall + touch preinstall-stamp +DISTCLEANFILES = preinstall-stamp include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/local.am diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 6357d8fc14..3afd87b41c 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2002-05-15 Ralf Corsepius + + * Makefile.am: Add preinstall-stamp. + 2002-04-14 Ralf Corsepius * configure.ac: Remove ENABLE_GCC28. diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 002f25506e..4325ae2c53 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -6,7 +6,14 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal include $(top_srcdir)/../../../automake/multilib.am -SUBDIRS = include score rtems sapi @subdirs@ wrapup +SUBDIRS = . include score rtems sapi @subdirs@ wrapup + +noinst_DATA = preinstall-stamp + +preinstall-stamp: + $(MAKE) $(AM_MAKEFLAGS) preinstall + touch preinstall-stamp +DISTCLEANFILES = preinstall-stamp include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3