Skip to content

Commit

Permalink
Bugzilla bug 211350: support IRIX Alpha releases, whose 'uname -r' ou…
Browse files Browse the repository at this point in the history
…tput

contains "-ALPHA...".
  • Loading branch information
wtc%netscape.com committed Jul 21, 2003
1 parent 00afbe3 commit 8c1d3c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions security/coreconf/arch.mk
Expand Up @@ -137,10 +137,11 @@ ifeq ($(OS_ARCH),SINIX-N)
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/-.*//')
endif

Expand Down

0 comments on commit 8c1d3c5

Please sign in to comment.