PERFORCE change 87607 for review

Todd Miller millert at FreeBSD.org
Thu Dec 1 21:30:09 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=87607

Change 87607 by millert at millert_g4tower on 2005/12/01 21:29:28

	ranlib the installed libselinux.a

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libselinux/src/Makefile#4 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libselinux/src/Makefile#4 (text+ko) ====

@@ -39,8 +39,9 @@
 
 install: all
 	test -d $(LIBDIR) || install -m 755 -d $(LIBDIR)
-	install -m 644 $(LIBA) $(LIBDIR)
-	test -d $(SHLIBDIR) || install -m 755 -d $(SHLIBDIR)
+	install -c -m 644 $(LIBA) $(LIBDIR)
+	ranlib $(LIBDIR)/$(LIBA)
+#	test -d $(SHLIBDIR) || install -m 755 -d $(SHLIBDIR)
 #	install -m 755 $(LIBSO) $(SHLIBDIR)
 #	cd $(LIBDIR) && ln -sf ../../`basename $(SHLIBDIR)`/$(LIBSO) $(TARGET)
 
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list