Changeset 1db8d62f in rtems


Ignore:
Timestamp:
02/05/01 18:21:18 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
80847a34
Parents:
81a1802
Message:

2001-02-03 Ralf Corsepius <corsepiu@…>

  • 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.
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • c/src/make/host.cfg.in

    r81a1802 r1db8d62f  
    2020
    2121CAT=cat
    22 ## RM=@RM@ -f
    2322CP=@CP@
    2423MV=@MV@
     
    5049KSH=@KSH@
    5150
    52 #
    53 #  Rule to install a shell script with the proper shell to run it.
    54 #
    55 
    56 # when debugging, one may want to save the previous incarnation of the
    57 # installed script.  Replace the first line of this rule to do this.
    58 #
    59 #       -$(RM) $@.old
    60 #       -$(MV) $@ $@.old >/dev/null 2>&1
    61 
    62 # OBSOLETE: Don't use this anymore, this may be removed in future
    63 define make-script
    64         -$(RM) $@
    65         $(SED) -e '1,1s?^#!KSHELL?#!$(KSH)?' \
    66                -e '1,1s?^#!SHELL?#!$(SHELL)?' < $< > $@
    67         $(CHMOD) 0555 $@
    68 endef
    69 
    7051INSTBINFLAGS  = -m 0755
    7152INSTDATAFLAGS = -m 0644
  • c/src/make/lib.cfg

    r81a1802 r1db8d62f  
    88#
    99
    10 include $(RTEMS_ROOT)/make/leaf.cfg
     10include $(PROJECT_ROOT)/make/leaf.cfg
    1111
    1212define make-library
  • make/ChangeLog

    r81a1802 r1db8d62f  
    1 2001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     1
    222001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    3         * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
    4         simsh7045.
     3
     4        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
     5        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
     6        * host.cfg.in: Remove RM, make-script.
    57        * ChangeLog: Remove bogus 2001-01-22 entry.
    68
  • make/host.cfg.in

    r81a1802 r1db8d62f  
    2020
    2121CAT=cat
    22 ## RM=@RM@ -f
    2322CP=@CP@
    2423MV=@MV@
     
    5049KSH=@KSH@
    5150
    52 #
    53 #  Rule to install a shell script with the proper shell to run it.
    54 #
    55 
    56 # when debugging, one may want to save the previous incarnation of the
    57 # installed script.  Replace the first line of this rule to do this.
    58 #
    59 #       -$(RM) $@.old
    60 #       -$(MV) $@ $@.old >/dev/null 2>&1
    61 
    62 # OBSOLETE: Don't use this anymore, this may be removed in future
    63 define make-script
    64         -$(RM) $@
    65         $(SED) -e '1,1s?^#!KSHELL?#!$(KSH)?' \
    66                -e '1,1s?^#!SHELL?#!$(SHELL)?' < $< > $@
    67         $(CHMOD) 0555 $@
    68 endef
    69 
    7051INSTBINFLAGS  = -m 0755
    7152INSTDATAFLAGS = -m 0644
  • make/lib.cfg

    r81a1802 r1db8d62f  
    88#
    99
    10 include $(RTEMS_ROOT)/make/leaf.cfg
     10include $(PROJECT_ROOT)/make/leaf.cfg
    1111
    1212define make-library
  • make/main.cfg

    r81a1802 r1db8d62f  
    1212#
    1313
    14 PROJECT_RELEASE=$(PROJECT_ROOT)/$(RTEMS_BSP)
     14PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP)
    1515PROJECT_BIN=$(PROJECT_ROOT)/bin
    1616PROJECT_INCLUDE=$(PROJECT_RELEASE)/lib/include
Note: See TracChangeset for help on using the changeset viewer.