From 8e9accfe597b8d5a574bedd96a83edbc5eb578da Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 7 Jan 2002 14:15:09 +0000 Subject: 2002-01-07 Joel Sherrill * optman/, optman/.cvsignore, optman/Makefile.am: Removed entire contents of optman/ directory since it has been moved. --- c/src/exec/posix/ChangeLog | 5 +++++ c/src/exec/posix/optman/.cvsignore | 2 -- c/src/exec/posix/optman/Makefile.am | 31 ------------------------------- cpukit/posix/ChangeLog | 5 +++++ 4 files changed, 10 insertions(+), 33 deletions(-) delete mode 100644 c/src/exec/posix/optman/.cvsignore delete mode 100644 c/src/exec/posix/optman/Makefile.am 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 + + * optman/, optman/.cvsignore, optman/Makefile.am: Removed entire + contents of optman/ directory since it has been moved. + 2002-02-05 Ralf Corsepius * 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 + + * optman/, optman/.cvsignore, optman/Makefile.am: Removed entire + contents of optman/ directory since it has been moved. + 2002-02-05 Ralf Corsepius * configure.ac: AC_CONFIG_SRCDIR([src/pthreads.c]) -- cgit v1.2.3