[Bug 285726] make: AT&T/SysV-style substitution error if the pattern starts with 't'
Date: Sun, 20 Apr 2025 03:04:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285726 Simon J. Gerraty <sjg@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --- Comment #4 from Simon J. Gerraty <sjg@FreeBSD.org> --- FreeBSD main has been updated to have bmake 20250414 where: .POSIX If this is the first non-comment line in the main makefile, the variable %POSIX is set to the value `1003.2' and the makefile `<posix.mk>' is included if it exists, to provide POSIX- compatible default rules. If make is run with the -r flag, only `posix.mk' contributes to the default rules. In POSIX- compatible mode, the AT&T System V UNIX style substitution modifier is checked first rather than as a fallback. -- You are receiving this mail because: You are the assignee for the bug.