PERFORCE change 51347 for review

Chris Vance cvance at FreeBSD.org
Mon Apr 19 07:29:25 PDT 2004


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

Change 51347 by cvance at cvance_g5 on 2004/04/19 07:28:56

	Add write permission to bootx.bootinfo file 
		This file is copied from bootinfo.hdr, which is read-only 
		when checked out from perforce

Affected files ...

.. //depot/projects/trustedbsd/sedarwin73/apsl/BootX/bootx.tproj/Makefile.postamble#4 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin73/apsl/BootX/bootx.tproj/Makefile.postamble#4 (text+ko) ====

@@ -111,6 +111,7 @@
 	$(CP) $(SYMROOT)/bootx $(SYMROOT)/bootx.macho
 	$(SYMROOT)/macho-to-xcoff $(SYMROOT)/bootx.macho $(SYMROOT)/bootx.xcoff
 	$(CP) $(SRCROOT)/bootx.tproj/bootinfo.hdr $(SYMROOT)/bootx.bootinfo
+	chmod +w $(SYMROOT)/bootx.bootinfo
 	$(CAT) $(SYMROOT)/bootx.xcoff >> $(SYMROOT)/bootx.bootinfo
 
 bootx_after_install:


More information about the p4-projects mailing list