From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3ADA2CBB.B765CE0C@san.rr.com> From: Eric Dorman MIME-Version: 1.0 To: 9fans@cse.psu.edu Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: [9fans] upgrading to 3/27 build Date: Sun, 15 Apr 2001 16:20:27 -0700 Topicbox-Message-UUID: 81e78f08-eac9-11e9-9e20-41e7f4b1d025 I had a little trouble when going to the 3/27 build that might cause others a bit of trouble. It seems that the 'mk clean' rule doesn't delete /sys/src/cmd/cc/cc.a8, necessary to build 8c. So if cc.a8 is hanging around when the *new* 8c gets built, the new 8c gets linked with the old cc.a8 and makes a compiler that doesn't work, puking on #include statements. Should maybe the default clean: rule delete *.a$O files? --eric