comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:509db1a7b7b8
1 # this is a comment (starting with #) describing the syntax of one line
2 # Attention: file and directory names MUST NOT contain spaces or other white space
3
4 # each line has to entries, these entries describe the directories that
5 # will be search for for similar named control files (makefile, *.mak, *.mk)
6
7 # if the wildcard charcter * is used for the directory leave all directories are
8 # search recursively, otherwise the script will not descend into the subdirectories.
9
10 # look in /g23m
11 x:/g23m z:/g23m
12 # look in /g23m/condat
13 x:/g23m/condat z:/g23m/condat
14 # look in all subdirectories of /g23m/condat/ms/src and below
15 x:/g23m/condat/ms/src/* z:/g23m/condat/ms/src/*
16