added a check for HOST_EXTENDED_REGEX_SED presence
This commit is contained in:
parent
97d6f117e3
commit
4d07fb53d0
@ -124,6 +124,11 @@ rule RemotePackageRepository repository : architecture : repositoryUrl
|
||||
{
|
||||
repository = $(repository:G=repository) ;
|
||||
|
||||
if ! $(HOST_EXTENDED_REGEX_SED) {
|
||||
ECHO "Variable HOST_EXTENDED_REGEX_SED not set. Please run ./configure or" ;
|
||||
EXIT "specify it manually." ;
|
||||
}
|
||||
|
||||
SetRepositoryMethod $(repository) : PackageFamily
|
||||
: RemoteRepositoryPackageFamily ;
|
||||
SetRepositoryMethod $(repository) : FetchPackage
|
||||
|
Loading…
x
Reference in New Issue
Block a user