From owner-freebsd-questions Sun Nov 19 15:45:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 0FF0C37B479 for ; Sun, 19 Nov 2000 15:45:20 -0800 (PST) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 19 Nov 2000 15:40:53 -0800 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.11.0/8.11.0) id eAJNfZa23327; Sun, 19 Nov 2000 15:41:35 -0800 (PST) (envelope-from cjc) Date: Sun, 19 Nov 2000 15:41:25 -0800 From: "Crist J . Clark" To: Allan Dib Cc: questions@FreeBSD.ORG Subject: Re: Installing a port Message-ID: <20001119154125.C12190@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <3a182715.ca.0@webcentral.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3a182715.ca.0@webcentral.com.au>; from dib.allan.l@edumail.vic.gov.au on Mon, Nov 20, 2000 at 06:16:37AM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Nov 20, 2000 at 06:16:37AM +0000, Allan Dib wrote: > Hiya everyone, > > I wonder if anyone can answer what is probably a very basic question. I've been > reading some BSD documentation and often it will say in regard to installing > a port something like "simply change /usr/ports/the-port-you-want-to-install > and run 'make install'". I have always used the command "make install". However > lately I've seen a lot of documentation say to use the command 'make && make > install' what's the difference and which should one use?? I really can't think of how there is any functional difference. The only time I split the two is when there is something I want to do in between the build and install steps. For example when doing an upgrade of a port I often do, # make && pkg_delete port_name.previous_version && make install If I am installing something new I use, # make install Unless I want to inspect it after build but before install. But in that case, I would not be using 'make && make install' either. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message