Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/lib/fontconfig/src Make "includes" depend ...



details:   https://anonhg.NetBSD.org/src/rev/3f739e4ab175
branches:  trunk
changeset: 449797:3f739e4ab175
user:      kre <kre%NetBSD.org@localhost>
date:      Sun Mar 24 10:39:45 2019 +0000

description:
Make "includes" depend upon uuid/uuid.h (as already did
depends, dependall, and all) rather than unconditionally
"building" it.

This avoids a "file exists" error from an update build
(where the objdir already contained the link to the file.)

ok mrg@ :
 "if it works from a clean objdir, please commit it.  we can fix more later.."

diffstat:

 external/mit/xorg/lib/fontconfig/src/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 8963e6a4e9f5 -r 3f739e4ab175 external/mit/xorg/lib/fontconfig/src/Makefile
--- a/external/mit/xorg/lib/fontconfig/src/Makefile     Sun Mar 24 04:43:54 2019 +0000
+++ b/external/mit/xorg/lib/fontconfig/src/Makefile     Sun Mar 24 10:39:45 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.24 2019/03/11 01:40:05 mrg Exp $
+#      $NetBSD: Makefile,v 1.25 2019/03/24 10:39:45 kre Exp $
 
 .include <bsd.own.mk>
 
@@ -321,8 +321,8 @@
 .include "${LIBUUID_DIST}/libuuid_ul-rename.mk"
 SRCS+= ${UUID_UL_SRCS}
 
-depend dependall all: uuid/uuid.h
-includes uuid/uuid.h:
+includes depend dependall all: uuid/uuid.h
+uuid/uuid.h:
        @-mkdir -p uuid
        ln -s ${X11SRCDIR}/external/bsd/libuuid_ul/dist/uuid.h uuid/uuid.h
 



Home | Main Index | Thread Index | Old Index