| Date Of Receipt: 14-JUN-1995 17:43:10.04
From: SMURF::QUARRY::jmf "Joshua M. Friedman OSF/UNIX SDE"
To: [email protected], [email protected]
CC: [email protected], [email protected]
Subj: Re: src/usr/ccs/bin/ld/nogot
Currently, ODE does not deal well with empty directories. It only
deals with files as objects, not directories. Does this cause any
build problem or is it only an eyesore? I can write a tool to look for
empty directories when we retarget to new baselevels, but this is
a very low priority unless it causes problems.
-josh
From [email protected] Wed Jun 14 16:22:58 1995
Delivery-Date: Wed, 14 Jun 95 16:23:30 -0400
Return-Path: [email protected]
Received: from quarry.zk3.dec.com by flume.zk3.dec.com; (5.65v3.0/1.1.8.2/16Jan95-0946AM)
id AA23368; Wed, 14 Jun 1995 16:22:58 -0400
Received: from localhost by quarry.zk3.dec.com; (5.65/1.1.8.2/13Feb95-0113PM)
id AA09084; Wed, 14 Jun 1995 16:22:28 -0400
Message-Id: <[email protected]>
To: [email protected]
Cc: [email protected], [email protected]
Subject: src/usr/ccs/bin/ld/nogot
Date: Wed, 14 Jun 95 16:22:28 -0400
From: [email protected]
X-Mts: smtp
Status: R
This is back. Perhaps there was some backing tree shuffle done
to dig it out of the grave?
It correctly does NOT exist in 'goldminos', but incorrectly exists
in 'ptliteos' and 'ptos'.
Is there anyway to have whatever creates backing trees or whatever
retargets backing tree links to go through and explicitly check to make
sure this directory does not exist?
-mike
------- Forwarded Message
Return-Path: mchale
Delivery-Date: Tue, 06 Dec 94 16:05:15 -0500
Return-Path: mchale
Received: from nm1w.zk3.dec.com by quarry.zk3.dec.com; (5.65/1.1.8.2/25Apr94-0216PM)
id AA08840; Tue, 6 Dec 1994 16:05:13 -0500
Received: from localhost by nm1w.zk3.dec.com; (5.65/1.1.8.2/14Apr94-0927AM)
id AA08529; Tue, 6 Dec 1994 16:05:12 -0500
Message-Id: <[email protected]>
To: johnf, sue
Cc: mchale, mjr
Subject: Monthly complaint about src/usr/ccs/bin/ld/nogot
Date: Tue, 06 Dec 94 16:05:12 -0500
From: mchale
X-Mts: smtp
I see ld still has the dir 'nogot' in src/usr/ccs/bin/ld
I think mike complained last time so I guess its my turn;
Can we again get rid of this unused insulting dir??
We've been requesting it get shot since the completion of maintenance,
but it seems to come back like a mangy dog.
Its been srequested, bsumbitted, bmerged, bzapped and emailed;
thanx
- -jim
------- End of Forwarded Message
|
| Date Of Receipt: 14-JUN-1995 20:41:49.38
From: SMURF::QUARRY::mjr "Michael Rickabaugh USG 14-Jun-1995 2040"
To: Joshua M. Friedman OSF/UNIX SDE <jmf@DEC:.zko.quarry>
CC: [email protected], [email protected],
[email protected], mjr@DEC:.zko.quarry
Subj: Re: src/usr/ccs/bin/ld/nogot
How about an appropriate 'find' command?:
# find /usr/sde/ -name nogot -type d -exec rm {} \;
-mike
|
| Date Of Receipt: 14-JUN-1995 23:34:04.79
From: SMURF::ALPHA::jmf "Joshua M. Friedman OSF/UNIX SDE"
To: [email protected]
CC: odehelp@DEC:.zko.alpha
Subj: Re: src/usr/ccs/bin/ld/nogot
It's not reasonable for us to manage directory lists in different pools,
most of which we don't care about. I may do
find <pool> -type d -exec rmdir -p {} \;
and ignore the errors, in each pool as a regular thing. This would work
I'm pretty sure.
-josh
|
| Date Of Receipt: 16-JUN-1995 14:45:22.98
From: SMURF::QUARRY::jmf "Joshua M. Friedman OSF/UNIX SDE"
To: [email protected], [email protected]
CC: [email protected], [email protected]
Subj: Re: src/usr/ccs/bin/ld/nogot
Mike, I rmdir'd src/usr/ccs/bin/ld/nogot in ptliteos, ptos, and their
respective backingtrees.
-josh
|