From aed317ab9b3491a91fbe8da6ae90f048972b86ef Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 2 Dec 2002 17:47:47 +0000 Subject: 2002-12-02 Joel Sherrill * pxfl/.cvsignore, pxfl/Makefile.in, pxfl/README, pxfl/floss-bsp.h: Removed. --- c/src/lib/libbsp/hppa1.1/ChangeLog | 5 +++ c/src/lib/libbsp/hppa1.1/pxfl/.cvsignore | 1 - c/src/lib/libbsp/hppa1.1/pxfl/Makefile.in | 66 ------------------------------- c/src/lib/libbsp/hppa1.1/pxfl/README | 8 ---- c/src/lib/libbsp/hppa1.1/pxfl/floss-bsp.h | 11 ------ 5 files changed, 5 insertions(+), 86 deletions(-) delete mode 100644 c/src/lib/libbsp/hppa1.1/pxfl/.cvsignore delete mode 100644 c/src/lib/libbsp/hppa1.1/pxfl/Makefile.in delete mode 100644 c/src/lib/libbsp/hppa1.1/pxfl/README delete mode 100644 c/src/lib/libbsp/hppa1.1/pxfl/floss-bsp.h (limited to 'c') diff --git a/c/src/lib/libbsp/hppa1.1/ChangeLog b/c/src/lib/libbsp/hppa1.1/ChangeLog index 8368c2addc..2c3dc01252 100644 --- a/c/src/lib/libbsp/hppa1.1/ChangeLog +++ b/c/src/lib/libbsp/hppa1.1/ChangeLog @@ -1,3 +1,8 @@ +2002-12-02 Joel Sherrill + + * pxfl/.cvsignore, pxfl/Makefile.in, pxfl/README, + pxfl/floss-bsp.h: Removed. + 2002-10-21 Ralf Corsepius * .cvsignore: Reformat. diff --git a/c/src/lib/libbsp/hppa1.1/pxfl/.cvsignore b/c/src/lib/libbsp/hppa1.1/pxfl/.cvsignore deleted file mode 100644 index f3c7a7c5da..0000000000 --- a/c/src/lib/libbsp/hppa1.1/pxfl/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -Makefile diff --git a/c/src/lib/libbsp/hppa1.1/pxfl/Makefile.in b/c/src/lib/libbsp/hppa1.1/pxfl/Makefile.in deleted file mode 100644 index a1d85c4e0f..0000000000 --- a/c/src/lib/libbsp/hppa1.1/pxfl/Makefile.in +++ /dev/null @@ -1,66 +0,0 @@ -# -# Build the pixelflow bsp by cd'ing into another floss tree and -# building it there. -# -# NOTE: we also jump sideways in rtems tree and install test/support/include -# so that floss tests can use the rtems test structures -# -# $Id$ -# - -@SET_MAKE@ -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -top_builddir = .. -subdir = pxfl - -RTEMS_ROOT = @RTEMS_ROOT@ -PROJECT_ROOT = @PROJECT_ROOT@ - -VPATH = @srcdir@ - -include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg -include $(RTEMS_ROOT)/make/leaf.cfg - -INSTALL_CHANGE = @INSTALL_CHANGE@ -mkinstalldirs = $(SHELL) $(top_srcdir)/@RTEMS_TOPdir@/mkinstalldirs - -INSTALLDIRS = $(PROJECT_INCLUDE) - -$(INSTALLDIRS): - @$(mkinstalldirs) $(INSTALLDIRS) - -SRCS = $(srcdir)/floss-bsp.h - -# HACK alert -# on a 'make -k' we don't want to bomb out of build -EXIT_CMD = true -ifeq (k, $(findstring k, $(MAKEFLAGS))) -EXIT_CMD = true -endif - -all install: - @$(ECHO); $(ECHO) - @if [ ! -d $(FLOSS_ROOT) ]; \ - then \ - $(ECHO) "*** ERROR FLOSS_ROOT ($(FLOSS_ROOT)) points to nonexistent directory"; \ - $(ECHO); $(ECHO); \ - $(EXIT_CMD); \ - fi - @if [ -f $(FLOSS_ROOT)/PURE ]; \ - then \ - $(ECHO) "*** Assuming $(FLOSS_HOME) up to date since ./PURE exists"; \ - else \ - cmd="cd $(RTEMS_ROOT)/c/src/tests/support/include; $(MAKE) install"; \ - $(ECHO) $$cmd; \ - eval $$cmd || $(EXIT_CMD); \ - cmd="cd $(FLOSS_ROOT); $(MAKE) $@"; \ - $(ECHO) $$cmd; \ - eval $$cmd || $(EXIT_CMD); \ - fi - @$(ECHO); $(ECHO) - @$(INSTALL_CHANGE) -m 644 $(srcdir)/floss-bsp.h $(PROJECT_INCLUDE)/bsp.h - -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) \ - && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status diff --git a/c/src/lib/libbsp/hppa1.1/pxfl/README b/c/src/lib/libbsp/hppa1.1/pxfl/README deleted file mode 100644 index df3c872a34..0000000000 --- a/c/src/lib/libbsp/hppa1.1/pxfl/README +++ /dev/null @@ -1,8 +0,0 @@ -# -# $Id$ -# - -This is included just to give rtems users an example of how a Makefile -can "jump" out of the rtems source tree into another one. This was -used by the developer of the pxfl bsp to allow them to keep their bsp -outside the normal rtems tree. diff --git a/c/src/lib/libbsp/hppa1.1/pxfl/floss-bsp.h b/c/src/lib/libbsp/hppa1.1/pxfl/floss-bsp.h deleted file mode 100644 index 52a22d686b..0000000000 --- a/c/src/lib/libbsp/hppa1.1/pxfl/floss-bsp.h +++ /dev/null @@ -1,11 +0,0 @@ -/* - * we need a bsp.h in the rtems tree to keep the src/tests/... - * happy. - * But our bsp.h really lives in floss tree. - * - * Fake it out by installing this one in rtems - * - # $Id$ - */ - -#include -- cgit v1.2.3