This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Snapshot packaging oddities


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.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]