git: Fix installing from read-only ${.OBJDIR}
YONETANI Tomokazu
y0netan1 at crater.dragonflybsd.org
Fri Aug 28 23:00:37 PDT 2009
commit 8e2e81385b920cc951a0a653361b6a6404a55d5b
Author: YONETANI Tomokazu <y0netan1 at dragonflybsd.org>
Date: Fri Aug 28 19:06:32 2009 +0900
Fix installing from read-only ${.OBJDIR}
By default, install command preserves mtime, and files in the source tree
always have older mtime than a file created by touch command, in this case
${.OBJDIR}/openssl/.dummy, even though it's created earlier by dependency.
Since .dummy is newer, header files get created in objdir at install target
and that requires write permission on ${.OBJDIR}.
Summary of changes:
secure/lib/libcrypto/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8e2e81385b920cc951a0a653361b6a6404a55d5b
--
DragonFly BSD source repository
More information about the Commits
mailing list