I'd like to find a sponsor for the trivial fix for

        6434605 repeated make install fails in libmapid

diff -r f7a1197187ee usr/src/lib/libmapid/Makefile.com
--- a/usr/src/lib/libmapid/Makefile.com Mon May 29 13:01:03 2006 -0700
+++ b/usr/src/lib/libmapid/Makefile.com Mon Jun 05 01:23:23 2006 +0200
@@ -41,7 +41,7 @@ ROOTSLINK32  =        $(ROOTLIBDIR)/32
 ROOTSLINK32  = $(ROOTLIBDIR)/32
 
 $(ROOTSLINK32):        $(ROOTLIBDIR)
-       $(SYMLINK) . $@
+       $(RM) $@; $(SYMLINK) . $@
 
 #
 # SRCS is defined to be $(OBJECTS:%.o=$(SRCDIR)/%.c)

My contributor agreement is OS0023.

        Rainer

-----------------------------------------------------------------------------
Rainer Orth, Faculty of Technology, Bielefeld University

Reply via email to