summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-10-26 02:37:56 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-10-26 02:37:56 +0000
commit7e43439e817b585b05a0b7d5b8734f79345ed650 (patch)
tree62ef7876a0d66fdea91f9fd907ec07e48cdc58ce /test/Makefile
parent8b67f774e9c38b7718b2b300b628388f966df4e0 (diff)
downloadllvm-7e43439e817b585b05a0b7d5b8734f79345ed650.tar.gz
llvm-7e43439e817b585b05a0b7d5b8734f79345ed650.tar.bz2
llvm-7e43439e817b585b05a0b7d5b8734f79345ed650.tar.xz
Fix gmake check for AuroraUX triple.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85088 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index 4955c2eb89..ede1b44317 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -78,9 +78,13 @@ endif
# Both AuroraUX & Solaris do not have the -m flag for ulimit
ifeq ($(HOST_OS),SunOS)
ULIMIT=ulimit -t 600 ; ulimit -d 512000 ; ulimit -v 512000 ;
-else
+else # !SunOS
+ifeq ($(HOST_OS),AuroraUX)
+ULIMIT=ulimit -t 600 ; ulimit -d 512000 ; ulimit -v 512000 ;
+else # !AuroraUX
ULIMIT=ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 512000 ;
-endif
+endif # AuroraUX
+endif # SunOS
ifneq ($(RUNTEST),)
check-local:: site.exp