From owner-cvs-all@FreeBSD.ORG Sun Mar 20 23:25:25 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12C8C16A4CE; Sun, 20 Mar 2005 23:25:25 +0000 (GMT) Received: from plouf.absolight.net (plouf.absolight.net [193.30.224.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE0F043D4C; Sun, 20 Mar 2005 23:25:24 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from pouet.in.mat.cc (pouet.in.mat.cc [193.30.224.122]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id 546714AAAF6; Mon, 21 Mar 2005 00:25:22 +0100 (CET) Date: Mon, 21 Mar 2005 00:25:13 +0100 From: Mathieu Arnold To: Tim Kientzle , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: In-Reply-To: <200503202038.j2KKckBD048700@repoman.freebsd.org> References: <200503202038.j2KKckBD048700@repoman.freebsd.org> X-Mailer: Mulberry/4.0.0a5 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: cvs commit: src/gnu/usr.bin/tar Makefile src/usr.bin/tar Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Mar 2005 23:25:25 -0000 +-Le 20/03/2005 20:38 +0000, Tim Kientzle a dit : | kientzle 2005-03-20 20:38:46 UTC | | FreeBSD src repository | | Modified files: | gnu/usr.bin/tar Makefile | usr.bin/tar Makefile | Log: | Deorbit gtar, step 1: Remove WITH_GTAR knob. | "tar" is now always a synonym for "bsdtar". | People who need gtar can access it as "gtar." | | Approved by: No objections on arch@ -.if defined(WITH_GTAR) SYMLINKS= ${BINDIR}/gtar ${BINDIR}/tar MLINKS= gtar.1 tar.1 -.endif Shouldn't the lines in the .if be removed too ? -- Mathieu Arnold