about summary refs log tree commit diff
path: root/README.7
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-31 15:33:41 -0500
committerJune McEnroe <june@causal.agency>2021-01-31 15:33:41 -0500
commit32bf43660fabe2478cd3d5e7993e7cc4fbb3e3eb (patch)
tree28b5ef49a1122c837b788d2f33d636d0b506aec6 /README.7
parentActually scroll to first line for "scroll to top" (diff)
downloadcatgirl-32bf43660fabe2478cd3d5e7993e7cc4fbb3e3eb.tar.gz
catgirl-32bf43660fabe2478cd3d5e7993e7cc4fbb3e3eb.zip
Also skip marking swap window
Third time's the charm?
Diffstat (limited to 'README.7')
0 files changed, 0 insertions, 0 deletions
f 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