Date: Thu, 20 Jan 2000 08:55:22 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Rossz =?iso-8859-1?Q?V=E1mos=2DWentworth?= cc: djgpp AT delorie DOT com Subject: Re: Create response files In-Reply-To: <38863230.811F2A4F@jps.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 19 Jan 2000, Rossz =?iso-8859-1?Q?V=E1mos=2DWentworth?= wrote: > %.coff: $(KOBJECTS) > dump respond $(LDFLAGS) $(KOBJECTS) $(LIBS) -o $*.coff > $(LD) @response > > Where 'dump' is the (nonexistent?) command to write to the specified > file ('response') the remainder of the line (after variable expansion). > Obviously, using 'ECHO blah >response' won't work, nor will any other > external command (that I can think of). But "djecho blah" *will* work, since djecho.exe is a DJGPP program, to which Make knows how to pass long commands. djecho.exe comes with djdev203.zip.