diff options
author | Petteri Räty <petsku@petteriraty.eu> | 2011-06-10 00:37:22 +0300 |
---|---|---|
committer | Petteri Räty <petsku@petteriraty.eu> | 2011-06-10 17:51:44 +0300 |
commit | 4e4605d4324daf9e000a1432ba1698977fe3d95b (patch) | |
tree | fadc26e9f69144c23f3c06637b8589b8580dbabb /.gitignore | |
parent | Core: reduce file dependencies (diff) | |
download | libbash-4e4605d4324daf9e000a1432ba1698977fe3d95b.tar.gz libbash-4e4605d4324daf9e000a1432ba1698977fe3d95b.tar.bz2 libbash-4e4605d4324daf9e000a1432ba1698977fe3d95b.zip |
Build: rebuild libbashWalker.g less often
libbashWalker.g must be rebuild only when the set of tokens changes. Now
we use a md5 trick to check if the tokens file has really changed
instead of relying on modification times.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ long.sh massif.out libbash.g libbash.tokens +libbash.tokens.md5 bashast.tokens bashast/.DS_Store bashast/*.ebuild |