Date: Sun, 25 Aug 1996 09:28:38 +0200 (IST) From: Eli Zaretskii To: djgpp-workers AT delorie DOT com Subject: Port of Make 3.74 to DJGPP Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII I began to work on porting Make 3.74 to DJGPP. This is what I have on my todo list about Make: * LFN support * call commands via `system' rather than `spawn' * implement $(shell) by `popen/pclose' rather than `spawn' * possibility to build Make that doesn't use floating point If anybody knows about additional bugs in Make or has more on their wish-list, please tell me about them. I hope the new port will be ready in time for the next release of DJGPP (whenever that is).