| Age | Commit message (Collapse) | Author |
|
|
|
|
|
From Igor Sobrado in PR pkg/19666.
|
|
- makefile lint (moving NOxx to top of file,
include <bsd.own.mk> as necessary, ...)
|
|
|
|
Otherwise the appropriate MKxxx=no won't be defined .
|
|
|
|
- Define PARALLEL in gdb/Makefile since multiple yacc might run.
|
|
|
|
|
|
|
|
Reported in PR 1947 by Niklas Hallqvist <niklas@filippa.appli.se> and
also fed back to the GNU RCS maintainers.
|
|
|
|
include <bsd.own.mk> if testing a MKxxx variable.
|
|
bin/5415. This will not be a significant performance hit, but allows
LOCALID keywords up to 32 characters long.
|
|
|
|
|
|
|
|
so, for my sanity, add `rcslog' as an alternate name for `rlog'.
|
|
the local id. This matches the variable used in the cvs-current pkg and
the (unsubmitted, but used by third parties) rcs-5.7 pkg.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and hack to use mkstemp() instead of mktemp(). This *does* cause the
tempfile to be created at name generation time, but that's ok because
the code will fopen(tempname), use it, and the unlink it. Kinda cute
(``ugly but interesting'' :), but seems to work, and passes
'sh ./rcstest' as well as rudimentary tests by me.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|