make it easier to test newly-built make.

This commit is contained in:
David E. O'Brien 2012-05-30 22:26:16 +00:00
parent d81f04d7fa
commit a35a9551c4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236339
2 changed files with 9 additions and 0 deletions

0
tools/regression/usr.bin/make/all.sh Normal file → Executable file
View File

View File

@ -0,0 +1,9 @@
# $FreeBSD$
NEW_DIR!= make -C ${.CURDIR}/../../../../usr.bin/make -V .OBJDIR
all:
rm -rf /tmp/${USER}.make.test
env MAKE_PROG=${NEW_DIR}/make ${.SHELL} ./all.sh
.include <bsd.obj.mk>