Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <37AF45EE.63112985@dddandr.octacon.co.uk> Date: Mon, 09 Aug 1999 22:19:42 +0100 From: Don Sharp X-Mailer: Mozilla 4.05 [en] (WinNT; I) MIME-Version: 1.0 To: cygwin AT sourceware DOT cygnus DOT com CC: mingw32 AT egroups DOT com Subject: Re: [ANN] Make-3.77 binaries for Mingw References: <199908090024 DOT TAA27898 AT mercury DOT xraylith DOT wisc DOT edu> <37AE5F49 DOT 2CE0936E AT dgs DOT monash DOT edu DOT au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Brendan Simon wrote: > Mumit Khan wrote: > > > Since folks keep on asking for a recent port of Make, I built my local > > copy of 3.77 (tiny config changes, and no source changes at all) for > > Mingw. Completely unsupported (read: emailing me bug reports is a waste > > of time ;-). > > > > ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/mingw32/ports/make-3.77-mingw32.zip > > > > I'm appending the README.make file also available from the ftp site above. > > > > Regards, > > Mumit > > > > MAKE-3.77 for Mingw > > Sun Aug 8 19:15:38 CDT 1999 > snip ... > I'm a bit concerned about how bug free MAKE-3.77 is. The mainters of Enoch (Pentium > optimized linux distribution. http://enoch.masslinux.com/) claim that they had heaps > of problems with make-3.77. When they rolled back to 3.76.x, all things built fine. > This was mentioned on there web page for the pending 0.7 release of Enoch, but has > since dissappeared now that 0.7 has been released. > > I'm not sure how much to read into this for cygwin users, but I imagine that most of > the problems would also be present for cygwin users. Just thought that I would > mention it and if any one else has any versions of make that they recommend or not > recommend then please let the list know. > > Brendan Simon. > > -- > Want to unsubscribe from this list? > Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com I had previously mentioned a problem with make 3.77 on this list, repeated below in case you missed it I am currently trying to isolate a test case (on Sun Solaris 2.6) to demonstrate a bug (in 3.77) which takes the form of showing the right set of commands to execute when you do a make -n target without the -n it then tries a build of the dependencies using the built-in rules, overriding any rules in the Makefile, even if the dependencies don't need to be re-built. The main point of interest is that the target must be specified within a Make variable like TARGET = me target DEPENDENCY = son $(TARGET): $(DEPENDENCY) throw $@ and son out of the bar at midnight and you do a make me for instance. Cheers Don Sharp -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com