DragonFly commits List (threaded) for 2009-08
DragonFly BSD
DragonFly commits List (threaded) for 2009-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: YONETANI Tomokazu <y0netan1@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 28 Aug 2009 22:58:40 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]