diff options
author | Peter Tribble <peter.tribble@gmail.com> | 2019-07-16 20:26:29 +0100 |
---|---|---|
committer | Peter Tribble <peter.tribble@gmail.com> | 2019-07-17 20:28:34 +0100 |
commit | bf8679989f3c88a5ddb26dd955ca2dd4a52bc2d5 (patch) | |
tree | d1f1c4d2dfcf9291d67276c4cb785b172d7d0e54 | |
parent | 370566791023855edd09eaa76dd783d93fb60cfe (diff) | |
download | illumos-joyent-bf8679989f3c88a5ddb26dd955ca2dd4a52bc2d5.tar.gz |
11473 SPARC build warns about unpackaged files
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Andrew Stormont <andyjstormont@gmail.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
-rw-r--r-- | exception_lists/packaging | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/exception_lists/packaging b/exception_lists/packaging index 4af29a1729..ee4a68cdd5 100644 --- a/exception_lists/packaging +++ b/exception_lists/packaging @@ -850,11 +850,12 @@ usr/bin/ctfmerge # SPARC doesn't currently use this today, though it may in the future. # usr/include/sys/sensors.h sparc +usr/lib/devfsadm/linkmod/SUNW_sensor_link.so sparc # # libjedec is private # -usr/include/libjedec.h i386 +usr/include/libjedec.h usr/lib/amd64/libjedec.so i386 usr/lib/sparcv9/libjedec.so sparc usr/lib/libjedec.so |