| www.delorie.com/archives/browse.cgi | search |
| Date: | Tue, 3 Aug 1999 10:33:28 +0300 (IDT) |
| From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
| X-Sender: | eliz AT is |
| To: | DJ Delorie <dj AT delorie DOT com> |
| cc: | djgpp-workers AT delorie DOT com |
| Subject: | Re: Changes in Binutils 2.9.1 |
| In-Reply-To: | <199908021431.KAA01036@envy.delorie.com> |
| Message-ID: | <Pine.SUN.3.91.990803103233.1847B-100000@is> |
| MIME-Version: | 1.0 |
| Reply-To: | djgpp-workers AT delorie DOT com |
| X-Mailing-List: | djgpp-workers AT delorie DOT com |
| X-Unsubscribes-To: | listserv AT delorie DOT com |
On Mon, 2 Aug 1999, DJ Delorie wrote:
> It would be best if it was autoconf detected. If od and stubify were
> available, it should enable extra makefile steps to regenerate the
> stub pattern.
Isn't Autoconf overkill for this? I could simply do something like
this in the Makefile:
go32stub.h: go32stub.dist
(stubify -g stub.exe && bin2h ...) &> /dev/null || cp -p $< $@
(I omitted the bin2h arguments for brevity). Isn't this good enough?
> If stubify is available, would bin2h be available also?
Right, I forgot about bin2h. That would eliminate the need for od.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |