D5369: rust: make clean takes care of rust/target

yuja (Yuya Nishihara) phabricator at mercurial-scm.org
Wed Dec 5 06:51:36 EST 2018


yuja added a comment.


  Queued, thanks.
  
  Can you check ui.username is configured properly in your ~/hgrc?
  Currently the patch author is set to "Georges Racinet on $hostname <$email>".
  
  >   	rm -rf build mercurial/locale
  >   	$(MAKE) -C doc clean
  >   	$(MAKE) -C contrib/chg distclean
  > 
  > +	if test -d rust/target; then rm -rf rust/target; fi
  
  Removed "if ..". rm -rf shouldn't fail.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D5369

To: gracinet, #hg-reviewers
Cc: yuja, mercurial-devel


More information about the Mercurial-devel mailing list