Commit graph

6 commits

Author SHA1 Message Date
rillig
767e55b646 Added a missing line continuation in the README.html target. 2006-10-17 06:28:33 +00:00
rillig
25e3638a11 Replaced ${RECURSIVE_MAKE} with ${SH}, so that the README.html files can
be generated again.
2006-10-02 09:37:09 +00:00
jlam
b5e83f7d36 Remove all uses of the following targets from pkgsrc:
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-27 22:01:28 +00:00
jlam
c489860d62 Whenever we invoke a recursive make, we need to ensure that the proper
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-27 21:46:45 +00:00
rillig
5c048c44f3 Fixed dead links in the automatically generated README.html files. From
OKANO Takayoshi in PR 34006.
2006-07-15 20:08:33 +00:00
jlam
1d395074e5 Refactor the README.html generation code from bsd.pkg.mk into a separate
bsd.pkg.readme.mk and document the public targets and variables for this
new file.
2006-07-06 21:07:33 +00:00