Changeset 39560f1 in rtems


Ignore:
Timestamp:
03/29/99 17:47:24 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
2ada69a
Parents:
23291e99
Message:

Patch from Ralf Corsepius <corsepiu@…> to fix size_rtems
problem.

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/tools/generic/Makefile.am

    r23291e99 r39560f1  
    66ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal
    77
    8 # FIXME: This script doesn't make sense to be installed
    98noinst_SCRIPTS=size_rtems
    10 
    11 # HACK: install into build-tree
    12 preinstall: install-exec-local
    13 
    14 install-exec-local: size_rtems
    15         $(mkinstalldirs) $(PROJECT_ROOT)/${RTEMS_BSP}/bin
    16         $(INSTALL_SCRIPT) size_rtems $(PROJECT_ROOT)/${RTEMS_BSP}/bin
    17 
    18 include $(top_srcdir)/../../../../../../automake/local.am
  • c/src/exec/score/tools/generic/Makefile.in

    r23291e99 r39560f1  
    1414# $Id$
    1515#
    16 
    17 
    18 # $Id$
    19 
    20 # NOTE: This is a temporary work-around to keep
    21 # "make debug" and "make debug_install" working.
    22 # Once automake is fully integrated these make targets
    23 # and this file will probably be removed
    2416
    2517
     
    8981ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal
    9082
    91 # FIXME: This script doesn't make sense to be installed
    9283noinst_SCRIPTS = size_rtems
    9384ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     
    10697all: all-redirect
    10798.SUFFIXES:
    108 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../../../automake/local.am
     99$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
    109100        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
    110101
     
    187178installcheck-am:
    188179installcheck: installcheck-am
    189 install-exec-am: install-exec-local
     180install-exec-am:
    190181install-exec: install-exec-am
    191182
     
    235226
    236227.PHONY: tags distdir info-am info dvi-am dvi check check-am \
    237 installcheck-am installcheck install-exec-local install-exec-am \
    238 install-exec install-data-am install-data install-am install \
    239 uninstall-am uninstall all-redirect all-am all installdirs \
    240 mostlyclean-generic distclean-generic clean-generic \
    241 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
    242 
    243 
    244 # HACK: install into build-tree
    245 preinstall: install-exec-local
    246 
    247 install-exec-local: size_rtems
    248         $(mkinstalldirs) $(PROJECT_ROOT)/${RTEMS_BSP}/bin
    249         $(INSTALL_SCRIPT) size_rtems $(PROJECT_ROOT)/${RTEMS_BSP}/bin
    250 
    251 debug-am:
    252 
    253 debug: debug-am
    254 
    255 debug_install-am:
    256 
    257 debug_install: debug_install-am
    258 
    259 profile-am:
    260 
    261 profile: profile-am
    262 
    263 profile_install-am:
    264 
    265 profile_install: profile_install-am
    266 
    267 .PHONY: debug debug_install profile profile_install
     228installcheck-am installcheck install-exec-am install-exec \
     229install-data-am install-data install-am install uninstall-am uninstall \
     230all-redirect all-am all installdirs mostlyclean-generic \
     231distclean-generic clean-generic maintainer-clean-generic clean \
     232mostlyclean distclean maintainer-clean
     233
    268234
    269235# Tell versions [3.59,3.63) of GNU make to not export all variables.
  • c/src/exec/wrapup/rtems/Makefile.in

    r23291e99 r39560f1  
    5252        $(make-library)
    5353        cd $(PROJECT_ROOT) ; \
    54             $(PROJECT_RELEASE)/../c/src/exec/score/tools/generic/size_rtems $(RTEMS_BSP) $(ARCH) \
    55                 >$(PROJECT_RELEASE)/lib/sizeinfo$(LIB_VARIANT).txt
     54         $(SHELL) $(PROJECT_ROOT)/c/src/exec/score/tools/generic/size_rtems $(RTEMS_BSP) $(ARCH) \
     55         >$(PROJECT_RELEASE)/lib/sizeinfo$(LIB_VARIANT).txt
    5656
    5757all:    ${ARCH} $(SRCS) $(LIB)
  • tools/cpu/generic/Makefile.am

    r23291e99 r39560f1  
    66ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal
    77
    8 # FIXME: This script doesn't make sense to be installed
    98noinst_SCRIPTS=size_rtems
    10 
    11 # HACK: install into build-tree
    12 preinstall: install-exec-local
    13 
    14 install-exec-local: size_rtems
    15         $(mkinstalldirs) $(PROJECT_ROOT)/${RTEMS_BSP}/bin
    16         $(INSTALL_SCRIPT) size_rtems $(PROJECT_ROOT)/${RTEMS_BSP}/bin
    17 
    18 include $(top_srcdir)/../../../../../../automake/local.am
  • tools/cpu/generic/Makefile.in

    r23291e99 r39560f1  
    1414# $Id$
    1515#
    16 
    17 
    18 # $Id$
    19 
    20 # NOTE: This is a temporary work-around to keep
    21 # "make debug" and "make debug_install" working.
    22 # Once automake is fully integrated these make targets
    23 # and this file will probably be removed
    2416
    2517
     
    8981ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal
    9082
    91 # FIXME: This script doesn't make sense to be installed
    9283noinst_SCRIPTS = size_rtems
    9384ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     
    10697all: all-redirect
    10798.SUFFIXES:
    108 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../../../automake/local.am
     99$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
    109100        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
    110101
     
    187178installcheck-am:
    188179installcheck: installcheck-am
    189 install-exec-am: install-exec-local
     180install-exec-am:
    190181install-exec: install-exec-am
    191182
     
    235226
    236227.PHONY: tags distdir info-am info dvi-am dvi check check-am \
    237 installcheck-am installcheck install-exec-local install-exec-am \
    238 install-exec install-data-am install-data install-am install \
    239 uninstall-am uninstall all-redirect all-am all installdirs \
    240 mostlyclean-generic distclean-generic clean-generic \
    241 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
    242 
    243 
    244 # HACK: install into build-tree
    245 preinstall: install-exec-local
    246 
    247 install-exec-local: size_rtems
    248         $(mkinstalldirs) $(PROJECT_ROOT)/${RTEMS_BSP}/bin
    249         $(INSTALL_SCRIPT) size_rtems $(PROJECT_ROOT)/${RTEMS_BSP}/bin
    250 
    251 debug-am:
    252 
    253 debug: debug-am
    254 
    255 debug_install-am:
    256 
    257 debug_install: debug_install-am
    258 
    259 profile-am:
    260 
    261 profile: profile-am
    262 
    263 profile_install-am:
    264 
    265 profile_install: profile_install-am
    266 
    267 .PHONY: debug debug_install profile profile_install
     228installcheck-am installcheck install-exec-am install-exec \
     229install-data-am install-data install-am install uninstall-am uninstall \
     230all-redirect all-am all installdirs mostlyclean-generic \
     231distclean-generic clean-generic maintainer-clean-generic clean \
     232mostlyclean distclean maintainer-clean
     233
    268234
    269235# Tell versions [3.59,3.63) of GNU make to not export all variables.
Note: See TracChangeset for help on using the changeset viewer.