]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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

1  2 
Makefile

diff --cc Makefile
Simple merge