* Merge with NetBSD make, pick up:
o .unexport
o report lines that start with '.' and should have ':'
(catch typo's of .el*if).
* configure.in: Ensure that srcdir and mksrc are absolute paths.
* Merge with NetBSD make, pick up:
o fix for parsing of :S;...;...; applied to .for loop iterator
appearing in a dependency line.
This update fixes
Read from remote host pkgsrc-wip.cvs.sourceforge.net: Connection reset
by peer
ChangeLog:
2009-09-09 Simon J. Gerraty <sjg@void.crufty.net>
* Makefile.in (MAKE_VERSION): bump version to 20090909
* Merge with NetBSD make, pick up:
o fix for -C, .CURDIR and .OBJDIR
* boot-strap:
o allow share_dir to be set independent of prefix.
o select default share_dir better when prefix ends in $HOST_TARGET
o if FORCE_BSD_MK etc were set, include them in the suggested
install-mk command.
2009-09-08 Simon J. Gerraty <sjg@void.crufty.net>
* Makefile.in (MAKE_VERSION): bump version to 20090908
* Merge with NetBSD make, pick up:
o .MAKE.LEVEL for recursion tracking
o fix for :M scanning \:
2009-09-03 Simon J. Gerraty <sjg@void.crufty.net>
* configure.in: Don't -D__EXTENSIONS__ if
AC_USE_SYSTEM_EXTENSIONS says "no".