|
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.
|