Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jan 2004 22:19:28 +0200
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        "David E. O'Brien" <obrien@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sbin/disklabel Makefile disklabel.5 disklabel.8 disklabel.c pathnames.h
Message-ID:  <20040128201928.GA11253@FreeBSD.org.ua>
In-Reply-To: <200401281929.i0SJTGIP043858@repoman.freebsd.org>
References:  <200401281929.i0SJTGIP043858@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--+pHx0qQiF2pBVqBT
Content-Type: multipart/mixed; boundary="IJpNTDwzlM2Ie8A6"
Content-Disposition: inline


--IJpNTDwzlM2Ie8A6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Wed, Jan 28, 2004 at 11:29:16AM -0800, David E. O'Brien wrote:
> obrien      2004/01/28 11:29:16 PST
>=20
>   FreeBSD src repository
>=20
>   Removed files:
>     sbin/disklabel       Makefile disklabel.5 disklabel.8=20
>                          disklabel.c pathnames.h=20
>   Log:
>   This has been disconnected from the build since May 2003.  GC it, as
>   bsdlabel and sunlabel are what we use now.
>  =20
>   Revision  Changes    Path
>   1.11      +0 -12     src/sbin/disklabel/Makefile (dead)
>   1.17      +0 -525    src/sbin/disklabel/disklabel.5 (dead)
>   1.54      +0 -976    src/sbin/disklabel/disklabel.8 (dead)
>   1.82      +0 -1581   src/sbin/disklabel/disklabel.c (dead)
>   1.5       +0 -40     src/sbin/disklabel/pathnames.h (dead)
>=20
*Sigh*  I have only today reminded Poul-Henning about it.  ;)

I've also suggested (for some time now) to commit the attached
patch, but he told me to wait until after 5.2 is settled.


Cheers,
--=20
Ruslan Ermilov
FreeBSD committer
ru@FreeBSD.org

--IJpNTDwzlM2Ie8A6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=p
Content-Transfer-Encoding: quoted-printable

Index: Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /home/ncvs/src/sbin/bsdlabel/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	11 Jan 2004 09:11:10 -0000	1.19
+++ Makefile	20 Jan 2004 07:19:37 -0000
@@ -7,17 +7,15 @@
 SRCS=3D	bsdlabel.c geom_bsd_enc.c
 #MAN=3D	bsdlabel.5
 MAN+=3D	bsdlabel.8
-
-.if ${MACHINE_ARCH} =3D=3D "i386" || ${MACHINE_ARCH} =3D=3D "alpha" || \
-    ${MACHINE_ARCH} =3D=3D "amd64"
-LINKS=3D	${BINDIR}/bsdlabel ${BINDIR}/disklabel
-MLINKS=3D	bsdlabel.8 disklabel.8
-.endif
-
 DPADD=3D	${LIBGEOM}
 LDADD=3D	-lgeom
=20
 .include <bsd.prog.mk>
+
+afterinstall:
+.if exists(${DESTDIR}${BINDIR}/disklabel)
+	rm -f ${DESTDIR}${BINDIR}/disklabel
+.endif
=20
 test: ${PROG}
 	sh ${.CURDIR}/runtest.sh

--IJpNTDwzlM2Ie8A6--

--+pHx0qQiF2pBVqBT
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAGBlQUkv4P6juNwoRAjPQAJ0dBb1Ln1X3Io/e+XXm9YuuKu3JBQCeOg7D
dkK3dhrp4bDlhkeb6pERFbo=
=v38A
-----END PGP SIGNATURE-----

--+pHx0qQiF2pBVqBT--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040128201928.GA11253>