Hi folks,
say, is it possible to tell ecompile to ignore all files in certain named folders?
e.g. I want to exclude all "base" subfolders. Ecompile should compile all files in /pkg with the exception of e.g. "/pkg/base" and "/pkg/xxx/base", .... etc.
is that possible?
If yes, that would help me a big deal.
is it possible....? ecompile question
-
Firedancer
- Grandmaster Poster
- Posts: 104
- Joined: Fri Feb 03, 2006 6:32 am
-
Firedancer
- Grandmaster Poster
- Posts: 104
- Joined: Fri Feb 03, 2006 6:32 am
-
Firedancer
- Grandmaster Poster
- Posts: 104
- Joined: Fri Feb 03, 2006 6:32 am
sadly can't... the "base" folders are automatically/dynamically created by our cvs- sourcecode-management program, whenever one checks out files for editing.Bytehawk wrote:Quite a bizarre idea, but:
Try to put a pkg.cfg into each batch directory with the contents of "enabled 0" and then ecompile with the -A option. Since this only compiles sources in main and enabled packages....