Skip to content

Commit

Permalink
chore(build): Work around race condition and cut down on dist rebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jul 16, 2020
1 parent 163959f commit 0b3f6b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ BUILT_SOURCES = .version
cmp -s $@{,-prev} || autoreconf configure.ac --force -W none
sed -i -e '/rm -f/s/ core / /' configure aclocal.m4 ||:

dist-hook: lua_modules_dist $(MANUAL) $(EXAMPLES)
dist-hook: lua_modules_dist | $(MANUAL) $(EXAMPLES)
echo $(VERSION) > $(distdir)/.tarball-version
cp -fa $< $(distdir)/
sed -i -e '/rm -f/s/ core / /' configure aclocal.m4 ||:

_DATA_HOOK_DEPS =
Expand Down

0 comments on commit 0b3f6b6

Please sign in to comment.