Skip to content

Commit

Permalink
pre-build: init the submodule before calling make
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubatrh committed Mar 21, 2018
1 parent b121b5c commit 0f0b8ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hooks/pre_build_distgen
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ yum install epel-release -y
# our deps
yum install distgen make -y

# common.mk lives in submodule, init first
git submodule update --init
make TARGET=centos7 generate

0 comments on commit 0f0b8ea

Please sign in to comment.