From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 20 Jul 2004 15:21:21 -1000 From: Tim Newsham To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> In-Reply-To: <3ec6206f3d1016e96d8baea66198d976@plan9.ucalgary.ca> Message-ID: References: <3ec6206f3d1016e96d8baea66198d976@plan9.ucalgary.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [9fans] gmake in ape Topicbox-Message-UUID: c433c148-eacd-11e9-9e20-41e7f4b1d025 Someone expressed a desire to have gmake in plan9, so here it is: http://lava.net/~newsham/x/gmake-p9.tgz The only changes required (besides configuring it and getting the shell script working) were: - not using bitfields for configuration data structures. The compiler doesnt allow static assignment of bitfields. - making the code ignore getloadavg. Someone could write a getloadavg function, but I didnt. Tim N.