]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ab/make-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Fri, 26 Mar 2021 21:59:02 +0000 (14:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Mar 2021 21:59:02 +0000 (14:59 -0700)
commited953e1076c6a0dca1e2fd32ba8158a13929238c
tree029c0569b1b46961852938820964ddf260499df3
parent9198c13e34f6d51c983b31a9397d4d62bc2147ac
parent029bac01a87ec8c3f569199c1c3ce71c21c6a161
Merge branch 'ab/make-cleanup'

Reorganize Makefile to allow building git.o and other essential
objects without extra stuff needed only for testing.

* ab/make-cleanup:
  Makefile: add {program,xdiff,test,git,fuzz}-objs & objects targets
  Makefile: split OBJECTS into OBJECTS and GIT_OBJS
  Makefile: sort OBJECTS assignment for subsequent change
  Makefile: split up long OBJECTS line
  Makefile: guard against TEST_OBJS in the environment
Makefile