89195d5850
the configuration in this version of file is non-functional and results in build failure if detected. The next version should be fine, but let's ensure nobody runs into this build failure until it's imported. reported by e3ef13f4ff44 on freenode.
20 lines
536 B
Makefile
20 lines
536 B
Makefile
# $NetBSD: Makefile,v 1.8 2018/09/28 14:45:16 maya Exp $
|
|
#
|
|
|
|
GNUHOSTDIST= ${.CURDIR}/../../external/bsd/file/dist
|
|
|
|
CONFIGURE_ENV+= CC=${HOST_CC:Q} \
|
|
CFLAGS=${HOST_CFLAGS:Q} \
|
|
CPPFLAGS=${HOST_CPPFLAGS:Q} \
|
|
CXX=${HOST_CXX:Q}
|
|
|
|
CONFIGURE_ARGS= --program-prefix=${_TOOL_PREFIX} --disable-shared \
|
|
--disable-warnings --disable-libseccomp
|
|
|
|
.NOTPARALLEL:
|
|
|
|
.include "${.CURDIR}/../Makefile.gnuhost"
|
|
|
|
# Force avoiding possibly non-executable install-sh.
|
|
CONFIGURE_ENV+= ac_cv_path_mkdir="${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-install -d"
|