Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Dec 2001 22:46:01 +0100
From:      Bernd Walter <ticso@cicely8.cicely.de>
To:        Paul Halliday <dp@penix.org>
Cc:        alpha@FreeBSD.ORG
Subject:   Re: strange..
Message-ID:  <20011207224601.A818@cicely8.cicely.de>
In-Reply-To: <Pine.LNX.4.33.0112071455330.12607-100000@saruman.xwin.net>
References:  <20011207041632.E93455@cicely8.cicely.de> <Pine.LNX.4.33.0112071455330.12607-100000@saruman.xwin.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Dec 07, 2001 at 03:00:48PM -0600, Paul Halliday wrote:
> On Fri, 7 Dec 2001, Bernd Walter wrote:
> 
> > On Thu, Dec 06, 2001 at 08:18:59PM -0600, Paul Halliday wrote:
> > > 	Just trying to clean up my disks a bit so I ran make clean in /usr/ports.
> > > Yeah I have installed a few packages, but it has been running since last
> > > night prolly ~20hrs so far.
> > >
> > > 	Seems odd.
> > >
> > > PC164 500mhz, 264MB ram.
> > > ad0: 6149MB <QUANTUM FIREBALL EX6.4A> [13328/15/63] at ata0-master WDMA2
> > > ad1: 2014MB <WDC AC22100H> [4092/16/63] at ata0-slave WDMA2
> >
> > The IDE controller on an PC164 board is very CPU intensive.
> Could you define "intensive" here. To the point of being counter
> productive, not efficient, my grandma could do it faster without breaking
> a sweat intensive?
> 
> Should I be utilising some other means of magnetic storage??

No - not that bad.
The main point is that you shouldn't expect any magic as the CMD646 is
on the lower end of PCI IDE chips.
Keep in mind that the board is from 1994.

> > And make clean is doing all dependencies everytime.
> 
> Sounds kinda superfluous, shouldn't make clean take advantage of some
> check so that it is not doing all dependencies every time?

Make depends on having filedates either on source, destination or
timestamp files.
The job of make clean is to remove everything which is not part of
the distribution source and therefor you can't create timestamps.
Make clean is OK if you want to clean a single port.
IMHO make clean only works in /usr/ports because it's part of the
standard bsd.subdir.mk macro.

-- 
B.Walter              COSMO-Project         http://www.cosmo-project.de
ticso@cicely.de         Usergroup           info@cosmo-project.de


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




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