make check muss doch in src_pretest stehen...Kommentar zu autogen eingefuegt
This commit is contained in:
parent
54b20efa31
commit
c16ffefcc0
1 changed files with 3 additions and 1 deletions
|
@ -10,6 +10,8 @@ VERSION="4.7.2"
|
|||
URL="http://gcc.gnu.org"
|
||||
INSTALLER="Elke Flehmig <flehmig@hlrs.de>"
|
||||
|
||||
# NOTE: autogen must be available, otherwise 'make check' fails with 'autogen not found' error! -> temporarily install autogen and set PATH before gcc installation...until we figure out how to include this in the sit script ;)
|
||||
|
||||
# Archive A and package name P
|
||||
A=gcc-${VERSION}.tar.bz2
|
||||
P=gcc-${VERSION}
|
||||
|
@ -31,7 +33,7 @@ src_unpack() {
|
|||
fi
|
||||
}
|
||||
|
||||
src_posttest() {
|
||||
src_pretest() {
|
||||
make check
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue