git: Fix installing from read-only ${.OBJDIR}

看板DFBSD_commit作者時間16年前 (2009/08/29 14:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/3 (看更多)
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
文章代碼(AID): #1AcCjfiK (DFBSD_commit)
文章代碼(AID): #1AcCjfiK (DFBSD_commit)