Makefile: stop pretending to support rpmbuild
authorJunio C Hamano <gitster@pobox.com>
Tue, 5 Apr 2016 06:42:41 +0000 (23:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Apr 2016 18:56:22 +0000 (11:56 -0700)
Nobody in the active development community seems to watch breakages
in the rpmbuild target. As most major RPM based distros use their
own specfile when packaging us, they aren't looking after us as
their pristine upstream tree, either. At this point, it is turning
to be a disservice to the users to pretend that our tree natively
supports "make rpmbuild" target when we do not properly maintain it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found