|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0 |
|
| #
96a0acc4 |
| 27-Jun-2018 |
Bryan Drewery <[email protected]> |
Don't use CCACHE for linking.
MFC after: 2 weeks Sponsored by: Dell EMC
|
|
Revision tags: release/11.2.0 |
|
| #
7cb2c975 |
| 23-Oct-2017 |
Enji Cooper <[email protected]> |
This shouldn't be required either
|
|
Revision tags: release/10.4.0, release/11.1.0 |
|
| #
0b25287b |
| 08-Mar-2017 |
Brooks Davis <[email protected]> |
Use LDFLAGS rather than CFLAGS when linking.
Reviewed by: kan Obtained from: CheriBSD Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D9882
|
| #
d85550da |
| 20-Jan-2017 |
Enji Cooper <[email protected]> |
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This implifies pathing in make/displayed output
MFC after: 3 weeks Sponsored by: Dell EMC Isilon
|
| #
7ef4651a |
| 29-Dec-2016 |
Alexander Kabaev <[email protected]> |
Use compiler driver to build relocatable object
This works better with external toolchains where LD will not necessarily defailt to emulation we want. Compiler driver knows better.
|
|
Revision tags: release/11.0.1, release/11.0.0 |
|
| #
7cbd0a29 |
| 14-Apr-2016 |
Bryan Drewery <[email protected]> |
Simplify building libpam and fix libpam.a not containing the modules since r284345.
The change in r284345 moved the creation of openpam_static_modules.o to lib/libpam/static_modules but never manage
Simplify building libpam and fix libpam.a not containing the modules since r284345.
The change in r284345 moved the creation of openpam_static_modules.o to lib/libpam/static_modules but never managed to get them into libpam.a.
Move this logic to lib/libpam/static_libpam and have it create a static library for libpam.a The main lib/libpam/libpam will only create a shared library. No redundancy in compilation or installation exists in this solution.
This avoids requiring a pass with -D_NO_LIBPAM_SO_YET.
Sponsored by: EMC / Isilon Storage Division
show more ...
|