]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Merge bmake-20220418
authorSimon J. Gerraty <sjg@FreeBSD.org>
Fri, 22 Apr 2022 20:40:29 +0000 (13:40 -0700)
committerSimon J. Gerraty <sjg@FreeBSD.org>
Fri, 22 Apr 2022 20:42:11 +0000 (13:42 -0700)
commit2f2a5ecdf8a04af94c0c5995fd321cafaf630e45
tree67f3dd98bd3814d9aabc372bd5270bb980025375
parente68b35e40881a1bd858e1b4b5003123a484fd7cd
parent92bfae0e6bd53a7a0d6fe55e70a916d86cf26e8b
Merge bmake-20220418

        o ignore '.POSIX:' if not in first non-comment line
        of Makefile as specified by POSIX.
        add unit-tests for above.

Merge commit '92bfae0e6bd53a7a0d6fe55e70a916d86cf26e8b'
25 files changed:
contrib/bmake/ChangeLog
contrib/bmake/FILES
contrib/bmake/VERSION
contrib/bmake/bmake.1
contrib/bmake/bmake.cat1
contrib/bmake/cond.c
contrib/bmake/import.sh
contrib/bmake/main.c
contrib/bmake/make.1
contrib/bmake/make.h
contrib/bmake/meta.c
contrib/bmake/parse.c
contrib/bmake/targ.c
contrib/bmake/unit-tests/Makefile
contrib/bmake/unit-tests/depsrc-use.exp
contrib/bmake/unit-tests/depsrc-use.mk
contrib/bmake/unit-tests/depsrc-usebefore.exp
contrib/bmake/unit-tests/depsrc-usebefore.mk
contrib/bmake/unit-tests/deptgt-posix.exp
contrib/bmake/unit-tests/deptgt-posix.mk
contrib/bmake/unit-tests/deptgt-silent-jobs.mk
contrib/bmake/unit-tests/opt-debug-cond.mk
contrib/bmake/unit-tests/varname-dot-suffixes.mk
usr.bin/bmake/Makefile.config
usr.bin/bmake/unit-tests/Makefile