]> git.saurik.com Git - apt.git/blobdiff - po/makefile
Use xgettext --no-location in make update-pot
[apt.git] / po / makefile
index b239da5cc7e32e0e7ade28f4415847d910ba57c3..51472196e65cf30ac4078f31c0f12bd8ae266283 100644 (file)
@@ -40,6 +40,8 @@ $(POTFILES) : $(PO)/%.pot :
        cat $(PO)/domains/$*/*.srclist > $(PO)/POTFILES_$*.in
        $(XGETTEXT) --default-domain=$* --directory=$(BASE) \
          --add-comments --foreign --keyword=_ --keyword=N_ \
+          # avoid the huge churn on each make update-pot
+          --no-location \
          --keyword=P_:1,2 \
          --files-from=$(PO)/POTFILES_$*.in -o $(PO)/domains/$*/c.pot.tmp
        cmp --silent $(PO)/domains/$*/c.pot.tmp $(PO)/domains/$*/c.pot || \