Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Feb 2006 21:32:00 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 91473 for review
Message-ID:  <200602092132.k19LW0kv042624@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=91473

Change 91473 by millert@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)" > $@
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602092132.k19LW0kv042624>