From: "Tim Van Holder" To: Subject: RE: Cygnus tree in SFN, again Date: Sat, 10 Feb 2001 15:22:55 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20010210115707.1224.qmail@lauras.lt> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal 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 > Is it possible automatically leave out a set of > directories when extracting an archive? If an user > gets a stock gcc-3.0.tar.bz2 from FSF FTP site, there will > be libjava and gcc/testsuite directories. I'd like > to silently skip them on extracting. I can't just > extract and ignore them, because there are SFN conflicts, > and I'm too lazy to solve them. So what I need is an > opposite of '-o' option in djtar. Any solutions, or > should I patch djtar? a) If there are 8.3 conflicts (ie foobar123.c and foobar123-xyzzy.c both exist), you should submit a patch to the maintainers to get this fixed. Even if it won't get accepted, you need to make sure they know about the problem. When I get my system fully operational (soon now), I plan to do the same for binutils (which is rife with such conflicts, though luckily not for files DJGPP needs). b) Can't you use fnchange.lst to use 'NUL' as new name for the conflicting files? That would send them to the bit bucket, wouldn't it? I suppose you'd still be stuck with the directories, but that's probably not that bad.