Subject: Re: shortcut for rm -rf work/.buildlink ?
To: Michal Pasternak <michal@pasternak.w.lub.pl>
From: grant beattie <grant@NetBSD.org>
List: tech-pkg
Date: 01/03/2004 12:10:37
On Sat, Jan 03, 2004 at 12:21:34AM +0100, Michal Pasternak wrote:

> Command from subject is quite hard to type, even with tab-completion; it is
> also quite dangerous, because of "-r" presence. Does anyone know about some
> shortcut to create buildlinks from scratch without having to clean whole
> work/ directory (some short alias, like "make mdi")? If not, do you think it
> would be okay to add it to pkgsrc?

alias mdi rm -rf work*/.buildlink

? :-)

grant.