Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2004 07:29:22 -0700 (PDT)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 51347 for review
Message-ID:  <200404191429.i3JETM5K030177@repoman.freebsd.org>

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

Change 51347 by cvance@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:



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