summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-02-02 15:26:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-02-02 15:26:41 +0000
commit399432faac047151bd9f57a38f6418579405aaf5 (patch)
treebfaaa1ef6269f5b7a27ded69690a5ee22a11459f /c
parentPatches rtems-rc-20000118-5.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-399432faac047151bd9f57a38f6418579405aaf5.tar.bz2
Patch rtems-rc-20000118-6.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that contains: The workarounds related to the issues with ppc/helas403 (triggers a nasty bug in automake-2.14) and mcp750.cfg (Which is basically broken) To apply: patch -p1 < rtems-rc-20000118-6.diff ./bootstrap Note: * Though this patch is small, ./bootstrap is absolutely necessary. * Now your CVS source tree is identical to my local CVS.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/bsp.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/bsp.am b/c/src/lib/libbsp/bsp.am
index 1b595c6032..73406314c6 100644
--- a/c/src/lib/libbsp/bsp.am
+++ b/c/src/lib/libbsp/bsp.am
@@ -2,13 +2,12 @@
## $Id$
##
-PREINSTALL_FILES += \
-$(PROJECT_ROOT)/@RTEMS_BSP@/lib \
-$(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs
-
$(PROJECT_ROOT)/@RTEMS_BSP@/lib:
@$(mkinstalldirs) $@
$(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs: bsp_specs
$(INSTALL_DATA) $< $@
+## FIXME: Do not split this line into several lines
+## A bug in automake-2.14 will generate incorrect results otherwise
+PREINSTALL_FILES += $(PROJECT_ROOT)/@RTEMS_BSP@/lib $(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs