Subject: CVS commit: pkgsrc/devel/bmake/files
From: Joerg Sonnenberger
Date: 2010-04-20 15:32:45
Message id: 20100420133245.5E3E8175DF@cvs.netbsd.org

Log Message:
Import bmake-20100414:
- Resolve argv[0] with realpath if needed
- Add :tA to realpath(3)ify variables
- Support for .info, .warning, .error, .ERROR
- Unit tests for .ERROR / .error; never make .ERROR the default target
- Fix for .ALLSRC being populated twice
- Support for .MAKE_MODE, .MAKE.MAKEFILE_PREFERENCE, .MAKE_DEPENDFILE
- Haiku support
- Improved diagnostics for .for with multiple variables
- Rewrite bootstrap to not use make
- Fix for -m .../
- Add support for .unexport
- Catch typoes in .el*if etc
- Fix parsing of :S;...;...; applied to .for loop iterators appearing in
  dependency lines


Files:
RevisionActionfile
1.1importpkgsrc/devel/bmake/files/realpath.c
1.1importpkgsrc/devel/bmake/files/make-bootstrap.sh.in
1.1importpkgsrc/devel/bmake/files/unit-tests/doterror
1.1importpkgsrc/devel/bmake/files/unit-tests/error
1.1importpkgsrc/devel/bmake/files/unit-tests/forsubst
1.1importpkgsrc/devel/bmake/files/unit-tests/unexport
1.1importpkgsrc/devel/bmake/files/unit-tests/unexport-env