X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Mon, 1 Jan 2001 11:56:34 -0600 From: JT Williams To: djgpp-workers AT delorie DOT com Subject: Re: Patch #4 for dtou and utod Message-ID: <20010101115634.A1819@kendall.sfbr.org> Mail-Followup-To: djgpp-workers AT delorie DOT com References: <39A514185 AT HRZ1 DOT hrz DOT tu-darmstadt DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <39A514185@HRZ1.hrz.tu-darmstadt.de>; from ST001906@HRZ1.HRZ.TU-Darmstadt.De on Thu, Dec 21, 2000 at 09:02:04PM +0200 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk -: May be that this days with less traffic than usual are optimal -: to finish this minor (dtou and utod) issue once and for all. As the utilities `djtar' and `utod/dtou' have taken on a life of their own, may I suggest that the organization of src/utils be revised? Since `djtar' lives in its own directory, can we arrange the same for dtou/utod? * choose a name for the directory (suggestions?) and move utod/dtou sources there. Add a makefile (use the makefile from djtar/ as a template?) * edit src/utils/makefile to recurse into the new directory and build utod and dtou * move documentation for djtar from src/utils/utils.txi to src/utils/djtar/djtar.txi * move documentation for dtou and utod from /src/utils/utils.txi to src/utils/*/dtou.txi and utod.txi. * some changes (minor, I hope) will be needed (but where?) to reflect the new locations for the texinfo sources and make sure it all gets pulled together. Eventually I'd like to see the same thing happen for djasm (e.g., src/utils/djasm/).