[RTEMS Project] #3455: Remove install-if-change script

RTEMS trac trac at rtems.org
Mon Jun 18 05:12:46 UTC 2018


#3455: Remove install-if-change script
-----------------------------+------------------------------
 Reporter:  Sebastian Huber  |       Owner:  Sebastian Huber
     Type:  task             |      Status:  closed
 Priority:  normal           |   Milestone:  5.1
Component:  tool             |     Version:  5
 Severity:  normal           |  Resolution:  fixed
 Keywords:                   |  Blocked By:
 Blocking:                   |
-----------------------------+------------------------------
Changes (by Sebastian Huber <sebastian.huber@…>):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"bac8d934189c02635cca752d36dce1fdad6338b8/rtems"
 bac8d934/rtems]:
 {{{
 #!CommitTicketReference repository="rtems"
 revision="bac8d934189c02635cca752d36dce1fdad6338b8"
 tools: Remove install-if-change program

 The last installed tool in RTEMS repository is the install-if-change
 script.  It is not used to build/install BSPs.  This script does the
 same as the standard "install" program with an additional feature to
 install variants via the -V command line option.

 This script is used by the standard Makefile support:

 c/src/make/host.cfg.in:INSTALL_CHANGE=$(PROJECT_BIN)/install-if-change

 The INSTALL_CHANGE is used by:

 c/src/make/host.cfg.in:ifndef INSTALL_CHANGE
 c/src/make/host.cfg.in:INSTALL_CHANGE=$(PROJECT_BIN)/install-if-change
 c/src/make/host.cfg.in:INSTALL_VARIANT=$(INSTALL_CHANGE) -V
 "$(LIB_VARIANT)"

 Remove the support for variant installation and instead use the standard
 "install" program.  This breaks application Makefiles using the standard
 Makefile support of RTEMS.

 Close #3455.
 }}}

--
Ticket URL: <http://devel.rtems.org/ticket/3455#comment:3>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list