Mail Archives: djgpp/1996/07/11/12:47:20
Xref: | news2.mv.net comp.os.msdos.djgpp:5871
|
From: | seth AT cs DOT brandeis DOT edu (Seth M. Landsman)
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | djgpp's make and DOS - a solution
|
Date: | Wed, 10 Jul 1996 23:17:15 GMT
|
Organization: | Inverness
|
Lines: | 16
|
Message-ID: | <31e43905.5800743@news.brandeis.edu>
|
Reply-To: | seth AT cs DOT brandeis DOT edu
|
NNTP-Posting-Host: | port20.cs.brandeis.edu
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Greets,
After using DJGPP for a long time now, I've always had one
complaint that has never been addressed, which isn't the fault of
djgpp. GNU's make requires a tab to exist before every rule.
Unfortunately, DOS edit, Aurora and most other DOS editors do not
handle tabs very well (most of them strip them and replace them with
spaces).
I wrote a utility, for which I'm trying to find a home,
inserts tabs in appropriate spaces. (specifically, if it sees a '\n'
followed by two spaces, it replaces with a \n and a tab, which works
just as well).
If anyone finds this useful or could suggest a home for it
please let me know ...
Clear Skies and Moe
Seth
- Raw text -