As of revision 1.38 of make/parse.c, our make(1) will warn too. Note that
this isn't just for the sake of testing behaviour, and that things really do break if this regression occurs.
This commit is contained in:
parent
af13e3abb9
commit
89d22e2f06
@ -33,8 +33,9 @@ all:
|
||||
@! ${MAKE} lhs_expn && true || ${MAKE} failure
|
||||
@echo "PASS: Test lhs_expn detected no regression."
|
||||
|
||||
# Doubly-defined targets. NetBSD make(1) will warn, ours will silently use the
|
||||
# ``right'' one.
|
||||
# Doubly-defined targets. make(1) will warn, but use the "right" one. If it
|
||||
# switches to using the "non-right" one, it breaks things worse than a little
|
||||
# regression test.
|
||||
double:
|
||||
@true
|
||||
|
||||
|
@ -33,8 +33,9 @@ all:
|
||||
@! ${MAKE} lhs_expn && true || ${MAKE} failure
|
||||
@echo "PASS: Test lhs_expn detected no regression."
|
||||
|
||||
# Doubly-defined targets. NetBSD make(1) will warn, ours will silently use the
|
||||
# ``right'' one.
|
||||
# Doubly-defined targets. make(1) will warn, but use the "right" one. If it
|
||||
# switches to using the "non-right" one, it breaks things worse than a little
|
||||
# regression test.
|
||||
double:
|
||||
@true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user