History log of /freebsd-9.3-release/sbin/sunlabel/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 211725 23-Aug-2010 imp

MFtbemd:

Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want
to test of all the CPUs of a given family conform.


# 203916 15-Feb-2010 uqs

Bump WARNS where possible.

Checked by: make universe
Approved by: ed (co-mentor)


# 125304 01-Feb-2004 ceri

Spell "disklabel" correctly.

Approved by: ru


# 125260 31-Jan-2004 obrien

Install a 'disklable' alias.

Technical Reviewed by: ru


# 125211 29-Jan-2004 obrien

Sync with bsdlabel/Makefile.


# 125210 29-Jan-2004 obrien

Add a very basic manpage.


# 115104 17-May-2003 ru

Moved libgeom.so dependencies to where they belong.

Reviewed by: phk
Approved by: re (scottl)


# 114595 03-May-2003 ru

Fix the misspelling of DPADD, then fix "make checkdpadd".


# 114133 27-Apr-2003 jake

Fix for dynamic linking.

Submitted by: Alex Deiter <tiamat@komi.mts.ru>


# 113896 23-Apr-2003 phk

If we cannot open the parent device for writing, use GEOM::CONFIG_GEOM
requests to write label and bootcode.

The -r argument is ignored (with a warning).

With a lot of help from: jake


# 113888 23-Apr-2003 phk

Do not link sunlabel to disklabel.


# 113824 21-Apr-2003 phk

Use explicit encoding/decoding funtions for sunlabel data structures.
Use #defines for various magic numbers.

Attach test-case to makefile.

Reviewed by: jake


# 113539 15-Apr-2003 jake

Hardlink sunlabel to disklabel so make release is happy. (This only affects
sparc64, where bsd^H^H^Hdisklabel isn't built.)


# 110130 31-Jan-2003 jake

Add sunlabel, a more or less drop in replacement for bsd^H^H^Hdisklabel(8)
which works on sun labels. Due to the lack of an interface other than
write(2) to update labels, it cannot modify an open partition.