OpenSolaris

Printable Version Enter a New Search
Bug ID 6591892
Synopsis ipf/netinet/Makefile incorrectly tries to install ip_icmp.h
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:tcp-ip
Keywords build | make | nitro | parallelism
Responsible Engineer Alexander Kolbasov
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_85
Fixed In snv_85
Release Fixed solaris_nevada(snv_85)
Related Bugs 6289221 , 6592975 , 6592977
Submit Date 11-August-2007
Last Update Date 12-March-2008
Description
usr/src/uts/common/inet/ipf/netinet/Makefile contains ip_icmp.h which should not be there 
since the file is not present in this directory but available elsewhere. It works currently
by accident because in the course of the build the file gets installed by another Makefile.

When the order of Make execution changes the build brakes.


The fix is trivial - just remove ip_icmp.h from HDRS.
Work Around
N/A
Comments
N/A