summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.readme.mk
AgeCommit message (Collapse)AuthorFilesLines
2006-10-17Added a missing line continuation in the README.html target.rillig1-2/+2
2006-10-02Replaced ${RECURSIVE_MAKE} with ${SH}, so that the README.html files canrillig1-2/+2
be generated again.
2006-07-27Remove all uses of the following targets from pkgsrc:jlam1-5/+4
show-all-depends-dirs show-all-depends-dirs-excl Replace them with calls to pkgsrc/mk/scripts/depends-depth-first.awk which does the same thing but without the extra overhead of invoking a recursive make.
2006-07-27Whenever we invoke a recursive make, we need to ensure that the properjlam1-11/+11
environment ${PKGSRC_MAKE_ENV} is also passed along. Create a convenience variable RECURSIVE_MAKE that does exactly this and that can be used in place of MAKE when invoking make recursively. Use RECURSIVE_MAKE everywhere in pkgsrc/mk that we invoke make recursively.
2006-07-15Fixed dead links in the automatically generated README.html files. Fromrillig1-3/+3
OKANO Takayoshi in PR 34006.
2006-07-06Refactor the README.html generation code from bsd.pkg.mk into a separatejlam1-0/+339
bsd.pkg.readme.mk and document the public targets and variables for this new file.