From owner-freebsd-current Sun Oct 27 11:15:43 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA07969 for current-outgoing; Sun, 27 Oct 1996 11:15:43 -0800 (PST) Received: from po1.glue.umd.edu (po1.glue.umd.edu [129.2.128.44]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA07962 for ; Sun, 27 Oct 1996 11:15:41 -0800 (PST) Received: from modem.eng.umd.edu (modem.eng.umd.edu [129.2.98.187]) by po1.glue.umd.edu (8.8.2/8.7.3) with ESMTP id OAA15110; Sun, 27 Oct 1996 14:15:37 -0500 (EST) Received: from localhost (chuckr@localhost) by modem.eng.umd.edu (8.7.5/8.7.3) with SMTP id OAA04581; Sun, 27 Oct 1996 14:15:14 -0500 (EST) X-Authentication-Warning: modem.eng.umd.edu: chuckr owned process doing -bs Date: Sun, 27 Oct 1996 14:15:13 -0500 (EST) From: Chuck Robey X-Sender: chuckr@modem.eng.umd.edu To: Veggy Vinny cc: "Marc G. Fournier" , current@FreeBSD.org Subject: Re: -current failed In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 27 Oct 1996, Veggy Vinny wrote: > > > On Sun, 27 Oct 1996, Marc G. Fournier wrote: > > > One other area you might want to watch...for some reason, I > > didn't have a /usr/lib/compat directory, so when I did my 'make install' > > in /usr/src/gnu, libgnumalloc.so.2.0 became /usr/lib/compat... > > I didn't either..... Somehow on the other machines, I updated > from the same version of -current and I just had to recompile gcc before > doing make world and everything went fine... Anyways, if I wanted to resup > the src tree again from scratch, do I just rm -rf * after cd'ing to > /usr/src, is there anything I need to do to /usr/obj or can I just delete > it? Doing a make world automatically does the make obj for you. Make cleandir kills them. If there isn't a obj directory avaialble when the make starts, then the obj's fall into the source directories. One very common error is the do make clean, and think your objs are really clean. They aren't, the .depend files survive, and cause grief. I don't know why this all is, I'm not as closely plugged into the make files as I could be. > > Vince > GaiaNet Corporation - Unix Networking Operations > > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD (301) 220-2114 | version 2.2 current -- and great FUN! ----------------------------+-----------------------------------------------