summaryrefslogtreecommitdiff
path: root/csum-file.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-11-05 07:50:09 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-11-06 09:12:31 (GMT)
commit12aa7456c937f758df9aafcc0123395ed7660fca (patch)
tree94058dbf8527bf42702a2ddf2b46f02420365428 /csum-file.h
parent9e5d2b40967059dd5f35d02fba323751ef22ac4e (diff)
downloadgit-12aa7456c937f758df9aafcc0123395ed7660fca.zip
git-12aa7456c937f758df9aafcc0123395ed7660fca.tar.gz
git-12aa7456c937f758df9aafcc0123395ed7660fca.tar.bz2
Simplify CFLAGS/DEFINES in Makefile
I think the original intention was to make CFLAGS overridable from the make command line, but somehow we ended up accumulating conditional makefile sections that wrongly appends values to CFLAGs. These assignments do not work when the user actually override them from the make command line! DEFINES are handled the same way; it was seemingly overridable, but the makefile sections had assignments, which meant overriding it from the command line broke things. This simplifies things by limiting the internal futzing to ALL_CFLAGS, and by removing DEFINES altogether. Overriding CFLAGS from the command line should start working with this change. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'csum-file.h')
0 files changed, 0 insertions, 0 deletions