Skip to content

Commit

Permalink
git-remote-mediawiki: do not remove installed files in "clean" target
Browse files Browse the repository at this point in the history
Running "make clean" after a successful "make install" should not
result in a broken mediawiki remote helper.

Reported-by: Thorsten Glaser <[email protected]>
Signed-off-by: Jonathan Nieder <[email protected]>
Acked-by: Matthieu Moy <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
jrn authored and gitster committed Nov 11, 2013
1 parent e191890 commit 3176c59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/mw-to-git/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ install: install_pm
clean:
$(MAKE) -C $(GIT_ROOT_DIR) SCRIPT_PERL=$(SCRIPT_PERL_FULL) \
clean-perl-script
rm $(INSTLIBDIR)/$(GIT_MEDIAWIKI_PM)

perlcritic:
perlcritic -2 *.perl

0 comments on commit 3176c59

Please sign in to comment.