OpenSolaris

Printable Version Enter a New Search
Bug ID 6593429
Synopsis usr/src/cmd/devfsadm isn't linting properly
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:devfs
Keywords
Responsible Engineer John Levon
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_75
Fixed In snv_75
Release Fixed solaris_nevada(snv_75)
Related Bugs 6409350 , 6551858
Submit Date 15-August-2007
Last Update Date 10-October-2007
Description
6409350 made this change in cmd/devfsadm/Makefile.com

-        $(MISC_LINK_ISA).c
+        $(LINK_SRCS_($MACH))

As a result, it's not linting all the right files, and fixing it
shows one lint problem that needs fixing. LINK_OBJS is similarly
wrong, causing make clean to be incomplete.
Work Around
N/A
Comments
N/A