Skip to content

Commit

Permalink
Revert "chore(build): Save a double-configure on first download/build"
Browse files Browse the repository at this point in the history
This reverts commit c870b83.

THIS DOESN'T DO WHAT IT WAS SUPPOSED TO AND SHOULDN'T HAVE BEEN PUSHED.

Sorry folks.
  • Loading branch information
alerque committed Jul 18, 2020
1 parent b18996f commit ef56de4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,9 @@ SHELL = bash

BUILT_SOURCES = .version

CONFIGURE_DEPENDENCIES = .version

.version: $(shell test -e .git && awk '{print ".git/" $$2}' .git/HEAD)
mv $@{,-prev} 2>/dev/null || touch $@-prev
( test -e .git && ./build-aux/git-version-gen .tarball-version || echo $(VERSION) ) > $@
touch -r $(or $<,configure) $@
cmp -s $@{,-prev} || autoreconf configure.ac --force -W none
sed -i -e '/rm -f/s/ core / /' configure aclocal.m4 ||:

Expand Down

0 comments on commit ef56de4

Please sign in to comment.