summary refs log tree commit diff
path: root/bin/pbd.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-03-02 16:03:59 -0500
committerJune McEnroe <june@causal.agency>2018-03-02 16:06:47 -0500
commit6bf08ca4786bd7531902082c56ba10c7337b58e1 (patch)
tree88d054aac4746a5c28a9c84979bc85492a18955f /bin/pbd.c
parentCopy glitch from pngo (diff)
downloadsrc-6bf08ca4786bd7531902082c56ba10c7337b58e1.tar.gz
src-6bf08ca4786bd7531902082c56ba10c7337b58e1.zip
Remove unnecessary parts of glitch
Diffstat (limited to 'bin/pbd.c')
0 files changed, 0 insertions, 0 deletions
ohover-highlight'> 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> 2013-03-20ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping We already have a global cgit_version which is set from the #define'd CGIT_VERSION in cgit.c. Change ui-patch.c to use this so that we only need to rebuild cgit.o when the version changes. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-03-20Makefile: re-use Git's Makefile where possibleJohn Keeping