|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0 |
|
| #
266fbc83 |
| 22-Aug-2018 |
Alex Richardson <[email protected]> |
Use unifdef -x1 instead of ignoring the shell exit code
This way the target fails if unifdef doesn't exist or doesn't modify the file instead of just generating an empty .c file. I found this while
Use unifdef -x1 instead of ignoring the shell exit code
This way the target fails if unifdef doesn't exist or doesn't modify the file instead of just generating an empty .c file. I found this while building without inherited $PATH (D16815)
Approved By: jhb (mentor)
show more ...
|
|
Revision tags: release/11.2.0, release/10.4.0, release/11.1.0 |
|
| #
81a687a7 |
| 04-Mar-2017 |
Enji Cooper <[email protected]> |
Fix build after r314656
Some of the changes I introduced to use .ALLSRC were correct in spirit, but incorrect in reality -- in particular, ../Makefile.inc hadn't been pulled in via bsd.init.mk (via
Fix build after r314656
Some of the changes I introduced to use .ALLSRC were correct in spirit, but incorrect in reality -- in particular, ../Makefile.inc hadn't been pulled in via bsd.init.mk (via bsd.lib.mk, bsd.prog.mk), so the value of .ALLSRC (evaluated immediately) was empty. .include bsd.init.mk explicitly so we can be certain that the values used as dependencies in the targets are defined when the target recipe has been evaluated.
Reminder: thou shalt separate out separate functional changes before committing them.
(YUGE) Pointyhat to: ngie In collaboration with: bdrewery MFC after: 1 month Reported by: Jenkins, cy, ler, O. Hartmann, Michael Butler Sponsored by: Dell EMC Isilon
show more ...
|
| #
64a0982b |
| 04-Mar-2017 |
Enji Cooper <[email protected]> |
usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output
MFC after: 1 month Sponsored by: Dell EMC Isilon
|
| #
fcdaff2c |
| 22-Oct-2016 |
Cy Schubert <[email protected]> |
Sources from the "current" build tree and generated sources in the object tree should be used instead of sources and headers from the already installed source tree on the build host.
This was notice
Sources from the "current" build tree and generated sources in the object tree should be used instead of sources and headers from the already installed source tree on the build host.
This was noticed while addressing issues in the upcoming amd update.
MFC after: 2 weeks
show more ...
|
|
Revision tags: release/11.0.1, release/11.0.0 |
|
| #
3dd30bd1 |
| 14-Sep-2016 |
Cy Schubert <[email protected]> |
Switch from .CURDIR to the simpler, more legible SRCTOP.
Suggested by: emaste X-MFC-with: upcoming amd upgrade
|
|
Revision tags: release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0, release/7.4.0, release/8.2.0, release/8.1.0, release/7.3.0, release/8.0.0, release/7.2.0, release/7.1.0, release/6.4.0, release/7.0.0, release/6.3.0 |
|
| #
5f03573d |
| 05-Dec-2007 |
David E. O'Brien <[email protected]> |
We now have to use part of the vendor supplied xdr_func.c. util renamed to strutil to be more clear of its purpose.
|
|
Revision tags: release/6.2.0, release/5.5.0, release/6.1.0, release/6.0.0, release/5.4.0, release/4.11.0, release/5.3.0 |
|
| #
a35d8893 |
| 24-Oct-2004 |
Ruslan Ermilov <[email protected]> |
For variables that are only checked with defined(), don't provide any fake value.
|
|
Revision tags: release/4.10.0, release/5.2.1, release/5.2.0, release/4.9.0, release/5.1.0, release/4.8.0, release/5.0.0, release/4.6.2 |
|
| #
423e9124 |
| 13-May-2002 |
Ruslan Ermilov <[email protected]> |
Mark all internal libraries with INTERNALLIB.
|
| #
6874428a |
| 02-Sep-2001 |
David E. O'Brien <[email protected]> |
Use the native mount and nfs_prot headers. Also generate nfs_prot_x.c in ANSI-C mode.
|
| #
90e655ea |
| 20-Jul-2001 |
David E. O'Brien <[email protected]> |
Perform a major cleanup of the usr.sbin Makefiles. These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
|
|
Revision tags: release/4.3.0 |
|
| #
97d92980 |
| 28-Aug-1999 |
Peter Wemm <[email protected]> |
$Id$ -> $FreeBSD$
|
| #
bc4d911b |
| 09-Sep-1998 |
David E. O'Brien <[email protected]> |
Fully use our own generated files for NFSv3.
|
| #
72c53665 |
| 05-Sep-1998 |
David E. O'Brien <[email protected]> |
With the change to the 4.4Lite2 mount interface we don't need special conf files.
|
| #
f4a9d83b |
| 27-Aug-1998 |
David E. O'Brien <[email protected]> |
bmake framework for contrib_amd
|