print build options
This commit is contained in:
parent
e21740a852
commit
b457bbaa02
1
debian/rules
vendored
1
debian/rules
vendored
@ -10,6 +10,7 @@ else
|
|||||||
DEB_PARALLEL_JOBS += $(shell getconf _NPROCESSORS_ONLN)
|
DEB_PARALLEL_JOBS += $(shell getconf _NPROCESSORS_ONLN)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
$(info Building with DEB_BUILD_OPTIONS: [${DEB_BUILD_OPTIONS}])
|
||||||
MAKE_TARGETS="all"
|
MAKE_TARGETS="all"
|
||||||
ifneq (,$(filter nodocs,$(DEB_BUILD_OPTIONS)))
|
ifneq (,$(filter nodocs,$(DEB_BUILD_OPTIONS)))
|
||||||
MAKE_TARGETS += " doc"
|
MAKE_TARGETS += " doc"
|
||||||
|
|||||||
Reference in New Issue
Block a user