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

RTEMS trac trac at rtems.org
Fri Jun 15 05:40:58 UTC 2018


#3455: Remove install-if-change script
------------------------------+-----------------------------
  Reporter:  Sebastian Huber  |      Owner:  Sebastian Huber
      Type:  task             |     Status:  assigned
  Priority:  normal           |  Milestone:  5.1
 Component:  tool             |    Version:  5
  Severity:  normal           |   Keywords:
Blocked By:                   |   Blocking:
------------------------------+-----------------------------
 The last installed tool in RTEMS repository is the install-if-change
 script. 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)"

 Is the variant stuff still supported?

 I would remove the support for it and replace the "install-if-change"
 script with the standard "install" program.

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


More information about the bugs mailing list