X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Fri, 15 Mar 2002 09:56:19 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: pjfarley AT dorsai DOT org Message-Id: <3277-Fri15Mar2002095618+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com, rich AT phekda DOT freeserve DOT co DOT uk In-reply-to: <5.1.0.14.2.20020314235632.03073ec0@mail.dorsai.org> (pjfarley AT dorsai DOT org) Subject: Re: Simpler restructured dir.txi References: <5 DOT 1 DOT 0 DOT 14 DOT 2 DOT 20020314093833 DOT 029f5ec0 AT mail DOT dorsai DOT org> <5 DOT 1 DOT 0 DOT 14 DOT 2 DOT 20020314235632 DOT 03073ec0 AT mail DOT dorsai DOT org> 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 > Date: Fri, 15 Mar 2002 00:08:38 -0500 > From: "Peter J. Farley III" > > I don't know about others, but my general practice is to establish a > duplicate DJGPP setup on another partition, since I do not use a > sub-directory to install DJGPP in the first place. I then do new > configures and makes and make install's from the source directory in > the "test" setup. Exactly the same thing here. In addition, my production tree is modified in small but significant ways, so I'm _positive_ a simple-minded "make install" *will* ruin something there. > All this extra setup work comes from my paranoia about accidentally > wrecking my "production" setup Right. > When I'm happy that it's "ready", then I rebuild it in the "production" > environment so I don't have to itemize and manually copy all of the > installed elements; that's what make install is supposed to do for me > :) What I do instead is produce a fooNNNb.zip file from the test tree, and then unzip it over my production tree. Since making a binary zip involves producing a .mft file, it forces me to decide what files to include and which not to. The result is that I only put into the zip files that are to be distributed, and that excludes any DIR files. So in my production tree, packages are never installed by "make install".