Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bug

where wrapup left pieces out of the librtemsall.a.
This commit is contained in:
Joel Sherrill
1999-10-04 19:15:14 +00:00
parent 0efa9f01f8
commit 811804fec8
131 changed files with 419 additions and 419 deletions

View File

@@ -1,6 +1,6 @@
#
# $Id$
#
##
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
@@ -11,7 +11,7 @@ print_dump
print_dump_SOURCES= \
print_dump.c
# HACK: install to build-tree
## HACK: install to build-tree
install-exec-local: $(PROGRAMS)
$(mkinstalldirs) $(PROJECT_ROOT)/simhppa/bin
$(INSTALL_PROGRAM) print_dump $(PROJECT_ROOT)/simhppa/bin

View File

@@ -1,6 +1,6 @@
#
# $Id$
#
##
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
@@ -21,7 +21,7 @@ $(PREINSTALL_DIRS):
$(PROJECT_ROOT)/pc386/build-tools/bin2boot: bin2boot
$(INSTALL_PROGRAM) $< $@
# HACK: install into build-tree
## HACK: install into build-tree
all-local: $(PREINSTALL_DIRS) $(PREINSTALL_FILES)
include $(top_srcdir)/../../../../../../../automake/local.am

View File

@@ -1,6 +1,6 @@
#
# $Id$
#
##
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal

View File

@@ -1,6 +1,6 @@
#
# $Id$
#
##
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4

View File

@@ -1,6 +1,6 @@
#
# $Id$
#
##
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4

View File

@@ -1,6 +1,6 @@
#
# $Id$
#
##
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
@@ -9,7 +9,7 @@ noinst_PROGRAMS=sload
sload_SOURCES = sload.c
# HACK: install to build-tree
## HACK: install to build-tree
install-exec-local: $(PROGRAMS)
$(mkinstalldirs) $(PROJECT_ROOT)/mvme162/bin
$(INSTALL_PROGRAM) $(PROGRAMS) $(PROJECT_ROOT)/mvme162/bin

View File

@@ -1,13 +1,13 @@
#
# $Id$
#
##
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
noinst_SCRIPTS=psim runtest
# HACK: install to build-tree
## HACK: install to build-tree
all-local: $(SCRIPTS)
$(mkinstalldirs) $(PROJECT_ROOT)/psim/tests
$(INSTALL_SCRIPT) $(srcdir)/runtest $(PROJECT_ROOT)/psim/tests/runtest

View File

@@ -1,6 +1,6 @@
#
# $Id$
#
##
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal

View File

@@ -1,6 +1,6 @@
#
# $Id$
#
##
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
@@ -11,7 +11,7 @@ endif
noinst_SCRIPTS=runtest looptest $(perl_scripts)
# HACK: install to build-tree
## HACK: install to build-tree
all-local: $(SCRIPTS)
$(mkinstalldirs) $(PROJECT_ROOT)/posix/tests
for i in $(SCRIPTS); do \