OpenSolaris

Printable Version Enter a New Search
Bug ID 6328950
Synopsis snoop/Makefile has a snoop_igmp.c typo (should be .o)
State 10-Fix Delivered (Fix available in build)
Category:Subcategory network:snoop
Keywords onnv_triage
Responsible Engineer Renee Danson
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_26
Fixed In snv_26
Release Fixed solaris_nevada(snv_26)
Related Bugs 6374221 , 6226920
Submit Date 26-September-2005
Last Update Date 1-November-2005
Description
on line 33, the snoop Makefile references snoop_igmp.c when it should be snoop_igmp.o
When the 'make clobber' runs, it goes and removes snoop_igmp.c along with all the other OBJS.  Inside a workspace with SCCS history (like most internal SWAN builds), this is fine - since it just 'sccs gets' the file and then builds it with the linker (which may be incorrect wrt to compiler flags, still).

In a workspace w/o SCCS history, such as the OpenSolaris source drops - this fails and causes the build to fail.
Work Around
don't use make clobber in the open solaris builds
Comments
N/A