Age | Commit message (Expand) | Author | Files | Lines |
2008-10-14 | Remove rules named after subdirectories. Proposed on Oct 08 on tech-pkg | joerg | 1 | -9/+1 |
2007-10-13 | Fix the .include lines so that make looks in the right place first. | dsl | 1 | -2/+2 |
2007-08-13 | Added mk/misc/category.mk, which contains the definitions that are only | rillig | 1 | -41/+1 |
2007-08-13 | Moved the stuff that is common to all directories of pkgsrc into its own | rillig | 1 | -13/+2 |
2007-05-09 | Add two targets, pbulk-index and pbulk-index-item. | joerg | 1 | -2/+2 |
2006-07-27 | Whenever we invoke a recursive make, we need to ensure that the proper | jlam | 1 | -11/+11 |
2006-05-29 | Don't test existence of a file, touch it and compare the content, | joerg | 1 | -3/+2 |
2006-05-23 | Resolve misunderstanding with jlam, show-subdir-var works like | joerg | 1 | -2/+2 |
2006-05-22 | Add show-subdir-var to get the value of SUBDIR of the top-level and | joerg | 1 | -1/+4 |
2006-01-29 | add a missing .PHONY: Now if you do something like | dmcmahill | 1 | -1/+2 |
2005-11-14 | Removed trailing white-space. | rillig | 1 | -4/+4 |
2005-11-09 | Add 'check-vulnerable' to the list of recursive targets. | erh | 1 | -1/+2 |
2005-05-23 | Fixed the bug that I introduced with the last commit. I confused -n and -z. | rillig | 1 | -2/+2 |
2005-05-23 | Fixed quoting in show-comment. | rillig | 1 | -3/+3 |
2005-02-22 | Pass "makedistinfo" down as one of the inherited targets. | agc | 1 | -6/+5 |
2004-04-07 | There is no need to use "echo -n" in production of HTML. | tv | 1 | -2/+2 |
2003-09-06 | Also descend to sub directories for make lint | cjep | 1 | -1/+2 |
2003-07-14 | "make update" works fine for me with SPECIFIC_PKGS=1, so enable it and the "c... | bad | 1 | -1/+2 |
2003-03-20 | remove incorrect usage of README.html.BAK files. With this change, | dmcmahill | 1 | -6/+4 |
2003-01-15 | Make BUILD_DIR always point to a physical path by invoking /bin/pwd instead | jlam | 1 | -2/+2 |
2003-01-05 | Switch the top level pkgsrc 'readme' and 'cdrom-readme' targets to use the | dmcmahill | 1 | -3/+5 |
2002-10-20 | Use :Q to quote COMMENT. Proposed by Alan Barrett. | wiz | 1 | -2/+2 |
2002-05-29 | Remove STRIPFLAG to fix pkg/15467. | yyamano | 1 | -10/+1 |
2002-03-04 | Generalize the handling for packages where "fetch" and "fetch-list" | fredb | 1 | -1/+2 |
2002-02-28 | Comprehensive update to the fetch-list target (and friends), incorporating | fredb | 1 | -2/+44 |
2001-11-28 | lose some more pkg/ references | abs | 1 | -5/+5 |
2001-10-26 | Add a new "show-vars" target which allows to display several makefile | tron | 1 | -2/+2 |
2001-03-06 | Back out that part, not intended to be committed just yet | wiz | 1 | -2/+2 |
2001-03-06 | Move PKGTOOLS_VERSION check to bsd.prefs.mk for speedups in recursive tree wa... | wiz | 1 | -2/+2 |
2001-02-16 | Change COMMENT handling: | wiz | 1 | -8/+14 |
2001-01-13 | Add "show-var" to the list of recursable targets. | tv | 1 | -2/+3 |
2000-07-28 | Add bulk-package and bulk-install targets so people can invoke these | hubertf | 1 | -3/+3 |
2000-06-03 | /bin/echo -> echo. This file appears to have NetBSD-specific paths already, | mycroft | 1 | -2/+2 |
2000-06-03 | Pass down ${MAKEFLAGS}. | mycroft | 1 | -13/+9 |
2000-05-29 | Garbage collect. | hubertf | 1 | -10/+4 |
2000-05-28 | Do not abort compilation of several categories if building a single category | dmcmahill | 1 | -2/+2 |
2000-05-11 | Define a new target, "show-pkgsrc-dir", which prints the directory | agc | 1 | -3/+3 |
1999-12-15 | Fix off by one count of packages in a category in README.html | abs | 1 | -2/+3 |
1999-12-06 | Add total number of packages to the category README.html | abs | 1 | -6/+9 |
1999-07-09 | Pass the makepatchsum target down to submakes. | agc | 1 | -1/+2 |
1999-07-02 | Add a show-downlevel target, which shows output of the form: | agc | 1 | -4/+6 |
1999-06-28 | Add a "show-distfiles" target, used to show the distfiles and patchfiles | agc | 1 | -1/+18 |
1999-05-17 | Define "${ECHO_MSG}" so that the patch from PR pkg/7545 doesn't break | tron | 1 | -1/+2 |
1999-05-17 | Fix broken index file creation. Patch suppled by NAKAJIMA Yoshihiro | tron | 1 | -6/+6 |
1999-03-28 | DUDS is expected to be a a make variable, not a shell variable | hubertf | 1 | -2/+2 |
1999-02-22 | Comment that targets listed in $PKG_MISC_TARGETS are also regarded | hubertf | 1 | -2/+2 |
1999-02-21 | Pull in mk.conf (via bsd.pref.mk), so that e.g. PKG_MISC_TARGETS can | hubertf | 1 | -1/+11 |
1998-12-29 | Add "cleandir" target. | tron | 1 | -4/+4 |
1998-12-06 | Add support for custom, per-category targets by setting PKG_MISC_TARGETS | hubertf | 1 | -2/+2 |
1998-09-23 | Add a cdrom-readme target, a clone of the readme target, for ease of use. | agc | 1 | -27/+35 |