From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Haertel Message-Id: <200110141954.f9EJs8680612@ducky.net> To: 9fans@cse.psu.edu Subject: Re: Plan 9 annoyances (was: Re: [9fans] mv vs cp) In-Reply-To: <20011008203551.5C49419A0A@mail.cse.psu.edu> Date: Sun, 14 Oct 2001 12:54:08 -0700 Topicbox-Message-UUID: 07ad2878-eaca-11e9-9e20-41e7f4b1d025 >> "mk clean" doesn't remove every generated file. try (say) >> "find . -mtime -1 -type f -print" after rebuilding the world. >> (oops, forgot--Plan 9 doesn't have "find".) > >"mk nuke" does, no? oh, i forgot to mention that. "mk nuke" blows away /386/lib/ape/libap.a. it may remove other installed files as well, but that's the only one i've noticed so far. i see no real reason for "mk nuke" to exist. "mk clean" *almost* removes every intermediate file; why not just fix it to get them all, and then get rid of "mk nuke" entirely?