Author: sebor
Date: Wed Feb  7 12:11:11 2007
New Revision: 504672

URL: http://svn.apache.org/viewvc?view=rev&rev=504672
Log:
2007-02-07  Martin Sebor  <[EMAIL PROTECTED]>

        * GNUmakefile.bin (localedb.d): Gracefully handled empty/undefined
        LOCALES variable.

Modified:
    incubator/stdcxx/trunk/etc/config/GNUmakefile.bin

Modified: incubator/stdcxx/trunk/etc/config/GNUmakefile.bin
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/GNUmakefile.bin?view=diff&rev=504672&r1=504671&r2=504672
==============================================================================
--- incubator/stdcxx/trunk/etc/config/GNUmakefile.bin (original)
+++ incubator/stdcxx/trunk/etc/config/GNUmakefile.bin Wed Feb  7 12:11:11 2007
@@ -112,7 +112,7 @@
 
 $(DEPENDDIR)/localedb.d: $(DEPENDDIR) $(NLSDIR)/gen_list
        @(echo "# generated locale dependencies" > $@;                      \
-          for f in $(LOCALES); do                                           \
+          for f in ""$(LOCALES); do                                         \
               lname=`echo $$f |                                             \
                 sed "s:\([^.]*\)\.\([EMAIL PROTECTED])\(.*\):\1\3:;y:@:.:"`;   
        \
               cname=`echo $$f | sed "s:\([^.]*\)\.\([EMAIL 
PROTECTED])\(.*\):\2:"`;    \


Reply via email to