Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t/helper
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-04-15 20:06:52 +0300
committerJunio C Hamano <gitster@pobox.com>2016-04-15 20:07:35 +0300
commit7897d84b8240720352e23030c35db461581b68e3 (patch)
tree0f2763c17d631f7793ddd476d5a48e8d6398f8c0 /t/helper
parentb8b4d93100651876299eabaf76248510e616fab3 (diff)
Makefile: clean *.o files we create
The part that removes object files in the 'clean' target predates various Makefile macros that list object files we create, and instead removes the objects with shell glob, perpetually requiring updates whenever a new location that builds object files is added. Simplify the target by removing $(OBJECTS), which is supposed to have all the objects we create during the build. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/helper')
0 files changed, 0 insertions, 0 deletions