remove non-existant subdirs from the default path list.

This commit is contained in:
mrg 2009-06-18 02:45:30 +00:00
parent 95c070cab9
commit a1fe0e9723
2 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2009/06/10 08:30:55 mrg Exp $
# $NetBSD: Makefile,v 1.5 2009/06/18 02:45:30 mrg Exp $
.include <bsd.own.mk>
@ -47,7 +47,7 @@ X11EXTRAMANDEFS+= -e 's%__configfilepath__%${XFSCONFIGDIR}/config%g; \
BUILDSYMLINKS= config.cpp fsconfig.cpp
CPPSCRIPTS= fsconfig
CPPSCRIPTFLAGS= -DDEFAULTFONTPATH=${X11FONTDIR}/misc/,${X11FONTDIR}/Speedo/,${X11FONTDIR}/Type1/,${X11FONTDIR}/CID/,${X11FONTDIR}/75dpi/,${X11FONTDIR}/100dpi/ \
CPPSCRIPTFLAGS= -DDEFAULTFONTPATH=${X11FONTDIR}/misc/,${X11FONTDIR}/Type1/,${X11FONTDIR}/75dpi/,${X11FONTDIR}/100dpi/ \
-DFSERRORS=/var/log/xfs.log
CONFIGFILES= fsconfig

View File

@ -1,6 +1,7 @@
# $NetBSD: Makefile.common,v 1.1 2008/10/14 23:37:19 cube Exp $
# $NetBSD: Makefile.common,v 1.2 2009/06/18 02:45:46 mrg Exp $
X11DEFAULTFONTPATH= ${X11FONTDIR}/misc/ ${X11FONTDIR}/TTF/ \
${X11FONTDIR}/Speedo/ ${X11FONTDIR}/Type1/ \
${X11FONTDIR}/CID/ ${X11FONTDIR}/75dpi/ \
X11DEFAULTFONTPATH= ${X11FONTDIR}/misc/ \
${X11FONTDIR}/TTF/ \
${X11FONTDIR}/Type1/ \
${X11FONTDIR}/75dpi/ \
${X11FONTDIR}/100dpi/