Changeset d049568 in rtems


Ignore:
Timestamp:
01/06/02 20:11:49 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a0ea6f1
Parents:
d3ba9b35
Message:

2002-02-05 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Remove make from SUBDIRS.
  • configure.ac: Remove make from CONFIG_SUBDIRS, cosmetics.
Location:
c
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/ChangeLog

    rd3ba9b35 rd049568  
     12002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Remove make from SUBDIRS.
     4        * configure.ac: Remove make from CONFIG_SUBDIRS, cosmetics.
     5
    162001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/Makefile.am

    rd3ba9b35 rd049568  
    1313## The '.' in SUBDIRS ensures that local make-targets (xxx-am) will be
    1414## triggered before $(RTEMS_BSP_LIST) subdirectories are made.
    15 SUBDIRS = make . $(RTEMS_BSP)
     15SUBDIRS = . $(RTEMS_BSP)
    1616
    1717## Use @RTEMS_BSP_LIST@ here, using $(RTEMS_BSP_LIST) would trigger
  • c/configure.ac

    rd3ba9b35 rd049568  
    2121RTEMS_CANONICAL_HOST
    2222
    23 if test -z "$rtems_bsp"; then
    24   RTEMS_CHECK_BSPS(rtems_bsp)
    25 fi
     23AS_IF([test -z "$rtems_bsp"],
     24  [RTEMS_CHECK_BSPS(rtems_bsp)])
    2625
    2726for i in $rtems_bsp; do
     
    9291AC_SUBST(RTEMS_BSP_LIST)
    9392
    94 AC_CONFIG_SUBDIRS(make)
    95 
    9693# Explicitly list all Makefiles here
    97 AC_CONFIG_FILES([Makefile
    98 ])
     94AC_CONFIG_FILES([Makefile])
    9995AC_OUTPUT
    10096
Note: See TracChangeset for help on using the changeset viewer.