Skip to content

Commit

Permalink
Run after-update in the same main make process [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jan 19, 2023
1 parent f361780 commit 569fbf2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Expand Up @@ -1345,7 +1345,7 @@ dist:

up:: update-remote

up::
up$(DOT_WAIT)::
-$(Q)$(MAKE) $(mflags) Q=$(Q) REVISION_FORCE=PHONY ALWAYS_UPDATE_UNICODE= after-update

yes::
Expand Down
4 changes: 4 additions & 0 deletions defs/gmake.mk
Expand Up @@ -354,6 +354,10 @@ $(srcdir)/gems/src:
$(srcdir)/.bundle/gems:
$(MAKEDIRS) $@

ifneq ($(DOT_WAIT),)
up:: $(DOT_WAIT) after-update
endif

ifneq ($(filter update-bundled_gems refresh-gems,$(MAKECMDGOALS)),)
update-gems: update-bundled_gems
endif
Expand Down

0 comments on commit 569fbf2

Please sign in to comment.