[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Applying patches to MiNT source



The MiNT source never sees a Unix system, at least not at this end --
all MiNT development is done under MiNT, with TOS and MiNT tools. So
using CR/LF as line terminators works fine (indeed, some TOS tools get
upset at just plain LF). So that isn't likely to change. It's easy
enough to write a little Unix utility to strip CR's from files (heck,
tr or sed should be able to do this) if you want to maintain MiNT on a
Unix or Unix-style system.

Eric