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:
parent
c3c4ade56f
commit
a135f11e70
1 changed files with 6 additions and 0 deletions
6
debian/rules
vendored
6
debian/rules
vendored
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue