Date: Tue, 14 Oct 2014 16:42:57 +0200 From: Harald Schmalzbauer <h.schmalzbauer@omnilan.de> To: FreeBSD current <freebsd-current@freebsd.org> Subject: installincludes, bsd.incs.mk and param.h Message-ID: <543D3671.8040004@omnilan.de>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Hello,
since bsd.port.mk insinsts on param.h, I have inconveniences on my
production systems which were installed with "WITHOUT_TOOLCHAIN=true" in
src.conf (resulting in MK_TOOLCHAIN=no).
My first attempt was the following patch:
--- share/mk/bsd.incs.mk.orig 2014-10-14 16:35:53.000000000 +0200
+++ share/mk/bsd.incs.mk 2014-10-14 16:34:57.000000000 +0200
@@ -81,4 +81,9 @@
realinstall: installincludes
.ORDER: beforeinstall installincludes
+.else
+installincludes:
+ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
+ ${SYSDIR}/sys/param.h ${DESTDIR}${INCLUDEDIR}/sys/sys
+
.endif # !defined(NO_INCS) && ${MK_TOOLCHAIN} != "no"
"$SYSDIR" makes the example above not working!
Unfortunately I couldn't figure out when/how param.h gets installed.
Also, I couldn't find out what stage uses include/Makefile, only that
it's not used when MK_TOOLCHAIN=no.
Any help highly appreciated!
Thanks,
-Harry
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (FreeBSD)
iEYEARECAAYFAlQ9NncACgkQLDqVQ9VXb8h/twCfYaJO635uQMY/BP2Eow5HfVw8
nVoAoITqOFD3OV7qXQIgcKKRTarLo/GC
=CY47
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?543D3671.8040004>
