mirror of https://github.com/Icinga/icinga2.git
parent
e4bfb5f922
commit
442d55c8da
|
@ -5,6 +5,9 @@
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
|
override_dh_auto_build:
|
||||||
|
dh_auto_build --parallel
|
||||||
|
|
||||||
override_dh_auto_clean:
|
override_dh_auto_clean:
|
||||||
ifeq ($(shell test -d .git && echo "git"),git) # verify we are in a GIT repo
|
ifeq ($(shell test -d .git && echo "git"),git) # verify we are in a GIT repo
|
||||||
# ensure icinga-version.h.force to be present
|
# ensure icinga-version.h.force to be present
|
||||||
|
|
Loading…
Reference in New Issue