diff options
author | Sven Gothel <[email protected]> | 2014-01-26 05:33:34 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-26 05:33:34 +0100 |
commit | d6f328b7201080e0e14f54fb37099938fed1024c (patch) | |
tree | c5d4bf0c3b2a973056ab517ad29e93b134f85cc0 /.gitignore | |
parent | ff5aebf0c341393552df9f9f85e8df6a7d9e8029 (diff) |
Fix build.xml: Processed CL stub_includes _must_ reside in current folder (make) due to relative fileset access only!
Commit aac4c5fc4ab7c77eff3b71f518100dd182ec2c33 moved processed CL stub_includes
to 'build/includes', which would be 'nice to have'.
However, due to relative fileset restrictions, we must locate it from current folder 'make'.
Not detected, since an old 'make/includes/CL' was still around.
Using dedicated folder 'make/stub_includes.gen'.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ build dist -make/stub_includes/CL .idea/workspace.xml **~ +make/stub_includes.gen |