diff options
| -rw-r--r-- | exception_lists/closed-bins | 2 | ||||
| -rw-r--r-- | usr/src/uts/sun4u/snowbird/Makefile | 7 |
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%) \ |
