matricks / bam

Bam is a fast and flexible build system. Bam uses Lua to describe the build process. It's takes its inspiration for the script files from scons. While scons focuses on being 100% correct when building, bam makes a few sacrifices to acquire fast full and incremental build times.
http://matricks.github.com/bam
Other
146 stars 47 forks source link

moved file_createdir call for .bam directory into cache_save function #81

Closed RyanLucchese closed 8 years ago

RyanLucchese commented 9 years ago

Fixes #38

matricks commented 8 years ago

I have solved this issue. Moving it to the cache_save function is a bit too late because some scripts needs to put stuff into that directory during the run.