summaryrefslogtreecommitdiffstats
path: root/make/host.cfg.in
diff options
context:
space:
mode:
Diffstat (limited to 'make/host.cfg.in')
-rw-r--r--make/host.cfg.in20
1 files changed, 10 insertions, 10 deletions
diff --git a/make/host.cfg.in b/make/host.cfg.in
index bcbcf4eec6..18ddc85d8b 100644
--- a/make/host.cfg.in
+++ b/make/host.cfg.in
@@ -3,8 +3,6 @@
#
# OS-specific configuration
#
-# Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de) 97/11/08
-#
# Derived from rtems/c/make/os/*.cfg in previous RTEMS version.
#
@@ -17,23 +15,24 @@ RTEMS_HOST = @RTEMS_HOST@
CLEAN_OS =
CLOBBER_OS = *~ *.bak TAGS tags
-SHELL=/bin/sh
+SHELL=@SHELL@
ECHO=echo
-CAT=@CAT@
+CAT=cat
RM=@RM@ -f
CP=@CP@
MV=@MV@
LN=@LN@
MKDIR=mkdir
-CHMOD=@CHMOD@
-SED=@SED@
-M4=@M4@
+CHMOD=chmod
+SED=sed
+# Anybody using this?
+# M4=@M4@
# Global tools
-PACKHEX=$(PROJECT_TOOLS)/packhex
+PACKHEX=$(PROJECT_BIN)/packhex
-INSTALL_CHANGE=$(PROJECT_TOOLS)/install-if-change
+INSTALL_CHANGE=$(PROJECT_BIN)/install-if-change
INSTALL_VARIANT=$(INSTALL_CHANGE) -V "$(LIB_VARIANT)"
# FIXME: HACK for a bug in cygwin-hosted egcs which returns a mixture
@@ -51,7 +50,7 @@ KSH=@KSH@
#
# RCS support
#
-RCS_CLEAN=$(PROJECT_TOOLS)/rcs-clean
+RCS_CLEAN=$(PROJECT_BIN)/rcs-clean
#
# Rule to install a shell script with the proper shell to run it.
@@ -63,6 +62,7 @@ RCS_CLEAN=$(PROJECT_TOOLS)/rcs-clean
# -$(RM) $@.old
# -$(MV) $@ $@.old >/dev/null 2>&1
+# OBSOLETE: Don't use this anymore, this may be removed in future
define make-script
-$(RM) $@
$(SED) -e '1,1s?^#!KSHELL?#!$(KSH)?' \