Skip to content

Commit

Permalink
[Bug #19182] Unicode updating targets do not need to run for each files
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Dec 11, 2022
1 parent ea613c6 commit 7055574
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions defs/gmake.mk
Expand Up @@ -383,6 +383,11 @@ $(MJIT_MIN_HEADER): $(mjit_min_headers) $(PREP)

endif

.SECONDARY: update-unicode-files
.SECONDARY: update-unicode-auxiliary-files
.SECONDARY: update-unicode-ucd-emoji-files
.SECONDARY: update-unicode-emoji-files

ifeq ($(HAVE_GIT),yes)
REVISION_LATEST := $(shell $(CHDIR) $(srcdir) && $(GIT) log -1 --format=%H 2>/dev/null)
else
Expand Down

0 comments on commit 7055574

Please sign in to comment.