Allow emtpy RTEMS_BUILD_SUBDIRS.

This commit is contained in:
Ralf Corsepius
2008-06-01 09:02:21 +00:00
parent 3f02a85abd
commit 1756b781e7

View File

@@ -33,7 +33,8 @@ if test "$no_recursion" != yes; then
],
[rtems_configure_args])
for rtems_config_dir in $RTEMS_BUILD_SUBDIRS; do
for rtems_config_dir in : $RTEMS_BUILD_SUBDIRS; do test "x$rtems_config_dir" = x: && continue
# Do not complain, so a configure script can configure whichever
# parts of a large source tree are present.
if test ! -d $srcdir/$rtems_config_dir; then