]> git.proxmox.com Git - mirror_iproute2.git/commit
Makefile: have check target depend on all
authorLuca Boccassi <bluca@debian.org>
Sun, 16 Dec 2018 20:55:37 +0000 (20:55 +0000)
committerStephen Hemminger <sthemmin@microsoft.com>
Tue, 18 Dec 2018 17:58:10 +0000 (09:58 -0800)
commit0115d55e9f81a2e7d6ca8d5134084354898118b8
treea25cf81f0777b8ddc3d43031b8949b5ffa4b6732
parentcec6b0312403a8bb51262e73ba21d00e4e97908a
Makefile: have check target depend on all

Otherwise it will simply fail immediately from a just-cleaned
workspace:

$ make check -j1
cd testsuite && make && make alltests
echo "Entering iproute2" && cd iproute2 && make configure && cd ..;
Entering iproute2
make -C tools
Makefile:3: ../../config.mk: No such file or directory
make[2]: *** No rule to make target '../../config.mk'.  Stop.

Fixes: 8804a8c0d387 ("Makefile: Add check target")
Signed-off-by: Luca Boccassi <bluca@debian.org>
Reviewed-by: Petr Vorel <petr.vorel@gmail.com>
Tested-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Makefile