/bin/ksh can't handle a for-loop with no arguments, so add a "." for when
authorMatthias Clasen <mclasen@redhat.com>
Sun, 10 Feb 2008 04:41:25 +0000 (04:41 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 10 Feb 2008 04:41:25 +0000 (04:41 +0000)
commitda0e7e81c16cba8d64014081487466a73a4c9506
treee157f02681b0f00de769309b526bb7f6d5a1b152
parent634d64c9a1997089775985b682d7368ffe2da741
/bin/ksh can't handle a for-loop with no arguments, so add a "." for when

2008-02-09  Matthias Clasen <mclasen@redhat.com>

        * Makefile.decl: /bin/ksh can't handle a for-loop with no
        arguments, so add a "." for when $(SUBDIRS) is empty.

        * glib/tests/option-context.c:
        * glib/tests/testing.c:
        * gthread/gthread-posix.c:
        * tets/testingbase64.c:
        * glib/gtester.c:
        * glib/gsequence.c: Portability fixes.  (#515154)

svn path=/trunk/; revision=6487
13 files changed:
ChangeLog
Makefile.decl
gio/gbufferedinputstream.c
gio/ginputstream.c
gio/goutputstream.c
gio/tests/data-input-stream.c
gio/tests/data-output-stream.c
glib/gsequence.c
glib/gtester.c
glib/tests/option-context.c
glib/tests/testing.c
gthread/gthread-posix.c
tests/testingbase64.c