OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
* bin: New directory.
[pf3gnuchains/gcc-fork.git]
/
contrib
/
reghunt
/
bin
/
gcc-svn-recordfail
1
#! /bin/sh
2
3
# Given an identifier that is an index into the current patch list,
4
# record the corresponding SVN number to the list of known failures.
5
6
ID=$1
7
REV=`${REG_IDS} -f index -t rev ${ID}`
8
echo $REV >> ${REG_FAILLIST}