* Strangely, running "make defconfig" before the generator causes
"make config" to print an additional question that the script
doesn't know how to answer ("Audio Excel DSP 16 [N/y] (NEW) ###").
Just ignore it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19713
This commit is contained in:
@@ -94,7 +94,8 @@ sub runConfig {
|
||||
}
|
||||
|
||||
else {
|
||||
die "don't know how to answer this question: $line\n";
|
||||
warn "don't know how to answer this question: $line\n";
|
||||
print OUT "\n";
|
||||
}
|
||||
|
||||
$line = "";
|
||||
|
||||
Reference in New Issue
Block a user