|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0 |
|
| #
01cebb69 |
| 19-Jun-2018 |
Sean Bruno <[email protected]> |
MK_EFI - Add uefisign and friends to this knob and ensure that we don't try to build them if MK_OPENSSL is unset.
Reviewed by: emaste imp kevans Sponsored by: Limelight Networks Differential Revisio
MK_EFI - Add uefisign and friends to this knob and ensure that we don't try to build them if MK_OPENSSL is unset.
Reviewed by: emaste imp kevans Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D15211
show more ...
|
| #
5e37f7b3 |
| 09-May-2018 |
Brad Davis <[email protected]> |
Convert share/examples/Makefile over to using FILES and FILESDIR.
The goal is to avoid using install directly so we can make changes the affect how the entire system is installed, without having to
Convert share/examples/Makefile over to using FILES and FILESDIR.
The goal is to avoid using install directly so we can make changes the affect how the entire system is installed, without having to touch many places.
This is part of the packaging base work.
Reviewed by: will Approved by: bapt (mentor), allanjude (mentor) Differential Revision: https://reviews.freebsd.org/D1513
show more ...
|
| #
576157b3 |
| 13-Mar-2018 |
Devin Teske <[email protected]> |
Install files added in SVN's r295373, r295457, r295542
Reported by: woodsb02 MFC after: 3 days X-MFC to: stable/11
|
| #
8fb93a0c |
| 30-Oct-2017 |
Eitan Adler <[email protected]> |
Unbreak install
Reported by: cy
|
|
Revision tags: release/10.4.0 |
|
| #
d511b20a |
| 02-Aug-2017 |
Enji Cooper <[email protected]> |
Add HAS_TESTS to all Makefiles that are currently using the `SUBDIR.${MK_TESTS}+= tests` idiom.
This is a follow up to r321912.
|
| #
4b330699 |
| 02-Aug-2017 |
Enji Cooper <[email protected]> |
Convert traditional ${MK_TESTS} conditional idiom for including test directories to SUBDIR.${MK_TESTS} idiom
This is being done to pave the way for future work (and homogenity) in ^/projects/make-ch
Convert traditional ${MK_TESTS} conditional idiom for including test directories to SUBDIR.${MK_TESTS} idiom
This is being done to pave the way for future work (and homogenity) in ^/projects/make-check-sandbox .
No functional change intended.
MFC after: 1 weeks
show more ...
|
|
Revision tags: release/11.1.0 |
|
| #
edd4d705 |
| 23-May-2017 |
Edward Tomasz Napierala <[email protected]> |
Remove unneccessary call to mtree, which, when building as an unprivileged user (with -DNO_ROOT), resulted in warnings looking like these:
share/man/cat8: user (9, 3819, not modified: Operat
Remove unneccessary call to mtree, which, when building as an unprivileged user (with -DNO_ROOT), resulted in warnings looking like these:
share/man/cat8: user (9, 3819, not modified: Operation not permitted) permissions (0755, 0700, modified)
The BSD.usr.mk is already taken care of in etc/Makefile.
Submitted by: Alex Richardson <[email protected]> Reviewed by: bdrewery MFC after: 1 month Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D9212
show more ...
|
| #
e44885ac |
| 04-Mar-2017 |
Enji Cooper <[email protected]> |
share: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output
MFC after: 1 month Sponsored by: Dell EMC Isilon
|
| #
2d5386cc |
| 31-Oct-2016 |
Glen Barber <[email protected]> |
Fix packaging /usr/share/examples/etc.
Reported by: woodsb02 MFC after: 3 days X-MFC-With: r308148 Sponsored by: The FreeBSD Foundation
|
|
Revision tags: release/11.0.1, release/11.0.0 |
|
| #
3191e571 |
| 06-Jun-2016 |
Marcelo Araujo <[email protected]> |
Install/Connect ypldap.conf(5) on examples.
|
| #
a5921bc3 |
| 10-May-2016 |
Glen Barber <[email protected]> |
Update share/examples/* to properly install /usr/share/examples.
As result of this, a new examples package is now created.
Note, this is only effective with 'SHARED=copies' (the default), as the 'S
Update share/examples/* to properly install /usr/share/examples.
As result of this, a new examples package is now created.
Note, this is only effective with 'SHARED=copies' (the default), as the 'SHARED=symlinks' mechanism will create a symlink to the source tree version of the file(s).
Sponsored by: The FreeBSD Foundation
show more ...
|
| #
94086cea |
| 14-Apr-2016 |
Bryan Drewery <[email protected]> |
Rework META_TARGETS so that it automatically adds META_DEPS to the targets.
This will only be done if the target is defined, so if the target is defined after bsd.sys.mk is included then it needs to
Rework META_TARGETS so that it automatically adds META_DEPS to the targets.
This will only be done if the target is defined, so if the target is defined after bsd.sys.mk is included then it needs to manually add ${META_DEPS} still.
Sponsored by: EMC / Isilon Storage Division
show more ...
|
|
Revision tags: release/10.3.0 |
|
| #
b7d28aff |
| 11-Mar-2016 |
Bryan Drewery <[email protected]> |
META_MODE: Simplify the META_COOKIE handling to use .USE/.USEBEFORE.
Extend it to other cases of meta mode cookies so they get the proper rm cookie behavior when a .meta file detects it needs to reb
META_MODE: Simplify the META_COOKIE handling to use .USE/.USEBEFORE.
Extend it to other cases of meta mode cookies so they get the proper rm cookie behavior when a .meta file detects it needs to rebuild and fails.
Sponsored by: EMC / Isilon Storage Division
show more ...
|
| #
d5cc0579 |
| 11-Mar-2016 |
Bryan Drewery <[email protected]> |
DIRDEPS_BUILD: Fix staging of share/sendmail and share/examples.
Sponsored by: EMC / Isilon Storage Division
|
| #
93e779a2 |
| 26-Nov-2015 |
Bryan Drewery <[email protected]> |
META MODE: These need object directories to handle staging.
Sponsored by: EMC / Isilon Storage Division
|
| #
aa92269e |
| 15-Oct-2015 |
Bryan Drewery <[email protected]> |
Add more SUBDIR_PARALLEL.
MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
|
| #
855ff27c |
| 09-Oct-2015 |
Baptiste Daroussin <[email protected]> |
Move all the dma(8) components into one single directory
Simplifying maintainance and options (only one place to deal with MK_DMAGENT)
This also makes packaging base less intrusive by getting a sin
Move all the dma(8) components into one single directory
Simplifying maintainance and options (only one place to deal with MK_DMAGENT)
This also makes packaging base less intrusive by getting a single point where to add tags.
show more ...
|
|
Revision tags: release/10.2.0 |
|
| #
72392b20 |
| 05-Mar-2015 |
Baptiste Daroussin <[email protected]> |
Tag examples with targetted packages
|
| #
12fe6c35 |
| 26-Feb-2015 |
Edward Tomasz Napierala <[email protected]> |
Add key/cert generation script for uefisign(8).
(Forgot about Relnotes in the commit that added uefisign(8), so set it here.)
MFC after: 1 month Relnotes: yes Sponsored by: The FreeBSD Foundation
|
| #
02629e46 |
| 26-Jan-2015 |
Enji Cooper <[email protected]> |
Add MK_BHYVE knob for building and installing bhyve(4), et al
MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
|
| #
4e395054 |
| 26-Jan-2015 |
Enji Cooper <[email protected]> |
Add MK_HAST knob for building and installing hastd(8), et al
MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
|
| #
b43a681b |
| 10-Dec-2014 |
Enji Cooper <[email protected]> |
Move MK_BHYVE/MK_HYPERV to architecture specific sections in Makefiles instead of introducing an architecture specific section in src.opts.mk
Make it clear in the documentation that the options only
Move MK_BHYVE/MK_HYPERV to architecture specific sections in Makefiles instead of introducing an architecture specific section in src.opts.mk
Make it clear in the documentation that the options only affect certain architectures to reduce user confusion if the knobs are tweaked
A better method for abstracting this out will be done in the future in a different commit
Discussed with/Requested by: imp
show more ...
|
| #
e26856d6 |
| 27-Nov-2014 |
Enji Cooper <[email protected]> |
Honor MK_NETGRAPH for netgraph components
|
| #
0341ccf2 |
| 26-Nov-2014 |
Enji Cooper <[email protected]> |
Clean up more usb related files when MK_USB == no when dealing with manpages, libraries, and binaries
|
| #
466046ec |
| 26-Nov-2014 |
Enji Cooper <[email protected]> |
Conditionalize a number of components in the tree
- bootparamd - bootpd - finger/fingerd - ftp/ftpd - hastctl/hastd - iscsid, et al - rbootd - talk/talkd - tcpd, et al - tftp/tftpd
Add src.conf ent
Conditionalize a number of components in the tree
- bootparamd - bootpd - finger/fingerd - ftp/ftpd - hastctl/hastd - iscsid, et al - rbootd - talk/talkd - tcpd, et al - tftp/tftpd
Add src.conf entries for the various components and do a best effort at adding components to tools/build/mk/OptionalObsoleteFiles.inc
show more ...
|