im.pidgin.pidgin: 0cf87050ffb15aa5ff8817bfdf57efda048cefde

datallah at pidgin.im datallah at pidgin.im
Mon Oct 22 12:00:58 EDT 2007


-----------------------------------------------------------------
Revision: 0cf87050ffb15aa5ff8817bfdf57efda048cefde
Ancestor: 276d5d2fcec397b769c6f4e7a6f037ae3398f125
Author: datallah at pidgin.im
Date: 2007-10-22T15:57:29
Branch: im.pidgin.pidgin

Modified files:
        Makefile.mingw

ChangeLog: 

Add support for a DISABLE_NLS makefile variable in the mingw build to disable processing any of the translations.  This shaves some time off test builds.  This doesn't actually disable gettext during the build.

-------------- next part --------------
============================================================
--- Makefile.mingw	475dfca955403000a8bad0926e483dcb71debb19
+++ Makefile.mingw	d6229ed58d4612716ccbe4b0ff0be3c4ff3e473b
@@ -65,12 +65,16 @@ all: $(PIDGIN_CONFIG_H)
 all: $(PIDGIN_CONFIG_H)
 	$(MAKE) -C $(PURPLE_TOP) -f $(MINGW_MAKEFILE)
 	$(MAKE) -C $(PIDGIN_TOP) -f $(MINGW_MAKEFILE)
+ifndef DISABLE_NLS
 	$(MAKE) -C $(PURPLE_PO_TOP) -f $(MINGW_MAKEFILE)
+endif
 
 install: all $(PIDGIN_INSTALL_DIR)
 	$(MAKE) -C $(PURPLE_TOP) -f $(MINGW_MAKEFILE) install
 	$(MAKE) -C $(PIDGIN_TOP) -f $(MINGW_MAKEFILE) install
+ifndef DISABLE_NLS
 	$(MAKE) -C $(PURPLE_PO_TOP) -f $(MINGW_MAKEFILE) install
+endif
 	$(MAKE) -C share -f $(MINGW_MAKEFILE) install
 
 create_release_install_dir: install


More information about the Commits mailing list