]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/Makefile
Makefile: consolidate .FORCE-* targets
authorJonathan Nieder <jrnieder@gmail.com>
Wed, 6 Jan 2010 08:06:58 +0000 (02:06 -0600)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Jan 2010 09:33:45 +0000 (01:33 -0800)
commit13fca9f36b6dfa1a4a8bb3a67bb9a41705bea68a
treedf7924d858780a47407c8bac1a05925901ff17c5
parentde54e67c1a892167ade274017a946de1f99920d1
Makefile: consolidate .FORCE-* targets

Providing multiple targets to force a rebuild is unnecessary
complication.

Avoid using a name that could conflict with future special
targets in GNU make (a leading period followed by uppercase
letters).

The corresponding change to the git-gui Makefile is left for
another patch.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile
Makefile