'whoami' doesn't exist on solaris
authorChris Lattner <sabre@nondot.org>
Sun, 22 Sep 2002 23:35:11 +0000 (23:35 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 Sep 2002 23:35:11 +0000 (23:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3882 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.config

index 8634a46920fd6926b7498d0b27339cffcc073867..c16e16774f0cc6182757f5426f606fa051af8e46 100644 (file)
@@ -23,7 +23,7 @@ CC := PATH=/usr/bin /usr/dcs/software/evaluation/bin/gcc
 # object files.
 # 
 #LLVM_OBJ_DIR = .
-LLVM_OBJ_DIR = /localhome/$(shell whoami)
+LLVM_OBJ_DIR := /localhome/$(USER)
 
 # Path to location for LLVM front-end this should only be specified here if you
 # want to override the value set in Makefile.$(uname)