This is the mail archive of the gcc-bugs@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]

brik file


Hi,
i think it might be an advantage to create the .brik file in a way
that yields a result reproducible on other machines, for example:

$ cd egcs
$ find . -type f -print | sort | brik -bGf - > .brik

Note the `sort' command.  You should probably insert your favorite
garbage filter into the pipeline (...|grep -v -f brikfilter|... :).
A target in the makefile to produce this file and perhaps another to
check the CRCs might be a good idea too.

Regards

J.Pietschmann


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