deplinenoise / tundra

Tundra is a code build system that tries to be accurate and fast for incremental builds
MIT License
438 stars 75 forks source link

Fix for Makefile when using Tundra as a submodule. #250

Closed ricka-github closed 9 years ago

ricka-github commented 9 years ago

I'm using Tundra as a submodule and the Makefile doesn't work out of the box.

Makefile is using some trickery to find the exact name and hash of the current version. I've replaced the trickery with more simple code and some different trickery to support detached heads.

deplinenoise commented 9 years ago

This change removes the dependency on the head revision, so checking in changes won't update the version C file anymore.