summaryrefslogtreecommitdiff
path: root/scripts/t/mk
AgeCommit message (Collapse)AuthorFilesLines
2019-01-15scripts/mk: Add support for an improved dpkg_vendor_derives_from macroGuillem Jover3-0/+13
Version the macros so that both can be used, and default the unversioned one to the version 0 macro.
2018-01-16scripts/mk: Add new buildtools variablesGuillem Jover1-0/+14
This adds support for AS, STRIP, OBJCOPY, OBJDUMP, NM, AR and RANLIB. Prompted-by: Helmut Grohne <helmut@subdivi.de>
2017-10-16scripts/mk: Add new buildtools.mk supportGuillem Jover1-0/+21
This make fragment contains setup for build tool variables for both TOOL and TOOL_FOR_BUILD. It does not get included by default from default.mk
2016-10-31dpkg-architecture: Add new DEB_*_ARCH_ABI and DEB_*_ARCH_LIBC variablesGuillem Jover1-0/+6
2015-08-06scripts/t: Get the reference build flags from dpkg-buildflags.plGuillem Jover1-9/+9
The build flags might change depending on the architecture, so instead of hardcoding them, retrieve them from the source's tree dpkg-buildflags.pl. Closes: #794694
2015-08-04scripts/t: Add test cases for the makefile snippetsGuillem Jover5-0/+63