|
| context: | |
| |
|
|
|
|
|
|
|
|
|
| |
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 |
| committer | June McEnroe <june@causal.agency> | 2021-10-20 12:12:08 -0400 |
| commit | 221967af8650576e55f6d1cbe46d807c466c143d (patch) |
| tree | 23ffce786661fefcfd55f98e369029a3483937d0 /home/.local/bin/deg |
| parent | Revert "Add shotty -t to animate (crudely) between snapshots" (diff) |
|---|
| download | 2013-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>
|
| |
|
|
|
|
|
|
|
| |
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>
|