From owner-freebsd-questions Mon Feb 19 8:48:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id EE5A737B401; Mon, 19 Feb 2001 08:48:51 -0800 (PST) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id f1JGmVL25456; Mon, 19 Feb 2001 08:48:31 -0800 (PST) Message-Id: <200102191648.f1JGmVL25456@ptavv.es.net> To: "G. Jason Middleton" Cc: freebsd-questions@FreeBSD.ORG, freebsd-newbies@FreeBSD.ORG Subject: Re: make clean In-reply-to: Your message of "Sat, 17 Feb 2001 15:20:33 EST." Date: Mon, 19 Feb 2001 08:48:31 -0800 From: "Kevin Oberman" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Date: Sat, 17 Feb 2001 15:20:33 -0500 > From: "G. Jason Middleton" > Sender: owner-freebsd-questions@FreeBSD.ORG > > can someone tell me exactly what the command make clean does? Literally, it does whatever the person who wrote the Makefile wants it to do. 'clean' is simply a make target. Normally 'make clean' will delete any files created by a 'make all' or most any other 'make'. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message