summaryrefslogtreecommitdiff
path: root/mk/check
AgeCommit message (Expand)AuthorFilesLines
2020-03-23mk: Explain what SSP is, requested by rillig@.jperkin1-2/+3
2020-03-23mk: Remove warning messages for unsupported check targets.jperkin3-30/+12
2020-03-18Increase developer friendliness by including the line number.joerg1-7/+13
2020-03-13mk/check: revert collateral damage from previous commitrillig3-12/+112
2020-03-13mk/check/check-perms: allow packages to skip the check completelyrillig4-114/+14
2020-03-13mk/check/check-portability: exclude REPLACE_BASH by defaultrillig1-4/+4
2020-03-12mk/check/check-portability: check plain Makefiles as wellrillig1-2/+2
2020-03-12mk/check/check-portability: don't check Makefile.amrillig1-4/+7
2020-03-12mk/check/check-portability: support file names with spacesrillig1-2/+5
2020-03-12mk/check/check-portability: check Makefile.am and Makefile.in as wellrillig1-2/+8
2020-03-11mk/check/check-portability: document why *.am and *.in must be checkedrillig1-1/+5
2020-03-11mk/check: reduce running time of portability checkrillig1-1/+11
2020-03-11mk/check: remove obsolete SKIP_PORTABILITY_CHECK variablerillig1-4/+1
2020-03-11mk/check: enable check-portability for [[rillig2-2/+8
2020-01-16Don't escape newline and tab in regex, newer gawk complains.joerg1-3/+3
2019-10-06mk/check: remove documentation for obsolete SKIP_PORTABILITY_CHECKrillig1-12/+5
2019-10-01mk/check/check-perms.mk: complete the _VARGROUPS sectionrillig1-1/+4
2019-10-01mk/check/check-perms.mk: fix typo in _VARGROUPS sectionrillig1-2/+2
2019-04-24Don't complain if binaries without an interpreter or .dynamic section don'tmaya1-2/+9
2019-01-17mk/check: document how check-portability.sh is typically invokedrillig1-2/+2
2018-10-01check-shlibs.mk: avoid l10n of awk-parsed messages.triaxx1-1/+2
2018-06-07check-shlibs-macho.awk: revert previousdbj1-10/+1
2018-06-07check-shlibs-macho.awk: fix support for checking modulesdbj1-1/+10
2018-05-25check-shlibs-macho.awk: Implement revision 1.3 correctly.jperkin1-1/+3
2018-05-25check-shlibs-macho.awk: Revert revision 1.3.jperkin1-2/+2
2018-03-23Wrong place to patch readelftriaxx1-2/+2
2018-03-22Fix wrong parsing due to localized readelf on Linuxtriaxx1-2/+2
2018-03-04mk/check/check-relro.mk: explain what RELRO meansrillig1-2/+3
2017-10-03mk: Add support for SSP checks.jperkin4-2/+193
2017-10-02mk: check for installed files that are not in PLIST by defaultwiz1-6/+2
2017-07-05Also check for RELRO in shared librarieskhorben1-3/+3
2017-07-05Only check ELF binaries for RELROkhorben1-3/+4
2017-07-04Implement a check for RELROkhorben4-2/+192
2017-06-14Essentially from OBATA Akio in private mail, June 2015:prlw11-1/+6
2017-06-01Provide switch to activate new frameworks to replace "pkginstall".jlam1-2/+2
2017-05-31Check that some variables have the correct number of words.jlam1-2/+6
2017-05-03Introduce CHECK_SHLIBS_BLACKLIST which allows users to specify a list ofjperkin2-3/+21
2017-04-26Only perform the CHECK_WRKREF_EXTRA_DIRS check on the resolved path ratherjperkin1-7/+7
2017-04-01Fixed typo.rillig1-3/+3
2016-08-20Fix for otool from Xcode 8.0adam1-2/+2
2016-04-10Remove support for USE_DESTDIR=no.joerg1-35/+1
2016-03-11Explicitly skip directories. PR 50955.dholland1-1/+4
2016-03-10Reset 'found' variable for each library check. Previously, all subsequentjperkin1-1/+2
2016-02-24Fix issue with VAX when awk's split is called with empty string.jklos1-1/+3
2016-02-19Add an additional check to ensure that library REQUIRES are not relativejperkin1-4/+9
2015-11-27Perform interpreter sed(1) check with LC_ALL=C, avoids failures on newerjperkin1-2/+2
2015-11-24Do the "defined && !empty" dance for NetBSD 5 make.jperkin1-2/+2
2015-11-16Add support for CHECK_WRKREF_EXTRA_DIRS to check-shlibs. If "extra" isjperkin2-2/+13
2015-08-17Introduce support for checking Mach-O dynamic libraries.jperkin3-19/+138
2015-08-17Fix check-shlibs regular expression to match .dylib/.sl the same as .sojperkin1-2/+2