Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2002 11:21:40 +0300
From:      Peter Pentchev <roam@ringlet.net>
To:        Tadayuki OKADA <tadayuki.okada@windriver.com>
Cc:        sobomax@FreeBSD.org, freebsd-ports <freebsd-ports@FreeBSD.org>
Subject:   Re: make clean install clean
Message-ID:  <20020413112140.B40206@straylight.oblivion.bg>
In-Reply-To: <3CAE0E7A.87254F95@windriver.com>; from tadayuki.okada@windriver.com on Fri, Apr 05, 2002 at 03:52:10PM -0500
References:  <3CAE0E7A.87254F95@windriver.com>

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

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

On Fri, Apr 05, 2002 at 03:52:10PM -0500, Tadayuki OKADA wrote:
> Hello,
>=20
> 'make clean install clean' won't clean up work directory.
>=20
> # I remember knu-sun reported this,
> # but it seems it's still broken.

I do not think 'broken' is the proper word to use; it's just the way
make(1) works.  When you pass it a 'clean install clean' list of targets,
it first 'makes' the 'clean' target, then the 'install' target, then..
then it considers 'making' the 'clean' target, and finds out that it has
already been 'made'; it ought to be up-to-date.

The way I do it is 'make clean all install && make clean'.

G'luck,
Peter

--=20
Peter Pentchev	roam@ringlet.net	roam@FreeBSD.org
PGP key:	http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint	FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
You have, of course, just begun reading the sentence that you have just fin=
ished reading.

--wzJLGUyc3ArbnUjN
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjy36pQACgkQ7Ri2jRYZRVNVBwCfb+7HttGVvwHXDajhzKOLM2kP
YlUAoIsvWYZmHDyzYcAwAuJ+5kSyQ6X/
=UGQV
-----END PGP SIGNATURE-----

--wzJLGUyc3ArbnUjN--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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