Skip to content

Commit b649850

Browse files
committed
Force to update revision.h after the source updated [ci skip]
1 parent 0bfb185 commit b649850

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

common.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,6 +1354,10 @@ after-update:: $(REVISION_H)
13541354
after-update:: extract-extlibs
13551355
after-update:: extract-gems
13561356

1357+
update-src::
1358+
$(Q) $(RM) $(REVISION_H) revision.h "$(srcdir)/$(REVISION_H)" "$(srcdir)/revision.h"
1359+
$(Q) touch "$(srcdir)/revision.h"
1360+
13571361
update-remote:: update-src update-download
13581362
update-download:: $(ALWAYS_UPDATE_UNICODE:yes=update-unicode)
13591363
update-download:: update-gems

0 commit comments

Comments
 (0)