Date: Mon, 6 Jul 1998 19:04:21 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lkm@FreeBSD.ORG Subject: cvs commit: src/lkm/linux Makefile Message-ID: <199807070204.TAA07277@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/07/06 19:04:21 PDT Modified files: lkm/linux Makefile Log: Added a `build-tools' target for internal tools. (linux_genassym may not actually work for cross compiling, but that is another problem.) Honor LDFLAGS for building internal tools. (Tools should normally be built static to avoid problems with picking up target shared libraries. bsd.kmod doesn't set -static yet, and has some problems with `LDFLAGS=-static ...' in the environment.) Revision Changes Path 1.18 +4 -2 src/lkm/linux/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807070204.TAA07277>