diff options
author | John Levon <john.levon@joyent.com> | 2020-05-26 13:57:13 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2020-05-26 13:57:13 +0000 |
commit | 5b2acc0949194447bba6e45a0fa44d0b5f42f208 (patch) | |
tree | 7ea9eb87bc68fee386dd39035ce715e87a0e673c /usr/src/lib/libprtdiag_psr/sparc/desktop/nonpicl | |
parent | 8ca018083101bf1cb175869679bc123187fb1bab (diff) | |
parent | 2a1277d3064386cd5c4e372301007aa330bf1d5e (diff) | |
download | illumos-joyent-gcc9.tar.gz |
mergegcc9
Diffstat (limited to 'usr/src/lib/libprtdiag_psr/sparc/desktop/nonpicl')
-rw-r--r-- | usr/src/lib/libprtdiag_psr/sparc/desktop/nonpicl/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/usr/src/lib/libprtdiag_psr/sparc/desktop/nonpicl/Makefile b/usr/src/lib/libprtdiag_psr/sparc/desktop/nonpicl/Makefile index b447b1ba00..4fda9aa997 100644 --- a/usr/src/lib/libprtdiag_psr/sparc/desktop/nonpicl/Makefile +++ b/usr/src/lib/libprtdiag_psr/sparc/desktop/nonpicl/Makefile @@ -37,21 +37,19 @@ include $(SRC)/lib/libprtdiag_psr/sparc/Makefile.com SRCS= $(OBJECTS:%.o=../common/%.c) IFLAGS += -I$(USR_PLAT_DIR)/sun4u/include -I ../../../../libprtdiag/inc -LINTFLAGS += $(IFLAGS) # -# desktop platform library should install into -# SUNW,Ultra-2. All other desktop platforms can -# link to /usr/platform/SUNW,Ultra-2/lib/libprtdiag_psr.so +# desktop platform library should install into SUNW,Ultra-2. All other desktop +# platforms can link to /usr/platform/SUNW,Ultra-2/lib/libprtdiag_psr.so # PLATFORM=SUNW,Ultra-2 # -# For all other sun4u platforms NOT delivered by ON (ie. delivered -# by SME or external hardware vendors) we add a default library in -# /usr/platform/sun4u/lib so that prtdiag will default to using -# the desktop library for any of these platforms. (this will be a -# link to ../../SUNW,Ultra-2/lib +# For all other sun4u platforms NOT delivered by ON (ie. delivered by SME or +# external hardware vendors) we add a default library in +# /usr/platform/sun4u/lib so that prtdiag will default to using the desktop +# library for any of these platforms. (this will be a link to +# ../../SUNW,Ultra-2/lib # DEF_PLATFORM=sun4u USR_DEF_PSM_LIB_DIR=$(USR_PLAT_DIR)/$(DEF_PLATFORM)/lib |