mirror of
https://github.com/t-crest/rtems.git
synced 2025-12-05 15:15:48 +00:00
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP). * host.cfg.in: Remove RM, make-script. * ChangeLog: Remove bogus 2001-01-22 entry.
This commit is contained in:
@@ -19,7 +19,6 @@ SHELL=@SHELL@
|
|||||||
ECHO=echo
|
ECHO=echo
|
||||||
|
|
||||||
CAT=cat
|
CAT=cat
|
||||||
## RM=@RM@ -f
|
|
||||||
CP=@CP@
|
CP=@CP@
|
||||||
MV=@MV@
|
MV=@MV@
|
||||||
LN=@LN@
|
LN=@LN@
|
||||||
@@ -49,24 +48,6 @@ GCCSED = @GCCSED@
|
|||||||
# reliable but late model ksh's are usually OK.
|
# reliable but late model ksh's are usually OK.
|
||||||
KSH=@KSH@
|
KSH=@KSH@
|
||||||
|
|
||||||
#
|
|
||||||
# Rule to install a shell script with the proper shell to run it.
|
|
||||||
#
|
|
||||||
|
|
||||||
# when debugging, one may want to save the previous incarnation of the
|
|
||||||
# installed script. Replace the first line of this rule to do this.
|
|
||||||
#
|
|
||||||
# -$(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)?' \
|
|
||||||
-e '1,1s?^#!SHELL?#!$(SHELL)?' < $< > $@
|
|
||||||
$(CHMOD) 0555 $@
|
|
||||||
endef
|
|
||||||
|
|
||||||
INSTBINFLAGS = -m 0755
|
INSTBINFLAGS = -m 0755
|
||||||
INSTDATAFLAGS = -m 0644
|
INSTDATAFLAGS = -m 0644
|
||||||
INSTLIBFLAGS = -m 0644
|
INSTLIBFLAGS = -m 0644
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
# Assumes $(LIB) is set to $(ARCH)/libfoo.a
|
# Assumes $(LIB) is set to $(ARCH)/libfoo.a
|
||||||
#
|
#
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/leaf.cfg
|
include $(PROJECT_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
define make-library
|
define make-library
|
||||||
$(RM) $@
|
$(RM) $@
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
2001-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
||||||
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
* aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
|
|
||||||
simsh7045.
|
* lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
|
||||||
|
* main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
|
||||||
|
* host.cfg.in: Remove RM, make-script.
|
||||||
* ChangeLog: Remove bogus 2001-01-22 entry.
|
* ChangeLog: Remove bogus 2001-01-22 entry.
|
||||||
|
|
||||||
2001-01-09 Joel Sherrill <joel@OARcorp.com>
|
2001-01-09 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ SHELL=@SHELL@
|
|||||||
ECHO=echo
|
ECHO=echo
|
||||||
|
|
||||||
CAT=cat
|
CAT=cat
|
||||||
## RM=@RM@ -f
|
|
||||||
CP=@CP@
|
CP=@CP@
|
||||||
MV=@MV@
|
MV=@MV@
|
||||||
LN=@LN@
|
LN=@LN@
|
||||||
@@ -49,24 +48,6 @@ GCCSED = @GCCSED@
|
|||||||
# reliable but late model ksh's are usually OK.
|
# reliable but late model ksh's are usually OK.
|
||||||
KSH=@KSH@
|
KSH=@KSH@
|
||||||
|
|
||||||
#
|
|
||||||
# Rule to install a shell script with the proper shell to run it.
|
|
||||||
#
|
|
||||||
|
|
||||||
# when debugging, one may want to save the previous incarnation of the
|
|
||||||
# installed script. Replace the first line of this rule to do this.
|
|
||||||
#
|
|
||||||
# -$(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)?' \
|
|
||||||
-e '1,1s?^#!SHELL?#!$(SHELL)?' < $< > $@
|
|
||||||
$(CHMOD) 0555 $@
|
|
||||||
endef
|
|
||||||
|
|
||||||
INSTBINFLAGS = -m 0755
|
INSTBINFLAGS = -m 0755
|
||||||
INSTDATAFLAGS = -m 0644
|
INSTDATAFLAGS = -m 0644
|
||||||
INSTLIBFLAGS = -m 0644
|
INSTLIBFLAGS = -m 0644
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
# Assumes $(LIB) is set to $(ARCH)/libfoo.a
|
# Assumes $(LIB) is set to $(ARCH)/libfoo.a
|
||||||
#
|
#
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/leaf.cfg
|
include $(PROJECT_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
define make-library
|
define make-library
|
||||||
$(RM) $@
|
$(RM) $@
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
# but could be overridden in custom files.
|
# but could be overridden in custom files.
|
||||||
#
|
#
|
||||||
|
|
||||||
PROJECT_RELEASE=$(PROJECT_ROOT)/$(RTEMS_BSP)
|
PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP)
|
||||||
PROJECT_BIN=$(PROJECT_ROOT)/bin
|
PROJECT_BIN=$(PROJECT_ROOT)/bin
|
||||||
PROJECT_INCLUDE=$(PROJECT_RELEASE)/lib/include
|
PROJECT_INCLUDE=$(PROJECT_RELEASE)/lib/include
|
||||||
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
|
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
|
||||||
|
|||||||
Reference in New Issue
Block a user