Exclude List
epkg allows you to specify a list of relative path names to
exclude from processing. One common use of this is to exclude certain
Target subdirectories from being processed in clean mode.
Here's how it works:
- The global exclude list is specified with -X
exclude1,exclude2,....
- If no list is specified, a compiled-in default is assumed. This is
normally set to src,lost+found.
- If you don't want to exclude anything, specify an empty list.
- If the Encap Source Directory is under the Encap Target directory
(which it usually is), it gets automaticly added to this list.
Mark D. Roth <roth@uiuc.edu>