|
||||
File indexing completed on 2024-04-06 12:31:46
0001 #!/bin/sh 0002 0003 eval `cd $DIST; scram runtime -sh` 0004 ignominy --verbose --root=$DIST \ 0005 --conf=$DEPDIR/path-auto.conf --conf=$UTILSDIR/path.conf \ 0006 > $DEPDIR/dependencies.txt 2> $DEPDIR/log 0007 egrep '(oops|warning):' < $DEPDIR/log | \ 0008 grep -v ': warning: resolved from' > $DEPDIR/logwarnings
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |