From: Chris Lattner Date: Sun, 22 Sep 2002 23:35:11 +0000 (+0000) Subject: 'whoami' doesn't exist on solaris X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=35fcad01931e583900c7d8a970b83cc163368500;p=oota-llvm.git 'whoami' doesn't exist on solaris git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3882 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.config b/Makefile.config index 8634a46920f..c16e16774f0 100644 --- a/Makefile.config +++ b/Makefile.config @@ -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)