summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Mills <gary_mills@fastmail.fm>2018-05-21 20:43:41 -0500
committerGordon Ross <gwr@nexenta.com>2018-05-22 03:19:50 -0400
commitaafbdf3fa8f988ec989a8143b47d3158161d2143 (patch)
treeada63f0fe470fd7b9f9d44fe2a82cfb9cd3dfc0b
parent5ac95da7d61660aa299c287a39277cb0372be959 (diff)
downloadillumos-joyent-aafbdf3fa8f988ec989a8143b47d3158161d2143.tar.gz
9542 Cleanup of unwanted entries in the proto area
Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Gordon Ross <gwr@nexenta.com>
-rw-r--r--exception_lists/closed-bins2
-rw-r--r--usr/src/uts/sun4u/snowbird/Makefile7
2 files changed, 6 insertions, 3 deletions
diff --git a/exception_lists/closed-bins b/exception_lists/closed-bins
index 5f9ba142f5..10158a4d19 100644
--- a/exception_lists/closed-bins
+++ b/exception_lists/closed-bins
@@ -78,7 +78,9 @@
./usr/kernel/drv/llc2.conf
./usr/kernel/drv/llc2
./usr/lib/inet/i86
+./usr/lib/inet/sparcv7
./usr/lib/inet/i86/in.iked
+./usr/lib/inet/sparcv7/in.iked
./usr/lib/libike.so
./usr/lib/llc2
./usr/lib/llc2/llc2_config
diff --git a/usr/src/uts/sun4u/snowbird/Makefile b/usr/src/uts/sun4u/snowbird/Makefile
index 48f236f240..ffc40d8267 100644
--- a/usr/src/uts/sun4u/snowbird/Makefile
+++ b/usr/src/uts/sun4u/snowbird/Makefile
@@ -20,6 +20,7 @@
#
#
# Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright 2018 Gary mills
#
# This makefile drives the production of the sun4u snowbird platform
# module.
@@ -77,13 +78,13 @@ modlintlib: $(SNOWBIRD_KMODS)
$(SNOWBIRD_KMODS): FRC
@cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET)
-ttymux_dacf: $(ROOT_SNOWBIRD_DACF_DIR_64)
+ttymux_dacf: $(ROOT_SNOWBIRD_DACF_DIR_64)
-@$(RM) $(ROOT_SNOWBIRD_DACF_DIR_64)/$@
$(SYMLINK) $(ROOT_SNOWBIRD_DACF_LINK_64)/$@ \
$(ROOT_SNOWBIRD_DACF_DIR_64)/$@
-ttymux.conf: $(ROOT_SNOWBIRD_DRV_DIR)
+ttymux.conf: $(ROOT_SNOWBIRD_DRV_DIR_32)
-@$(RM) $(ROOT_SNOWBIRD_DRV_DIR_32)/$@
$(SYMLINK) $(ROOT_SNOWBIRD_DRV_LINK_32)/$@ \
$(ROOT_SNOWBIRD_DRV_DIR_32)/$@
@@ -92,7 +93,7 @@ install_h check: FRC
@cd sys; pwd; $(MAKE) $(TARGET)
lint: modlintlib
-
+
LINT_LIBS = $(LINT_LIB) \
-L$(SNOWBIRD_LINT_LIB_DIR) \
-L$(LINT_LIB_DIR) $(LINT_KMODS:%=-l%) \