summaryrefslogtreecommitdiff
path: root/mk/subst.mk
AgeCommit message (Expand)AuthorFilesLines
2020-10-06mk/subst.mk: remove SUBST_NOOP_OKrillig1-19/+12
2020-06-29mk/subst.mk: activate the SUBST no-op check again by defaultrillig1-2/+2
2020-06-25mk: Handle pdksh issue with "set -e" in for loop.jperkin1-2/+2
2020-06-16mk/subst.mk: SUBST_NOOP_OK defaults to yes againrillig1-2/+2
2020-06-11mk/subst.mk: remove unnecessary SUBST_VARS definitionrillig1-2/+1
2020-06-11mk/subst.mk: document the unspecified application orderrillig1-1/+2
2020-06-11mk/subst.mk: fix local variable namesrillig1-8/+8
2020-06-11mk/subst.mk: always remove temporary filerillig1-6/+4
2020-06-03subst.mk: Move hint about find to package-settable sectiongdt1-5/+4
2020-06-02subst.mk: Give hint abotu SUBST_NOOP_OKgdt1-2/+3
2020-05-16mk/subst.mk: change default value for SUBST_NOOP_OK from yes to norillig1-20/+23
2020-05-02mk/subst.mk: fix shell parse error for special sed expressionsrillig1-2/+2
2020-05-01mk/subst.mk: fix typo in diagnosticrillig1-2/+2
2020-05-01mk/subst.mk: switch command substitution back to backticksrillig1-2/+2
2020-04-30Simplifyjoerg1-2/+2
2020-04-30Use $() as it gives more consistent quoting behavior as seen byjoerg1-2/+2
2020-04-30Terminate case properlyjoerg1-2/+2
2020-04-29mk/subst.mk: fix combination of SUBST_FILTER_CMD with SUBST_NOOP_OK=norillig1-3/+6
2020-04-29mk/subst.mk: allow identity substitutions in SUBST_NOOP_OK=no moderillig1-5/+24
2020-04-23mk/subst.mk: don't recommend {pre,do,post}-patchrillig1-2/+2
2020-04-23mk/subst.mk: warn about all noop patterns before erroring outrillig1-5/+16
2020-04-23mk/subst.mk: omit ./ for sanely named files, quote filename patternsrillig1-3/+3
2020-04-23mk/subst.mk: refactor main coderillig1-33/+34
2020-04-23mk/subst.mk: prevent filename expansion using "set -f"rillig1-8/+6
2020-04-18mk/subst.mk: document that SUBST_VARS does not support dollarrillig1-2/+2
2020-04-18mk/subst.mk: make error message for filename pattern easier readablerillig1-2/+2
2020-04-18mk/subst.mk: avoid undefined behavior in regular expressionsrillig1-2/+2
2020-04-18mk/subst.mk: fix pkglint warnings and notesrillig1-10/+11
2020-04-18mk/subst.mk: rename local variable _class_ to classrillig1-33/+33
2020-04-01mk/subst.mk: add user-settable SUBST_NOOP_OKrillig1-3/+13
2020-03-28mk/subst.mk: fix typo in documentationrillig1-2/+2
2020-03-23mk/subst.mk: Unbreak builds with no substitutions.jperkin1-2/+2
2020-03-22mk/subst.mk: only create cookie after everything is finishedrillig1-3/+3
2020-03-22mk/subst.mk: ignore directories in SUBST_FILESrillig1-2/+2
2020-03-22mk/subst.mk: use the same severity for all messagesrillig1-4/+5
2020-03-21mk/subst.mk: run diff in the default localerillig1-2/+2
2020-03-21mk/subst.mk: add global SUBST_SHOW_DIFF variablerillig1-2/+9
2020-03-21mk/subst.mk: fix bmake warnings in case of duplicate SUBST classesrillig1-3/+3
2020-03-20mk/subst.mk: evaluate SUBST_MESSAGE only once, and laterillig1-4/+7
2020-03-20mk/subst.mk: fix early evaluation of SUBST_FILESrillig1-7/+13
2020-03-19mk/subst.mk: add SUBST_NOOP_OK to catch typos and outdated definitionsrillig1-6/+29
2019-11-22mk: Set LC_ALL=C to avoid encoding issue with tr and sedminskim1-3/+3
2019-09-08mk/subst.mk: document variables used in the file, remove SUBST_TARGETSrillig1-15/+11
2019-04-28mk/subst.mk: use simpler words in the documentation, add an examplerillig1-8/+18
2019-03-17mk/subst.mk: substitute embedded newlines, escape dots in variable namesrillig1-2/+2
2018-11-30mk/misc: make configuration for show-all targets more configurablerillig1-1/+3
2018-10-08Fix whitespace issues reported by pkglintrillig1-2/+2
2018-01-02Allow package developers to easily see and check the SUBST changes.rillig1-1/+8
2016-01-31Fixed subst.mk not to corrupt filesrillig1-14/+10
2013-10-13Add note to SUBST_SED noting that -E is not a standard sed option.dholland1-3/+4