print build options

This commit is contained in:
Michael Zanetti 2017-07-12 10:55:47 +02:00
parent e21740a852
commit b457bbaa02

1
debian/rules vendored
View File

@ -10,6 +10,7 @@ else
DEB_PARALLEL_JOBS += $(shell getconf _NPROCESSORS_ONLN)
endif
$(info Building with DEB_BUILD_OPTIONS: [${DEB_BUILD_OPTIONS}])
MAKE_TARGETS="all"
ifneq (,$(filter nodocs,$(DEB_BUILD_OPTIONS)))
MAKE_TARGETS += " doc"