зеркало из https://github.com/mozilla/pjs.git
Bugzilla bug 211350: support IRIX Alpha releases, whose 'uname -r' output
contains "-ALPHA...".
This commit is contained in:
Родитель
da1c1a994f
Коммит
b5a53a661e
|
@ -137,10 +137,11 @@ ifeq ($(OS_ARCH),SINIX-N)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#
|
#
|
||||||
# Handle FreeBSD 2.2-STABLE and Linux 2.0.30-osfmach3
|
# Handle FreeBSD 2.2-STABLE, Linux 2.0.30-osfmach3, and
|
||||||
|
# IRIX 6.5-ALPHA-1289139620.
|
||||||
#
|
#
|
||||||
|
|
||||||
ifeq (,$(filter-out Linux FreeBSD,$(OS_ARCH)))
|
ifeq (,$(filter-out Linux FreeBSD IRIX,$(OS_ARCH)))
|
||||||
OS_RELEASE := $(shell echo $(OS_RELEASE) | sed 's/-.*//')
|
OS_RELEASE := $(shell echo $(OS_RELEASE) | sed 's/-.*//')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче