| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2013-03-20 | cgit.mk: Use SHELL_PATH_SQ to run gen-version.sh | John Keeping | |
| On some platforms (notably Solaris) /bin/sh doesn't support enough of POSIX for gen-version.sh to run. Git's Makefile provides SHELL_PATH_SQ to address this issue so we just have to use it. Signed-off-by: John Keeping <john@keeping.me.uk> | |||
| 2013-03-20 | cgit.mk: don't rebuild everything if CGIT_VERSION changes | John Keeping | |
| If CGIT_VERSION is in CGIT_CFLAGS then a change in version (for example because you have committed your changes) cau | |||