Revision tags: release/11.0.1, release/11.0.0 |
|
#
8f1f370d |
| 01-Sep-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r305087 through r305219.
|
#
f8fd1a95 |
| 01-Sep-2016 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead @ r305170
|
#
9e2f435f |
| 31-Aug-2016 |
Bryan Drewery <bdrewery@FreeBSD.org> |
Add a 'make print-dir' that simply traverses all directories and prints them.
This is useful for finding connected directories.
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
|
#
d95fa042 |
| 29-Jun-2016 |
Bryan Drewery <bdrewery@FreeBSD.org> |
Don't warn about needing filemon for makeman.
r287879 wasn't quite enough here since Makefile.inc1 is running 'make -C release -V VERSION' and hitting the warning.
Reported by: lattera Sponsored by
Don't warn about needing filemon for makeman.
r287879 wasn't quite enough here since Makefile.inc1 is running 'make -C release -V VERSION' and hitting the warning.
Reported by: lattera Sponsored by: EMC / Isilon Storage Division Approved by: re (blanket, META_MODE)
show more ...
|
#
b8ef21b8 |
| 14-Jun-2016 |
Bryan Drewery <bdrewery@FreeBSD.org> |
WITH_META_MODE: Lessen the filemon(4) requirement scope.
- Move the sys.mk filemon requirement to bsd.init.mk as a warning. This is intended only to show when building directly in a subdirectory
WITH_META_MODE: Lessen the filemon(4) requirement scope.
- Move the sys.mk filemon requirement to bsd.init.mk as a warning. This is intended only to show when building directly in a subdirectory without filemon loaded. - Move the error into Makefile and only apply it when building from the META_TGT_WHITELIST target list.
-DNO_FILEMON can be used to suppress both the warning and the error but makes WITH_META_MODE less useful. It will only compare build commands in this mode rather than track all dependencies.
This fixes installing from a jail which doesn't need filemon in this phase [1].
Reported by: Nikolai Lifanov <lifanov@mail.lifanov.com> [1] Approved by: re (implicit) Sponsored by: EMC / Isilon Storage Division
show more ...
|
Revision tags: release/10.3.0 |
|
#
9893f787 |
| 21-Feb-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r295601 through r295844.
|
#
72c3aa02 |
| 18-Feb-2016 |
Glen Barber <gjb@FreeBSD.org> |
MFH
Sponsored by: The FreeBSD Foundation
|
#
1bd4272f |
| 16-Feb-2016 |
Bryan Drewery <bdrewery@FreeBSD.org> |
Consolidate common beforebuild logic.
Sponsored by: EMC / Isilon Storage Division
|
Revision tags: release/10.2.0 |
|
#
416ba5c7 |
| 22-Jun-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Catch up with HEAD (r280229-r284686).
|
#
76aeda8a |
| 20-Jun-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r284188 through r284643.
|
#
dad2fb7e |
| 15-Jun-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|
#
71c66d9e |
| 14-Jun-2015 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Avoid anoying warning
|
#
ccfb9654 |
| 13-Jun-2015 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Add META_MODE support.
Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree.
Still need to add real targets under
Add META_MODE support.
Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree.
Still need to add real targets under targets/ to build packages.
Differential Revision: D2796 Reviewed by: brooks imp
show more ...
|
#
f5374544 |
| 10-Jun-2015 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Building on fmake is no longer possible so removed tests for bmake.
|
Revision tags: release/10.1.0, release/9.3.0 |
|
#
6cec9cad |
| 03-Jun-2014 |
Peter Grehan <grehan@FreeBSD.org> |
MFC @ r266724
An SVM update will follow this.
|
#
414fdaf0 |
| 21-May-2014 |
Alan Somers <asomers@FreeBSD.org> |
IFC @266473
|
#
1d01c27d |
| 16-May-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Include bsd.opts.mk before local.init.mk
|
#
3b8f0845 |
| 28-Apr-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head
|
#
8609cb7b |
| 24-Apr-2014 |
Warner Losh <imp@FreeBSD.org> |
Include bsd.opts.mk before Makefile.inc so Makefile.inc can do things based on MK_xxx symbols. Continue to include bsd.own.mk after Makefile.inc to preserve current behavior.
|
Revision tags: release/10.0.0, release/9.2.0 |
|
#
cfe30d02 |
| 19-Jun-2013 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge fresh head.
|
Revision tags: release/8.4.0 |
|
#
d241a0e6 |
| 26-Feb-2013 |
Xin LI <delphij@FreeBSD.org> |
IFC @247348.
|
#
d9a44755 |
| 08-Feb-2013 |
David E. O'Brien <obrien@FreeBSD.org> |
Sync with HEAD.
|
#
c2217b98 |
| 17-Jan-2013 |
Neel Natu <neel@FreeBSD.org> |
IFC @ r245509
|
#
edd42017 |
| 10-Jan-2013 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Remove all support for legacy NOFOO and NO_FOO build options.
|
Revision tags: release/9.1.0 |
|
#
72f888f1 |
| 08-Nov-2012 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Allow clean at level 0
|