Date: Mon, 11 Feb 2002 08:47:05 -0800 (PST) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 src/kerberos5/lib/libasn1 Makefile src/kerberos5/lib/libroken Makefile Message-ID: <200202111647.g1BGl5424822@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2002/02/11 08:47:05 PST Modified files: . Makefile.inc1 kerberos5/lib/libasn1 Makefile kerberos5/lib/libroken Makefile Log: Fixed -DMAKE_KERBEROS5 world breakage in kerberos5/lib/libroken (make-roken is a build tool). This bug was hiding itself after a just fixed bug in cross-linker (binutuils/ld/Makefile,v 1.20). The bug was fatal for cross builds; for example, an alpha binary (make-roken) was attempted to be run on i386. Added make-roken to the list of build-tools in libasn1. It only worked because another build tool needs make-roken implicitly: (build-tools: asn1_compile: print_version.o: roken.h: make-roken). Spotted by: nectar Revision Changes Path 1.238 +2 -1 src/Makefile.inc1 1.12 +1 -1 src/kerberos5/lib/libasn1/Makefile 1.9 +3 -1 src/kerberos5/lib/libroken/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202111647.g1BGl5424822>