dim 4c1f391878 MFC r279980:
Allow relative pathnames in SRCS, so as to enable building software
which includes more than one file with the same name, in different
directories.

For example, setting:

SRCS+=	foo/foo.c bar/foo.c baz/foo.c

will now create separate objdirs 'foo', 'bar' and 'baz' for each of the
sources in the list, and use those objdirs for the corresponding object
files.

Reviewed by:	brooks, imp
Differential Revision: https://reviews.freebsd.org/D1984
2015-03-21 19:20:15 +00:00
..
2015-02-11 07:21:16 +00:00
2014-01-13 22:07:36 +00:00
2015-03-19 23:07:04 +00:00
2015-03-21 19:20:15 +00:00
2014-05-14 15:23:06 +00:00
2014-08-21 21:48:33 +00:00
2015-01-11 18:13:56 +00:00
2013-12-29 12:30:06 +00:00
2014-09-15 20:08:07 +00:00
2015-02-02 05:44:34 +00:00