On Jun 12, 2005, at 12:18 PM, David Young wrote:
Module Name: src Committed By: dyoung Date: Sun Jun 12 19:18:34 UTC 2005 Modified Files: src/sbin/disklabel: Makefile dkcksum.c interact.c printlabel.c Added Files: src/sbin/disklabel: main.c Removed Files: src/sbin/disklabel: disklabel.c Log Message: Make disklabel(8) into a host-tool, "nbdisklabel." Move disklabel.c to main.c to avoid a name collision with lib/libc/gen/disklabel.c when we build nbdisklabel. Still todo: commit host-tool build infrastructure to src/tools/disklabel/.
nbdisklabel is actually built as nbdisklabel-${MACHINE}, right? It's a machine-dependent program (unfortunately).
To generate a diff of this commit: cvs rdiff -r1.54 -r1.55 src/sbin/disklabel/Makefile cvs rdiff -r1.135 -r0 src/sbin/disklabel/disklabel.c cvs rdiff -r1.10 -r1.11 src/sbin/disklabel/dkcksum.c cvs rdiff -r1.24 -r1.25 src/sbin/disklabel/interact.c cvs rdiff -r0 -r1.1 src/sbin/disklabel/main.c cvs rdiff -r1.11 -r1.12 src/sbin/disklabel/printlabel.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
-- thorpej