summary refs log tree commit diff
path: root/home/.local/bin/deg
diff options
context:2013-04-08
| | | | | | | | | | | Git calculates the dependency files to be included using a simply expanded Makefile variable, so it does not include the CGit objects that are added after that Makefile has beJune McEnroe <june@causal.agency>2021-10-20 12:12:08 -0400
committerJune McEnroe <june@causal.agency>2021-10-20 12:12:08 -0400
commit221967af8650576e55f6d1cbe46d807c466c143d (patch)
tree23ffce786661fefcfd55f98e369029a3483937d0 /home/.local/bin/deg
parentRevert "Add shotty -t to animate (crudely) between snapshots" (diff)
download2013-03-20
| | | | | | | | 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>
* cgit.mk: don't rebuild everything if CGIT_VERSION changesJohn Keeping2013-03-20
| | | | | | | | | If CGIT_VERSION is in CGIT_CFLAGS then a change in version (for example because you have committed your changes) causes all of the CGit objects to be rebuilt. Avoid this by using EXTRA_CPPFLAGS to add the version for only those files that are affected and make them depend on VERSION. Signed-off-by: John Keeping <john@keeping.me.uk>
* Makefile: re-use Git's Makefile where possible