PERFORCE change 91473 for review

Todd Miller millert at FreeBSD.org
Thu Feb 9 21:32:00 GMT 2006


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

Change 91473 by millert at millert_ibook on 2006/02/09 21:31:53

	Don't rely on mkPolicyInfoPlist.sh having its execute bit set

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/darwin/build/PolicyKext.mk#4 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/darwin/build/PolicyKext.mk#4 (text+ko) ====

@@ -71,7 +71,7 @@
 
 mac_$(POLICY).kext/Contents/Info.plist: Makefile
 	@echo "$(POLICY): Generating Info.plist..."
-	@$(DARWIN_ROOT)/build/mkPolicyInfoPlist.sh \
+	@sh $(DARWIN_ROOT)/build/mkPolicyInfoPlist.sh \
 		$(POLICY) $(POLICY_VER) $(POLICY_COMPVER) \
 		$(POLICY_DESC) "$(POLICY_LIBS)" > $@
 
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