FreeCalypso > hg > tcs211-l1-reconst
diff g23m/system/busyb/tools/ctrl_files.cmp @ 0:509db1a7b7b8
initial import: leo2moko-r1
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 03:24:05 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/g23m/system/busyb/tools/ctrl_files.cmp Mon Jun 01 03:24:05 2015 +0000 @@ -0,0 +1,16 @@ +# this is a comment (starting with #) describing the syntax of one line +# Attention: file and directory names MUST NOT contain spaces or other white space + +# each line has to entries, these entries describe the directories that +# will be search for for similar named control files (makefile, *.mak, *.mk) + +# if the wildcard charcter * is used for the directory leave all directories are +# search recursively, otherwise the script will not descend into the subdirectories. + +# look in /g23m +x:/g23m z:/g23m +# look in /g23m/condat +x:/g23m/condat z:/g23m/condat +# look in all subdirectories of /g23m/condat/ms/src and below +x:/g23m/condat/ms/src/* z:/g23m/condat/ms/src/* +