git-remote-mediawiki: do not remove installed files in "clean" target
Running "make clean" after a successful "make install" should not result in a broken mediawiki remote helper. Reported-by: Thorsten Glaser <t.glaser@tarent.de> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Acked-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
e19189060f
commit
3176c59290
@ -31,7 +31,6 @@ install: install_pm
|
|||||||
clean:
|
clean:
|
||||||
$(MAKE) -C $(GIT_ROOT_DIR) SCRIPT_PERL=$(SCRIPT_PERL_FULL) \
|
$(MAKE) -C $(GIT_ROOT_DIR) SCRIPT_PERL=$(SCRIPT_PERL_FULL) \
|
||||||
clean-perl-script
|
clean-perl-script
|
||||||
rm $(INSTLIBDIR)/$(GIT_MEDIAWIKI_PM)
|
|
||||||
|
|
||||||
perlcritic:
|
perlcritic:
|
||||||
perlcritic -2 *.perl
|
perlcritic -2 *.perl
|
||||||
|
Loading…
Reference in New Issue
Block a user