summaryrefslogtreecommitdiff
path: root/mk/subst.mk
AgeCommit message (Expand)AuthorFilesLines
2006-01-08Reverted the change from 1.29 to 1.30, as it had led to build failures inrillig1-2/+11
2006-01-07Added two missing :Q operators. One of them affects how therillig1-3/+3
2006-01-07Removed the use of ${FILE_CMD} from the substitution framework. Therillig1-11/+2
2006-01-05Adjust comment about SUBST_FILES to match reality:joerg1-2/+2
2006-01-01Fixed some cases where the exitcode of child processes has been ignored.rillig1-4/+4
2006-01-01Fixed trivial pkglint warnings:rillig1-4/+4
2005-12-06Allow absolute filenames for SUBST_FILES. Needed for converters/convmv andrillig1-2/+2
2005-11-24Added another diagnostic message to distinguish the cases for non-textrillig1-2/+4
2005-11-17A warning is printed for every non-text file. This helps in detectingrillig1-1/+3
2005-08-21Changed the comment for SUBST_STAGE to be more complete. Started the otherrillig1-9/+9
2005-06-09Fixed a typo.rillig1-2/+2
2005-05-20Change instances where we stored `shell command` in a make variable intojlam1-23/+22
2005-05-20Revert part of revision 1.18. The new quoting was breaking somejlam1-22/+23
2005-05-18Removed the quoting for SUBST_MESSAGE.<class>. Most packages unnecessarilyrillig1-2/+2
2005-05-17Fixed shell quoting. Reviewed by jlam.rillig1-25/+27
2005-04-30Avoid checking for !empty(...) so that we that defer variable references.jlam1-7/+1
2004-08-23SUBST_POSTCMD must be globally defined or else it breaks.jlam1-2/+2
2004-08-23Actually, it's okay if SUBST_FILTER_CMD is empty... the ${SUBST_COOKIE}jlam1-2/+2
2004-08-23Use _SUBST_BACKUP_SUFFIX instead of hardcoding ".subst.sav" everywhere.jlam1-8/+10
2004-08-23SUBST_FILTER_CMD can't be empty. It must be a real filter cmd, so defaultjlam1-2/+2
2004-06-06Usually there's no need to keep the original version of a fileschmonz1-2/+8
2004-03-07Solaris' file(1) reports "executable [path] script" on scripts whichgrant1-2/+2
2004-03-01* Document SUBST_CLASSES.uebayasi1-9/+13
2003-12-29Reinstate the fix in revision 1.6kim1-2/+2
2003-12-28Revert revision 1.5 as binaries and directories are now being substedkim1-12/+18
2003-12-28The generated target is subst-<class>, not <class>-subst. Fix commentjmmv1-2/+2
2003-12-27bomb to prevent silent failure if we're unable to rename a filegrant1-2/+2
2003-12-27remove somewhat bogus test for text files, which was dependent on thegrant1-18/+12
2003-12-11only print SUBST_MESSAGE if it's defined.grant1-1/+3
2003-10-07Allow a new variable SUBST_FILTER_CMD.<class> that is a command filter orjlam1-6/+17
2003-09-02Merge pkgviews-mk branch into the HEAD by running:jlam1-1/+1
2003-08-27subst.mk is a Makefile fragment that implements a general text replacementjlam1-0/+80