Newsgroups: comp.unix.programmer Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!psuvax1!news From: schwartz@groucho.cs.psu.edu (Scott Schwartz) Subject: Re: Novice imake question In-Reply-To: jik@athena.mit.edu's message of Mon, 29 Apr 91 06:31:30 GMT Message-ID: <854Gq3*-1@cs.psu.edu> Sender: news@cs.psu.edu (Usenet) Nntp-Posting-Host: groucho.cs.psu.edu Organization: penn state university, computer science References: <120873@unix.cis.pitt.edu> <1991Apr29.063130.6747@athena.mit.edu> Distribution: na Date: Wed, 1 May 91 03:38:32 GMT Lines: 13 jik@athena.mit.edu (Jonathan I. Kamens) writes: | It is unfortunate that the learning curve for imake is quite steep, | considering that once you manage to learn it, it makes things quite a bit | easier in many situations. For small values of "many". The easiest way up the imake learning curve: find / -name '*[Ii]make*' -print | xargs rm Complexity is its own reward.