Mail Archives: djgpp/1995/04/01/06:27:49
On Fri, 31 Mar 1995, Charles Hunter wrote:
[snip - stuff about getting Lisp going ...]
> I have the source for bother versions 1.0 and 1.1 and have been trying for about
> a week now :)
> but whoever wrote the makefile changes for it must not have actually tested it
> on a DOS system... the files are loaded with "cat"s and "mv"'s and
> more than one command on a line [ is this a djgpp make error? ]
>
> and after all the changes I made, reorganizing more than 200 source files
> and about 9 makefiles and fixing about 15 assembly errors...
I'm not fond of those makefiles with cats and mv's or multiple commands
seperated by a semi-colon - I use gnumake ...
I have dealt with the cat/mv stuff ok ...
But I hate having to play with the makefiles so much !
If the makfile supports __MSDOS__ (and it's a djgpp/GNU) program it would
be pleasant for me if I could compile with less pain ...
Is the newest version of make dealing with this ?
(Forrest Gump asks sleepishly as he proceeds to jump three version ...)
- Raw text -