Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Nov 2015 09:37:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 13042] make(1) doesn't handle wildcards in subdirectory paths
Message-ID:  <bug-13042-8-zAj2UX7MtL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-13042-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-13042-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=13042

NGie Cooper <ngie@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ngie@FreeBSD.org
           Assignee|freebsd-bugs@FreeBSD.org    |sjg@FreeBSD.org

--- Comment #4 from NGie Cooper <ngie@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-13042-8-zAj2UX7MtL>