You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
waf_old/tests/nodes
Thomas Nagy 3c22fd412e Fix chmod with tuple rules #1884 8 years ago
..
src Initial commit 13 years ago
README.txt Initial commit 13 years ago
main.c Initial commit 13 years ago
wscript Fix chmod with tuple rules #1884 8 years ago

README.txt

Node concepts, without a particular order
-----------------------------------------

when finding a source dir:
 1. eliminate src files that do not exist anymore
 2. look in os.listdir or try os.stat

when declaring a build file:
 1. construct the folder structure in the build dir to avoid the manual mkdirs
 2. create the nodes for the src dir too if the folders exist

when looking for a resource:
 1. return either a source file or a build file, the build file will have the priority
 2. find the intermediate source and build nodes

The calls to os.listdir should be cached somehowa cache for os.listdir

Eliminate source dir nodes when they do not exist anymore

When build nodes do not exist, do not delete them but remove the signatures

Using the testcase
------------------

Execute
../waf distclean configure build