Date: Sun, 13 Feb 2000 10:14:53 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: Building gcc-2.95.2 under DJGPP In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Precedence: bulk On Sat, 12 Feb 2000, Andris Pavenis wrote: > PS. About changes not in official sources. I think that many changes > cannot go in official sources (especially ones to make source archive > more DOS friendly, however You need LFN support anyway) If you are talking about file-name changes, then in my experience: 1) Many GNU maintainers will favor renaming of files to make them work on 8+3 filesystems. 2) If that isn't enough, you could include a filename-mapping file in the official distribution, which, if submitted to DJTAR via the -n switch, will automatically rename files when the distribution is unpacked. (GNU Textutils actually uses this technique.)