Kaydet (Commit) 2d3eec59 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

Makefile.in, make sure that the git hooks are set

git hooks used to be set by virtue of calling ./g clone
but recent changes means that ./g is not always called
these day, so it is possible to end-up with no hooks.

Change-Id: I630066ee0e2961b93ddfbf177eb4e5fc09505911
üst e462a30d
......@@ -232,6 +232,7 @@ else # space-saving clone from another local workdir
git submodule update $(GIT_NEEDED_SUBMODULES)
endif
endif
cd $(SRCDIR) && ./g -z # make sure the git hooks are in place enven if no submodules are needed
else # these sources are from a tarball, so get the other source tarballs
gb_LO_VER := $(shell . $(SRCDIR)/sources.ver && echo $$lo_sources_ver)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment