mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Dont rebuild .pot file always, for fresh checkouts it will be readonly
This commit is contained in:
+2
-2
@@ -59,8 +59,8 @@ ifdef LINGUAS
|
||||
%.pot: $(XGETTEXTFILES)
|
||||
xgettext --omit-header --language=C --keyword=_ -o $@ $(XGETTEXTFILES)
|
||||
|
||||
%.po: $(PKG_NAME).pot
|
||||
$(MSGMERGE) -o $@.tmpo $@ $<
|
||||
%.po:
|
||||
$(MSGMERGE) -o $@.tmpo $@ $(PKG_NAME).pot
|
||||
@if ! diff $@.tmpo $@ >/dev/null; then \
|
||||
echo "$@ is out of date, see $@.tmpo"; \
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user