| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
All manpages in base are now compatible with mandoc(1), all roff documentation
will be relocated in the doc tree. man(1) can now use groff from the ports tree
if it needs.
Also remove checknr(1) and colcrt(1) which are only useful with groff.
Approved by: (no objections on the mailing lists)
Notes:
svn path=/head/; revision=319664
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.
Still need to add real targets under targets/ to build packages.
Differential Revision: D2796
Reviewed by: brooks imp
Notes:
svn path=/head/; revision=284345
|
| | |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=284172
|
| | |\
| | |
| | |
| | | |
Notes:
svn path=/projects/bmake/; revision=283595
|
| | |\|
| | |
| | |
| | | |
Notes:
svn path=/projects/bmake/; revision=270164
|
| | | |
| | |
| | |
| | | |
Notes:
svn path=/projects/bmake/; revision=256421
|
| | | |
| | |
| | |
| | | |
Notes:
svn path=/projects/bmake/; revision=256419
|
| | | |
| | |
| | |
| | | |
Notes:
svn path=/projects/bmake/; revision=246868
|
| | |/
| |
| |
| |
| |
| |
| | |
Requested by: Simon Gerraty <sjg@juniper.net>
Notes:
svn path=/projects/bmake/; revision=239572
|
| |/
|
|
|
|
|
| |
Differential Revision: D2748
Notes:
svn path=/head/; revision=284321
|
| |
|
|
| |
Notes:
svn path=/head/; revision=151504
|
| |
|
|
|
|
|
| |
OK'ed by: core
Notes:
svn path=/head/; revision=139103
|
| |
|
|
| |
Notes:
svn path=/head/; revision=119887
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114412
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114327
|
| |
|
|
| |
Notes:
svn path=/head/; revision=104869
|
| |
|
|
|
|
|
|
|
| |
for a long time now.
Approved by: bde
Notes:
svn path=/head/; revision=100872
|
| |
|
|
| |
Notes:
svn path=/head/; revision=100313
|
| |
|
|
|
|
|
|
|
|
| |
it is taken as a single escape (`\') character. This prevented \e
from being output correctly in -Tkoi8-r case.
Noticed by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
Notes:
svn path=/head/; revision=77320
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75652
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75592
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69674
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69668
|
| |
|
|
|
|
|
| |
it possible to ``make all install'' in one pass.
Notes:
svn path=/head/; revision=69665
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69632
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50472
|
| |
|
|
| |
Notes:
svn path=/head/; revision=49324
|
| |
|
|
| |
Notes:
svn path=/head/; revision=49313
|
| |
|
|
|
|
|
| |
`BINOWN=... make world' can be run by users other than root.
Notes:
svn path=/head/; revision=31804
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22996
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
|
|
|
| |
s/DISTDIR/DIST_DIR/g
Notes:
svn path=/head/; revision=18189
|
| |
|
|
| |
Notes:
svn path=/head/; revision=18140
|
| |
|
|
| |
Notes:
svn path=/head/; revision=18135
|
| |
|
|
|
|
|
| |
Original author: ache
Notes:
svn path=/head/; revision=18128
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bsd.man.mk when I change the latter to use `::' instead of `:'
dependencies. (bsd.man.mk is included because NOMAN isn't defined.
The maninstall target is supposed to be private to bsd.man.mk so
bsd.man.mk doesn't bother testing if it is already defined. The
test for redefinition in Makefile.dev was too early to do anything.)
Change install target to a beforeinstall target (perhaps there should
be an `extrainstall' target so that Makefiles don't have to abuse
one of beforeinstall, install, realinstall or afterinstall). Don't
bother testing for the install target already being defined. Rewrite
the shell loop as a make loop (this reduces the time for installing
groff from 78s to 65s here).
Notes:
svn path=/head/; revision=11619
|
| |
|
|
|
|
|
| |
specified in the top level Makefiles.
Notes:
svn path=/head/; revision=9701
|
| |
|
|
|
|
|
|
|
|
| |
source directory.
Don't create target directories at install time. mtree already handles
them correctly.
Notes:
svn path=/head/; revision=6138
|
| |
|
|
|
|
|
| |
Initialize CLEANFILES. All tty FONTFILES are objects.
Notes:
svn path=/head/; revision=5892
|
| |
|
|
|
|
|
|
|
|
|
| |
Don't initialize CLEANFILES here. Many FONTFILES are sources and required
special clean rules to avoid cleaning.
Makefile.tty:
Initialize CLEANFILES. All tty FONTFILES are objects.
Notes:
svn path=/head/; revision=5890
|
| |
|
|
| |
Notes:
svn path=/head/; revision=5699
|
| |
|
|
| |
Notes:
svn path=/head/; revision=5644
|
| |
|
|
| |
Notes:
svn path=/head/; revision=5640
|
|
|
Notes:
svn path=/cvs2svn/branches/PST/; revision=5637
|