Date: Thu, 25 Apr 1996 10:19:10 +0200 (IST) From: Eli Zaretskii To: Eric NICOLAS Cc: djgpp AT delorie DOT com Subject: Re: [Q:] Recursive make ?? In-Reply-To: <4lhsaa$c5m@news.cea.fr> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 23 Apr 1996, Eric NICOLAS wrote: > So, if I understood well, there is absolutely no way of perform a > recursive make in a portable fashion ??? It's actually much worse: even for a non-recursive Make, you have to work real hard to produce a Makefile that's portable across DOS and Unix. The shells are just too incompatible.