https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=13042

NGie Cooper <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
           Assignee|[email protected]    |[email protected]

--- Comment #4 from NGie Cooper <[email protected]> ---
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to