From 399432faac047151bd9f57a38f6418579405aaf5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 2 Feb 2000 15:26:41 +0000 Subject: Patch rtems-rc-20000118-6.diff from Ralf Corsepius 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. --- make/custom/mcp750.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/custom/mcp750.cfg') diff --git a/make/custom/mcp750.cfg b/make/custom/mcp750.cfg index f3e713d55e..e2446cd902 100644 --- a/make/custom/mcp750.cfg +++ b/make/custom/mcp750.cfg @@ -104,8 +104,8 @@ define make-exe echo $${COMPLETE_FILE_NAME} ;\ FILE_NAME=`basename $${COMPLETE_FILE_NAME}` ;\ echo $${FILE_NAME} ;\ - mkdir -p $(PROJECT_ROOT)/$(RTEMS_BSP)/bin ;\ - $(CP) bootloader $(PROJECT_ROOT)/$(RTEMS_BSP)/bin/$${FILE_NAME} + mkdir -p $(PROJECT_ROOT)/mcp750/bin ;\ + $(CP) bootloader $(PROJECT_ROOT)/mcp750/bin/$${FILE_NAME} endef # Miscellaneous additions go here -- cgit v1.2.3