Author: barbier
Date: 2006-05-17 23:02:39 +0000 (Wed, 17 May 2006)
New Revision: 1486

Modified:
   glibc-package/trunk/debian/rules.d/build.mk
Log:
No need to generate all locales if locales-all is not built


Modified: glibc-package/trunk/debian/rules.d/build.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/build.mk 2006-05-17 22:53:09 UTC (rev 
1485)
+++ glibc-package/trunk/debian/rules.d/build.mk 2006-05-17 23:02:39 UTC (rev 
1486)
@@ -110,12 +110,14 @@
        if [ $(curpass) = libc ]; then \
          $(MAKE) -f debian/generate-supported.mk 
IN=$(DEB_SRCDIR)/localedata/SUPPORTED \
            OUT=debian/tmp-$(curpass)/usr/share/i18n/SUPPORTED; \
+         if false; then \
          $(MAKE) -C $(DEB_BUILDDIR) -j $(NJOBS) \
            objdir=$(DEB_BUILDDIR) install_root=$(CURDIR)/debian/tmp-$(curpass) 
\
            localedata/install-locales; \
          rm -rf $(CURDIR)/debian/locales-all/usr/lib; \
          install -d $(CURDIR)/debian/locales-all/usr/lib; \
          mv $(CURDIR)/debian/tmp-libc/usr/lib/locale 
$(CURDIR)/debian/locales-all/usr/lib/locales-all; \
+         fi; \
          (cd $(DEB_SRCDIR)/manual && texi2html -split_chapter libc.texinfo); \
        fi
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to