From b6529a34fd5a3b821bfef0cdecea8106a8487ef0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 19 Apr 1999 13:35:24 +0000 Subject: Patch from Ralf Corsepius to reorganize the build-tools layout to simplify it. This script reorganizes and simpilfies the build-tools subdirectories. It moves all source-files and scripts to c/build-tools/. This will enable use to use this directory directly to refer to the build-tools instead of copying them around in a "preinstall" step in future. However, RTEMS's autoconf Makefile.ins and *.cfg files are not yet prepared to apply this approach and therefore require additional work. --- tools/build/os/msdos/Makefile.in | 49 ---------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 tools/build/os/msdos/Makefile.in (limited to 'tools/build/os/msdos/Makefile.in') diff --git a/tools/build/os/msdos/Makefile.in b/tools/build/os/msdos/Makefile.in deleted file mode 100644 index 022d2e5df2..0000000000 --- a/tools/build/os/msdos/Makefile.in +++ /dev/null @@ -1,49 +0,0 @@ -# -# $Id$ -# - -@SET_MAKE@ -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -top_builddir = ../../../.. -subdir = c/build-tools/os/msdos - -INSTALL = @INSTALL@ - -RTEMS_ROOT = $(top_srcdir)/@RTEMS_TOPdir@ -PROJECT_ROOT = @PROJECT_ROOT@ - -VPATH = @srcdir@ - -include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg -include $(RTEMS_ROOT)/make/leaf.cfg - -DESTDIR=$(PROJECT_RELEASE)/build-tools - -INSTALLED=$(DESTDIR)/ifc.exe \ - $(DESTDIR)/cklength.exe \ - $(DESTDIR)/fixtimer.exe - -all: $(DESTDIR) $(PGMS) install - -$(DESTDIR): - @top_srcdir@/mkinstalldirs $@ - -install: $(INSTALLED) - -# Install the programs -$(DESTDIR)/ifc.exe: ifc_exe.uue - uudecode