| History log of /src/tools/sunlabel |
| Revision | Date | Author | Comments |
| 1.5 | 18-Sep-2021 |
christos | Patch the build script and toolchain to allow passing through HOST_CPPFLAGS, HOST_CXXFLAGS, but not LIBRARY_PATH because it breaks the build. These variables are necessary to support building NetBSD from a GNU Guix or NixOS host, where /usr/include, /lib, and all but /bin/sh do not exist. In many cases, support for HOST_CPPFLAGS was incomplete. From Ryan Sundberg
|
| 1.4 | 12-Nov-2003 |
matt | Don't use TERMCAP if host tool.
|
| 1.3 | 27-Jan-2003 |
uwe | Build with -DNO_S_COMMAND. We don't need to set the in-core label when we are a host tool. This avoids a conflict with inline dkcksum() in FreeBSD's <sys/disklabel.h>.
|
| 1.2 | 08-Dec-2002 |
thorpej | Centralize the definition of the tool name prefix (i.e. "nb") into bsd.own.mk, as the _TOOL_PREFIX variable.
|
| 1.1 | 10-Jan-2002 |
mrg | branches: 1.1.2; build sunlabel as a host tool (not enabled in tools/Makefile yet)
|
| 1.1.2.1 | 16-Jun-2004 |
jmc | Pull in some fixes from trunk so this compiles on non-NetBSD hosts. Found during fixes for PR#24481
|