[Bug 13042] make(1) doesn't handle wildcards in subdirectory paths
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Nov 10 09:37:19 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=13042
NGie Cooper <ngie at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ngie at FreeBSD.org
Assignee|freebsd-bugs at FreeBSD.org |sjg at FreeBSD.org
--- Comment #4 from NGie Cooper <ngie at FreeBSD.org> ---
This behavior still occurs; not sure if it's correct though...
$ cat pr13042.mk
foo: sub*/lib*.a
touch $@
$ make -f pr13042.mk
touch foo
$ mkdir sub1 sub2
$ touch sub{1,2}/libx.a
$ make -f pr13042.mk
`foo' is up to date.
$ make -VMAKE_VERSION
20151020
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list