chiark
/
gitweb
/
~mdw
/
catacomb
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
base/regdump.h: Add missing `regfmt.' definitions for `eflags', `rflags'.
[catacomb]
/
debian
/
rules
1
#! /usr/bin/make -f
2
DH_OPTIONS = --parallel -Bdebian/build
3
%:; dh $@ $(DH_OPTIONS)
4
5
## Test both with and without CPU-specific optimizations.
6
override_dh_auto_test:
7
dh_auto_test $(DH_OPTIONS)
8
CATACOMB_CPUFEAT="-*" dh_auto_test $(DH_OPTIONS)