aboutsummaryrefslogtreecommitdiff
path: root/scripts/sysd-rules.awk
AgeCommit message (Collapse)Author
2017-06-08Prepare for radical source tree reorganization.zack/build-layout-experimentZack Weinberg
All top-level files and directories are moved into a temporary storage directory, REORG.TODO, except for files that will certainly still exist in their current form at top level when we're done (COPYING, COPYING.LIB, LICENSES, NEWS, README), all old ChangeLog files (which are moved to the new directory OldChangeLogs, instead), and the generated file INSTALL (which is just deleted; in the new order, there will be no generated files checked into version control).
2016-09-20sysd-rules: Cut down the number of rtld-% pattern rulesFlorian Weimer
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.
2016-04-09Allow overriding of CFLAGS as well as CPPFLAGS for rtld.Nick Alcock
We need this to pass -fno-stack-protector to all the pieces of rtld in non-elf/ directories.
2015-08-09gawk: fix gensub usageMike Frysinger
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
2013-06-17Sort sysd-rules-patterns by descending pattern length.Roland McGrath
2013-06-17Rewrite sysd-rules generation using an awk script.Roland McGrath