summaryrefslogtreecommitdiffstats
path: root/make/custom/mvme2307.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-01 14:21:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-01 14:21:40 +0000
commit8725d7cce37febd034f48d362029d8c865e25253 (patch)
tree15e93f51a6ae070f1410dddb9210ec1ddd5b6c95 /make/custom/mvme2307.cfg
parentPatch rtems-rc-20000801-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-8725d7cce37febd034f48d362029d8c865e25253.tar.bz2
Patch rtems-rc-20000731-2-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that does the following: Changes: Remove $(SED) and $(CP) from make/custom/*.cfg Motivation: * autoconf and automake presuppose sed and cp to be present. * make/host.cfg.in already contains SED = sed hard-coded into it for a long time. * Elimination of make-variables * Eliminate make/*.cfg files or at least reduce their complexity :)
Diffstat (limited to 'make/custom/mvme2307.cfg')
-rw-r--r--make/custom/mvme2307.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/mvme2307.cfg b/make/custom/mvme2307.cfg
index 00c8d61417..838731615a 100644
--- a/make/custom/mvme2307.cfg
+++ b/make/custom/mvme2307.cfg
@@ -78,7 +78,7 @@ define make-exe
# The following commands make a bootable image but will not work outside
# the build tree.
# test -d ${PROJECT_RELEASE}/bin || mkdir ${PROJECT_RELEASE}/bin
-# $(CP) $@ $(PROJECT_ROOT)/powerpc-rtems/c/mvme2307/lib/libbsp/powerpc/$(RTEMS_BSP_FAMILY)/bootloader/$(ARCH); \
+# cp $@ $(PROJECT_ROOT)/powerpc-rtems/c/mvme2307/lib/libbsp/powerpc/$(RTEMS_BSP_FAMILY)/bootloader/$(ARCH); \
# ( cd $(PROJECT_ROOT)/powerpc-rtems/c/mvme2307/lib/libbsp/powerpc/$(RTEMS_BSP_FAMILY)/bootloader; \
# $(MAKE) bootloader BINARY_LOADED=$@; )
# f=`basename $@ .exe`; \