History log of /freebsd-10-stable/share/mk/sys.mk
Revision Date Author Comments
# 330425 04-Mar-2018 bdrewery

MFC r330127:

Allow overriding .MAKE.MAKEFILE_PREFERENCE.


# 294064 15-Jan-2016 smh

MFC r274503:

Add OBJDUMP to sys.mk.

Sponsored by: Multiplay


# 280329 21-Mar-2015 dim

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


# 270484 24-Aug-2014 des

MFH (r264367): add RANLIBFLAGS and set timestamps in static libraries to 0


# 280329 21-Mar-2015 dim

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


# 270484 24-Aug-2014 des

MFH (r264367): add RANLIBFLAGS and set timestamps in static libraries to 0