看板 DFBSD_commit 關於我們 聯絡資訊
commit 8e2e81385b920cc951a0a653361b6a6404a55d5b Author: YONETANI Tomokazu <y0netan1@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