Codebase list bam / ccabdf2
d/rules: Use DPKG_EXPORT_BUILDTOOLS = nonempty and remove unnecessary options Nilesh Patra 3 years ago
1 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 #!/usr/bin/make -f
11
22 DPKG_EXPORT_BUILDFLAGS = 1
3 DPKG_EXPORT_BUILDTOOLS = nonempty
34 -include /usr/share/dpkg/buildflags.mk
45 include /usr/share/dpkg/buildtools.mk
56
1011 # nothing to do
1112
1213 override_dh_auto_build:
13 CC_FOR_BUILD=$(CC_FOR_BUILD) CC=$(CC) PKG_CONFIG=$(PKG_CONFIG) sh make_unix.sh
14 sh make_unix.sh
1415 python3 scripts/gendocs.py
1516
1617 override_dh_auto_install: