看板 DFBSD_commit 關於我們 聯絡資訊
commit 6d68f83fef807ce255df27c2482db0d58ff71744 Author: Simon Schubert <corecode@dragonflybsd.org> Date: Sun Aug 2 19:13:08 2009 +0200 bsd.*.mk: allow the setting of separate compile flags for files Our makefile infrastructure assumed that all compile flags for all files are the same. Now you can specify compile flags for file groups, much like for FILES and INCS. This does not support files with pathname components yet. For this to work, we'd need support in make to retrieve the full seached path of a file. Summary of changes: share/mk/bsd.dep.mk | 53 +++++++++++++++++++++++++++++++++++----------- share/mk/bsd.files.mk | 6 +++++ share/mk/bsd.hostlib.mk | 4 +- share/mk/bsd.lib.mk | 36 ++++++++++++++++---------------- share/mk/sys.mk | 33 +++++++++++++++-------------- 5 files changed, 83 insertions(+), 49 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6d68f83fef807ce255df27c2482db0d58ff71744 -- DragonFly BSD source repository