1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

deb: manually execute target for arch/x86/kernel/boot.h when building

This commit is contained in:
Daniel Krebs 2017-01-14 22:50:45 +01:00
parent c3c4ade56f
commit a135f11e70

6
debian/rules vendored
View file

@ -13,6 +13,12 @@ export DEB_BUILD_OPTS = nocheck
override_dh_auto_configure:
./configure --prefix=`pwd`/debian/libhermit/opt/hermit
override_dh_auto_build:
# this target is somehow not executed by dh_auto_build and thus the build fails
make arch/x86/kernel/boot.h
dh_auto_build
override_dh_auto_test:
@echo "tests are disabled"