This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Snapshot packaging oddities
- To: egcs at cygnus dot com
- Subject: Snapshot packaging oddities
- From: Marc Espie <espie at quatramaran dot ens dot fr>
- Date: Tue, 17 Nov 1998 10:41:15 +0100
- Organization: none
- Reply-To: Marc dot Espie at liafa1 dot liafa dot jussieu dot fr
I think it's time to add yet ANOTHER script to the snapshot packaging.
What the heck is the chill frontend doing in the egcs-core-* archive
AND in the chill archive.
I surmise that something like that could be used:
touch tally
for i in $ARCHIVES
do
if [ $i == $BIG_ARCHIVE ]
then
tar ztf $i >full-list
else
tar ztf $i >>tally
done
then sort tally |uniq -u, to compare against ,brik
sort tally | uniq, to compare against full-list, while we're at it.
For that matter, chill does not build in a separate directory, make can't
find lex.c.