about summary refs log tree commit diff
path: root/scripts/sysd-rules.awk
Commit message (Collapse)AuthorAgeFilesLines
* sysd-rules: Cut down the number of rtld-% pattern rulesFlorian Weimer2016-09-201-0/+4
| | | | | | rtld only needs shared objects, so the other patterns are pointless and significantly increase the work make has to perform while identifying which pattern rule to apply.
* Allow overriding of CFLAGS as well as CPPFLAGS for rtld.Nick Alcock2016-04-091-1/+1
| | | | | We need this to pass -fno-stack-protector to all the pieces of rtld in non-elf/ directories.
* gawk: fix gensub usageMike Frysinger2015-08-091-1/+1
| | | | | | The third arg can either be a string with "g" or "G", or it is a number. The empty string elicits a warning with newer versions like so: gawk: scripts/sysd-rules.awk:56: warning: gensub: third argument `' treated as 1
* Sort sysd-rules-patterns by descending pattern length.Roland McGrath2013-06-171-4/+20
|
* Rewrite sysd-rules generation using an awk script.Roland McGrath2013-06-171-0/+60