diff options
-rw-r--r-- | po/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/makefile b/po/makefile index b239da5cc..51472196e 100644 --- a/po/makefile +++ b/po/makefile @@ -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 || \ |