blob: ce82e4f3e6b09226384f09e8d837b3ea4113d8b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
If you look at the files here you should be able to figure out what is
being done.
../scripts/genHardFlags handles the parsing of these files.
If no "more specific" file has been found and cvo.sh says the OS is
redhat* or fedora*, we will look for loc/redhat .
If no "mode specific" file has been found and the "uname" command returns
"Linux", we will look for loc/linux .
|