Date: Mon, 3 Nov 2014 06:34:29 +0000 (UTC) From: Takahashi Yoshihiro <nyan@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r274015 - stable/8/rescue/rescue Message-ID: <201411030634.sA36YTNY003351@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nyan Date: Mon Nov 3 06:34:28 2014 New Revision: 274015 URL: https://svnweb.freebsd.org/changeset/base/274015 Log: MFC: r272245 Remove duplicate prog. Modified: stable/8/rescue/rescue/Makefile Directory Properties: stable/8/rescue/ (props changed) stable/8/rescue/rescue/ (props changed) Modified: stable/8/rescue/rescue/Makefile ============================================================================== --- stable/8/rescue/rescue/Makefile Mon Nov 3 06:34:08 2014 (r274014) +++ stable/8/rescue/rescue/Makefile Mon Nov 3 06:34:28 2014 (r274015) @@ -157,7 +157,6 @@ CRUNCH_ALIAS_bsdlabel= disklabel .endif .if ${MACHINE} == "pc98" -CRUNCH_PROGS_sbin+= bsdlabel CRUNCH_SRCDIR_fdisk= $(.CURDIR)/../../sbin/fdisk_pc98 .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411030634.sA36YTNY003351>