lp://qastaging/pmake
- Get this branch:
- bzr branch lp://qastaging/pmake
Branch information
Import details
This branch is an import of the CVS module src/usr.bin/make from :pserver:anoncvs:anoncvs@anoncvs.NetBSD.org:/cvsroot.
Last successful import was .
Recent revisions
- 5167. By rillig
-
tests/make: speed up running the tests
Only 4 of the 389 tests need to postprocess their output, so spare the
extra 'cat' call in the majority of cases. - 5166. By sjg
-
make.1 clarify use of MAKEOBJDIRPREFIX
Note that MAKEOBJDIRPREFIX should be an absolute path.
Also that MAKEOBJDIRPREFIX and MAKEOBJDIR *can* be set
via makefile variables, but that care is needed to avoid
unwanted side effects. - 5165. By sjg
-
make: allow -f .../Makefile
If the arg to -f or an entry in .MAKE.MAKEFILE_
PREFERENCE
starts with ".../" look for the rest of the path in .CURDIR
and above.Reviewed by: rillig
- 5164. By rillig
-
make: in the debug log, always qualify line number with filename
Previously, to find out the filename corresponding to a line number from
a 'Parsing' line, it was necessary to find the preceding
'SetFilenameVars' line, which was unnecessarily time-consuming and
distracting.The 'filename:line' format matches the one used in PrintStackTrace, and
it differs from the one used in PrintLocation, as the former format is
more common in other tools.Most of the affected unit tests only use the 'Parsing' lines to give
additional context to their debug log, so no structural changes there. - 5161. By rillig
-
make: reduce line length in error messages
The error messages for deeply nested parse errors were hard to decipher,
due to the large amount of text. Split these messages into individual
lines, just as in the backtrace for .include files and .for loops. This
unified backtrace makes the output more uniform. - 5160. By sjg
-
make: unit-tests/cmdline do not remove TMPDIR
When running unit-tests in meta mode, removing TMPDIR while
still in use is fatal. Ensure that TMPBASE used by cmdline.mk
is a subdir of TMPDIR.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)