summaryrefslogtreecommitdiff
path: root/mk/subst.mk
AgeCommit message (Expand)AuthorFilesLines
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