summaryrefslogtreecommitdiff
path: root/mk/misc/show.mk
AgeCommit message (Collapse)AuthorFilesLines
2009-07-28Documented the trap into which I had just fallen.rillig1-1/+8
2008-11-19Documented BUILD_DEFS and BUILD_DEFS_EFFECTS.rillig1-1/+16
2007-10-16Remove some legacy support after branching 2007Q3.wiz1-4/+1
2007-09-12Explained the usr, pkg and sys that appears in the output.rillig1-3/+32
2007-05-07When looking for help for _vargroups, the show-all target will be shown.rillig1-2/+2
2007-03-16The single-letter labels (U, P, S) could easily be confused with the CVSrillig1-7/+7
status (there is also U and P), so it is changed to three-letter labels (usr, pkg, sys).
2007-03-16After the quick fix from some minutes ago, here is the better solution.rillig1-8/+14
Just don't evaluate variables at load-time, but at run-time.
2007-03-16Don't evaluate variables unless there's reason to do. This fixes warningrillig1-1/+3
messages like: cd ${WRKOBJDIR}/x11/kdebase3/work/kdebase-3.5.6 && echo "__dummy-ent ... cd: can't cd to ${WRKOBJDIR}/x11/kdelibs3/work/kdelibs-3.5.6
2007-03-15For all those who are interested in the inner workings of pkgsrc, thererillig1-1/+37
is a new target "show-all" that fits to the existing "debug", "show-tools", "show-vars" targets. It prints a list of the variables that make up the public interface to pkgsrc. Running this target is especially useful if you want to do some things, you know that they must have been implemented but you don't know what it is called. It also shows the "class" of a variable (user-defined, package-defined, system-defined).
2007-01-02Moved the show-tools target to misc/show.mk.rillig1-0/+67
Moved the changes-entry target to misc/developer.mk. To save some time, that file is only included when PKG_DEVELOPER is defined. Moved the build-defs-message target to misc/show.mk and renamed it to show-build-defs, since almost all other *-message targets just print a single line.