'whoami' doesn't exist on solaris

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3882 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-09-22 23:35:11 +00:00
parent ab0577be5a
commit 35fcad0193

View 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)