| www.delorie.com/djgpp/mail-archives/browse.cgi | search |
| Date: | Thu, 20 Jan 2000 08:55:22 +0200 (IST) |
| From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
| X-Sender: | eliz AT is |
| To: | Rossz =?iso-8859-1?Q?V=E1mos=2DWentworth?= <rossw AT jps DOT net> |
| cc: | djgpp AT delorie DOT com |
| Subject: | Re: Create response files |
| In-Reply-To: | <38863230.811F2A4F@jps.net> |
| Message-ID: | <Pine.SUN.3.91.1000120085448.21977M-100000@is> |
| MIME-Version: | 1.0 |
| 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 |
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.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |