Fix installing from read-only ${.OBJDIR}
authorYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Thu, 27 Aug 2009 08:06:34 +0000 (17:06 +0900)
committerYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Sat, 29 Aug 2009 05:52:18 +0000 (14:52 +0900)
commit6e9817981210a6299458febd3f1dbddc4b2584dd
tree1777661b396b74d7d975bd980e0796bbd9dc467d
parent428daf5bd916afb1ad7581dea62ff091589794c3
Fix installing from read-only ${.OBJDIR}

creating a file in beforeinstall target requires write permission
in ${.OBJDIR} on machines to run installworld, making it impossible
if mounted read-only via NFS.
libexec/customcc/Makefile