summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-07 14:15:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-07 14:15:09 +0000
commit8e9accfe597b8d5a574bedd96a83edbc5eb578da (patch)
treeb74579c6ca9fc44f9d67b6587c158ac6ac4121f7
parent2002-01-07 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-8e9accfe597b8d5a574bedd96a83edbc5eb578da.tar.bz2
2002-01-07 Joel Sherrill <joel@OARcorp.com>
* optman/, optman/.cvsignore, optman/Makefile.am: Removed entire contents of optman/ directory since it has been moved.
-rw-r--r--c/src/exec/posix/ChangeLog5
-rw-r--r--c/src/exec/posix/optman/.cvsignore2
-rw-r--r--c/src/exec/posix/optman/Makefile.am31
-rw-r--r--cpukit/posix/ChangeLog5
4 files changed, 10 insertions, 33 deletions
diff --git a/c/src/exec/posix/ChangeLog b/c/src/exec/posix/ChangeLog
index f2fffac3b5..8e983eeb3f 100644
--- a/c/src/exec/posix/ChangeLog
+++ b/c/src/exec/posix/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-07 Joel Sherrill <joel@OARcorp.com>
+
+ * optman/, optman/.cvsignore, optman/Makefile.am: Removed entire
+ contents of optman/ directory since it has been moved.
+
2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_CONFIG_SRCDIR([src/pthreads.c])
diff --git a/c/src/exec/posix/optman/.cvsignore b/c/src/exec/posix/optman/.cvsignore
deleted file mode 100644
index 282522db03..0000000000
--- a/c/src/exec/posix/optman/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile
-Makefile.in
diff --git a/c/src/exec/posix/optman/Makefile.am b/c/src/exec/posix/optman/Makefile.am
deleted file mode 100644
index b508a8cc35..0000000000
--- a/c/src/exec/posix/optman/Makefile.am
+++ /dev/null
@@ -1,31 +0,0 @@
-##
-## $Id$
-##
-
-AUTOMAKE_OPTIONS = foreign 1.4
-
-C_FILES =
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
-
-PGMS = $(C_FILES:%.c=$(ARCH)/%.rel)
-
-include $(top_srcdir)/../../../../automake/multilib.am
-include $(top_srcdir)/../../../../automake/compile.am
-include $(top_srcdir)/../../../../automake/lib.am
-
-TMPINSTALL_FILES += \
- $(C_FILES:%.c=$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/%$(LIB_VARIANT).rel)
-
-$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/%$(LIB_VARIANT).rel: $(ARCH)/%.rel
- $(INSTALL_DATA) $< $@
-
-#
-# (OPTIONAL) Add local stuff here using +=
-#
-all-local: ${ARCH} $(PGMS) $(TMPINSTALL_FILES)
-
-.PRECIOUS: $(PGMS)
-
-EXTRA_DIST = $(C_FILES)
-
-include $(top_srcdir)/../../../../automake/local.am
diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog
index f2fffac3b5..8e983eeb3f 100644
--- a/cpukit/posix/ChangeLog
+++ b/cpukit/posix/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-07 Joel Sherrill <joel@OARcorp.com>
+
+ * optman/, optman/.cvsignore, optman/Makefile.am: Removed entire
+ contents of optman/ directory since it has been moved.
+
2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_CONFIG_SRCDIR([src/pthreads.c])