Skip to content

Commit b96ea9c

Browse files
Init submodule from root Makefile
Fixes: #79 Apparently reling on dpkg-buildpackage to run support/Makefile early enough is not reliable. I haven't dug into why but rather added init:ing the checkdata submbodule to the root Makefile
1 parent ad7e484 commit b96ea9c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Makefile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
all:
1+
all: checktestdata
22
make -C support
33

4-
builddeb:
4+
builddeb: checktestdata
55
dpkg-buildpackage -us -uc -tc -b
6+
7+
checktestdata: support/checktestdata/bootstrap
8+
9+
support/checktestdata/bootstrap:
10+
git submodule update --init

0 commit comments

Comments
 (0)