Changeset 9ba1f0a in rtems


Ignore:
Timestamp:
12/21/99 15:04:48 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
fb16fed
Parents:
369ef189
Message:

Patch rtems-rc-19991203-9.diff from Ralf Corsepius <corsepiu@…>
which ontains all what was left over from the other patches (Primarily
minor configuration cleanups).

To apply:

patch -p1 < rtems-rc-19991203-9.diff
./bootstrap

Files:
10 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/include/rtems/score/Makefile.am

    r369ef189 r9ba1f0a  
    3333$(PROJECT_INCLUDE)/rtems/score/%.h: %.h
    3434        $(INSTALL_DATA) $< $@
    35 
    36 #
    37 # Add your list of files to delete here.  The config files
    38 #  already know how to delete some stuff, so you may want
    39 #  to just run 'make clean' first to see what gets missed.
    40 #  'make clobber' already includes 'make clean'
    41 #
    4235
    4336CLEANFILES += $(TARGOPTS)
  • c/src/lib/libbsp/bare/Makefile.am

    r369ef189 r9ba1f0a  
    1313        $(INSTALL_DATA) $< $@
    1414
    15 PREINSTALL_FILES += \
    16 $(PROJECT_RELEASE)/bsp_specs
    17 
    1815all-local : $(PREINSTALL_FILES)
    1916
  • c/src/lib/libbsp/configure.in

    r369ef189 r9ba1f0a  
    3333AM_CONDITIONAL(RTEMS_GAS_CODE16,test "$RTEMS_GAS_CODE16" = "yes");
    3434
    35 # find all the Makefiles for the BSPs
    36 makefiles="$makefiles $RTEMS_CPU/Makefile"
    37 
    3835RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
    3936RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
     
    6562fi
    6663AC_SUBST(RTEMS_LIBBSP_CPU_SUBDIR)
     64
     65# find all the Makefiles for the BSPs
     66makefiles="$makefiles $RTEMS_CPU/Makefile"
    6767     
    6868if test -d "$srcdir/$bspcpudir$bspdir"; then
     
    9090
    9191AC_CONFIG_SUBDIRS($bsptools_cfgdirs)
     92
    9293if test "$RTEMS_BSP" = "bare"; then
    9394cfg_subdirs="bare"
    9495fi
    95 
    9696AC_CONFIG_SUBDIRS($cfg_subdirs)
    9797
  • c/src/librdbg/src/i386/any/Makefile.am

    r369ef189 r9ba1f0a  
    4848#
    4949
    50 #
    51 # Add your list of files to delete here.  The config files
    52 #  already know how to delete some stuff, so you may want
    53 #  to just run 'make clean' first to see what gets missed.
    54 #  'make clobber' already includes 'make clean'
    55 #
    56 
    5750CLEANFILES += $(LIB) $(H_FILES) $(GEN_C_FILES)
    5851
  • c/src/librdbg/src/powerpc/mcp750/Makefile.am

    r369ef189 r9ba1f0a  
    4848#
    4949
    50 #
    51 # Add your list of files to delete here.  The config files
    52 #  already know how to delete some stuff, so you may want
    53 #  to just run 'make clean' first to see what gets missed.
    54 #  'make clobber' already includes 'make clean'
    55 #
    56 
    5750CLEANFILES += $(LIB) $(H_FILES) $(GEN_C_FILES)
    5851
  • c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am

    r369ef189 r9ba1f0a  
    4848#
    4949
    50 #
    51 # Add your list of files to delete here.  The config files
    52 #  already know how to delete some stuff, so you may want
    53 #  to just run 'make clean' first to see what gets missed.
    54 #  'make clobber' already includes 'make clean'
    55 #
    56 
    5750CLEANFILES += $(LIB) $(H_FILES) $(GEN_C_FILES)
    5851
  • c/src/tests/samples/base_mp/node1/Makefile.am

    r369ef189 r9ba1f0a  
    3939AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I.
    4040
    41 #
    42 # Add your list of files to delete here.  The config files
    43 #  already know how to delete some stuff, so you may want
    44 #  to just run 'make clean' first to see what gets missed.
    45 #  'make clobber' already includes 'make clean'
    46 #
    47 
    4841${PGM}: $(OBJS) $(LINK_FILES)
    4942        $(make-exe)
  • c/src/tests/samples/base_mp/node2/Makefile.am

    r369ef189 r9ba1f0a  
    3939AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I.
    4040
    41 #
    42 # Add your list of files to delete here.  The config files
    43 #  already know how to delete some stuff, so you may want
    44 #  to just run 'make clean' first to see what gets missed.
    45 #  'make clobber' already includes 'make clean'
    46 #
    47 
    4841${PGM}: $(OBJS) $(LINK_FILES)
    4942        $(make-exe)
  • testsuites/samples/base_mp/node1/Makefile.am

    r369ef189 r9ba1f0a  
    3939AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I.
    4040
    41 #
    42 # Add your list of files to delete here.  The config files
    43 #  already know how to delete some stuff, so you may want
    44 #  to just run 'make clean' first to see what gets missed.
    45 #  'make clobber' already includes 'make clean'
    46 #
    47 
    4841${PGM}: $(OBJS) $(LINK_FILES)
    4942        $(make-exe)
  • testsuites/samples/base_mp/node2/Makefile.am

    r369ef189 r9ba1f0a  
    3939AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I.
    4040
    41 #
    42 # Add your list of files to delete here.  The config files
    43 #  already know how to delete some stuff, so you may want
    44 #  to just run 'make clean' first to see what gets missed.
    45 #  'make clobber' already includes 'make clean'
    46 #
    47 
    4841${PGM}: $(OBJS) $(LINK_FILES)
    4942        $(make-exe)
Note: See TracChangeset for help on using the changeset viewer.