From f724a870c6722fd4664857d471b538646819e47e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 30 Aug 1999 16:25:54 +0000 Subject: Patch from Ralf Corsepius : This patch addresses a few configuration issues and removes some duplicate configuration files. Background: * some files used in AC_INIT were not unique enough and can lead to problems if a user plays with configure scripts. * the Makefile templates are independent of the target/cpu and bsp, so the bsp dependent versions (c/src/make/Templates) are removed. To apply: patch -p1 < rtems-rc-19990820-3.diff rm -f c/src/make/Templates ./autogen ATTENTION: This patch removes several files and one directory :) --- c/src/make/Templates/Makefile.dir | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 c/src/make/Templates/Makefile.dir (limited to 'c/src/make/Templates/Makefile.dir') diff --git a/c/src/make/Templates/Makefile.dir b/c/src/make/Templates/Makefile.dir deleted file mode 100644 index e70d40c0cb..0000000000 --- a/c/src/make/Templates/Makefile.dir +++ /dev/null @@ -1,9 +0,0 @@ -# -# $Id$ -# - -include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg -include $(RTEMS_ROOT)/make/directory.cfg - -SUB_DIRS=a b c your-directories-go-here - -- cgit v1.2.3