Patch rtems-rc-4.5.0-7-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.

The patch contains:

  * Many small cleanups wrt. make VARIANT=[DEBUG|PROFILE] support
  * several modifications to make/custom/*.cfg
  * Merger with the mvme2307.cfg you had posted two weeks ago (Please
    check it, I did not check it against to version you posted today).
  * Added a check to the toplevel configure.in to refuse building inside
    of the source tree.
This commit is contained in:
Joel Sherrill
2000-04-03 20:01:31 +00:00
parent cc2ccd6e71
commit c34eb10f55
11 changed files with 40 additions and 29 deletions

View File

@@ -50,11 +50,10 @@ $(REL): $(C_O_FILES) $(S_O_FILES)
$(make-rel)
all-local: $(ARCH) $(PREINSTALL_FILES) $(REL)
## all: $(ARCH)/rtems.o
## all-local: $(ARCH)/rtems.o
all-local: $(TMPINSTALL_FILES)
clean-local:
$(RM) -r ../o-optimize ../o-debug ../o-profile
CLEANDIRS = ../o-optimize ../o-debug ../o-profile
EXTRA_DIST = $(C_FILES) $(S_FILES)

View File

@@ -48,8 +48,7 @@ $(REL): $(C_O_FILES) $(S_O_FILES)
all-local: $(ARCH) $(PREINSTALL_FILES) $(REL) $(ARCH)/rtems.o $(TMPINSTALL_FILES)
clean-local:
$(RM) -r ../o-optimize ../o-debug ../o-profile
CLEANDIRS = ../o-optimize ../o-debug ../o-profile
UNUSED_FILES = irq_stub.S

View File

@@ -13,7 +13,7 @@ MAKE_FILES = README directory.cfg leaf.cfg lib.cfg
rtems_make_DATA = $(MAKE_FILES) $(GENERIC_FILES)
noinst_DATA = main.cfg
noinst_DATA = main.cfg leaf.cfg
rtemsdir = $(prefix)
rtems_bspdir = $(rtemsdir)/@RTEMS_BSP@

View File

@@ -113,7 +113,7 @@ AC_LINK_FILES($cfg_dir/Templates/Makefile.leaf,Templates/Makefile.leaf)
AC_LINK_FILES($cfg_dir/Templates/Makefile.dir,Templates/Makefile.dir)
AC_LINK_FILES($cfg_dir/compilers/gcc-target-default.cfg,compilers/gcc-target-default.cfg)
AC_LINK_FILES($cfg_dir/directory.cfg,directory.cfg)
AC_LINK_FILES($cfg_dir/leaf.cfg,leaf.cfg)
AC_LINK_FILES(leaf.cfg,leaf.cfg)
AC_LINK_FILES($cfg_dir/lib.cfg,lib.cfg)
AC_LINK_FILES($cfg_dir/README,README)

View File

@@ -6,10 +6,4 @@
#
# NOTE: This file does not get exported from the source tree
#
#
# where things are relative to PROJECT_ROOT; shouldn't need to change,
# but could be overridden in custom files.
#
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
# Now, it's empty :)