summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-04 19:36:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-04 19:36:11 +0000
commitcc2793333bc6ffda244c0c1fe2ddeffdf32e6f84 (patch)
treec6967967bac30de9f37ebd9aaf9c963eb2f1ab70
parent2002-01-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-cc2793333bc6ffda244c0c1fe2ddeffdf32e6f84.tar.bz2
2002-01-04 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, configure.ac: Remove references to wrapup subdirectory.
-rw-r--r--c/src/exec/ChangeLog4
-rw-r--r--c/src/exec/Makefile.am2
-rw-r--r--c/src/exec/configure.ac1
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/Makefile.am2
-rw-r--r--cpukit/configure.ac1
6 files changed, 10 insertions, 4 deletions
diff --git a/c/src/exec/ChangeLog b/c/src/exec/ChangeLog
index 5624f090c8..98805864cb 100644
--- a/c/src/exec/ChangeLog
+++ b/c/src/exec/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-04 Joel Sherrill <joel@OARcorp.com>
+
+ * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
+
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use AS_IF instead of if/then/else.
diff --git a/c/src/exec/Makefile.am b/c/src/exec/Makefile.am
index c4bbee1556..4995bce129 100644
--- a/c/src/exec/Makefile.am
+++ b/c/src/exec/Makefile.am
@@ -15,7 +15,7 @@ if HAS_ITRON
ITRON_SUBDIRS = itron
endif
-SUBDIRS = include score rtems $(POSIX_SUBDIRS) $(ITRON_SUBDIRS) sapi wrapup
+SUBDIRS = include score rtems $(POSIX_SUBDIRS) $(ITRON_SUBDIRS) sapi
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am
diff --git a/c/src/exec/configure.ac b/c/src/exec/configure.ac
index 24aae1e70e..db2edb33b1 100644
--- a/c/src/exec/configure.ac
+++ b/c/src/exec/configure.ac
@@ -100,6 +100,5 @@ score/include/Makefile
score/inline/Makefile
score/macros/Makefile
score/src/Makefile
-wrapup/Makefile
])
AC_OUTPUT
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 5624f090c8..98805864cb 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-04 Joel Sherrill <joel@OARcorp.com>
+
+ * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
+
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use AS_IF instead of if/then/else.
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index c4bbee1556..4995bce129 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -15,7 +15,7 @@ if HAS_ITRON
ITRON_SUBDIRS = itron
endif
-SUBDIRS = include score rtems $(POSIX_SUBDIRS) $(ITRON_SUBDIRS) sapi wrapup
+SUBDIRS = include score rtems $(POSIX_SUBDIRS) $(ITRON_SUBDIRS) sapi
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 24aae1e70e..db2edb33b1 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -100,6 +100,5 @@ score/include/Makefile
score/inline/Makefile
score/macros/Makefile
score/src/Makefile
-wrapup/Makefile
])
AC_OUTPUT