Subject: Re: Sup name for libraries
To: None <dej@eecg.toronto.edu>
From: Bob Slawson <bslawson@phobos.astro.uwo.ca>
List: amiga-dev
Date: 03/17/1994 21:45:40
Limiting the extent of SUPped sources:
If you want to sup just the `lib' sources you need to have the file
/usr/sup/current/refuse (assuming base=/usr prefix=/usr)
in which are, one per line,
src/bin
src/gnu
src/include
src/libexec
src/sbin
src/share
src/usr.bin
src/usr.sbin
Now when you SUP the current-src collection you will only get the
files in src/lib. For finer control add lines with
src/lib/<directories not wanted>
to the /usr/sup/current/refuse file.
I experimented with the refuse file by first excluding the unwanted
directories from the much smaller current-doc collection. That might
be a reasonable place to start.
Use the -v flag to see whats going on.
Hope this is what you need
BobS
------------------------------------------------------------------------------