Author: imp Date: Mon Oct 16 03:59:22 2017 New Revision: 324648 URL: https://svnweb.freebsd.org/changeset/base/324648
Log: Rename top level Makefile.ficl to ficl.mk. Added: head/sys/boot/ficl.mk (contents, props changed) - copied, changed from r324647, head/sys/boot/Makefile.ficl Deleted: head/sys/boot/Makefile.ficl Modified: head/sys/boot/common/Makefile.inc head/sys/boot/efi/libefi/Makefile head/sys/boot/ficl/Makefile Modified: head/sys/boot/common/Makefile.inc ============================================================================== --- head/sys/boot/common/Makefile.inc Mon Oct 16 03:59:17 2017 (r324647) +++ head/sys/boot/common/Makefile.inc Mon Oct 16 03:59:22 2017 (r324648) @@ -62,7 +62,7 @@ SRCS+= pnp.c # Forth interpreter .if defined(BOOT_FORTH) SRCS+= interp_forth.c -.include "${SRCTOP}/sys/boot/Makefile.ficl" +.include "../ficl.mk" .endif .if defined(BOOT_PROMPT_123) Modified: head/sys/boot/efi/libefi/Makefile ============================================================================== --- head/sys/boot/efi/libefi/Makefile Mon Oct 16 03:59:17 2017 (r324647) +++ head/sys/boot/efi/libefi/Makefile Mon Oct 16 03:59:22 2017 (r324648) @@ -4,7 +4,7 @@ .if ${MK_FORTH} != "no" CFLAGS+= -DBOOT_FORTH -.include "${.CURDIR}/../../Makefile.ficl" +.include "../../ficl.mk" .endif LIB= efi Copied and modified: head/sys/boot/ficl.mk (from r324647, head/sys/boot/Makefile.ficl) ============================================================================== Modified: head/sys/boot/ficl/Makefile ============================================================================== --- head/sys/boot/ficl/Makefile Mon Oct 16 03:59:17 2017 (r324647) +++ head/sys/boot/ficl/Makefile Mon Oct 16 03:59:22 2017 (r324648) @@ -1,7 +1,7 @@ # $FreeBSD$ # -.include "${.CURDIR}/../Makefile.ficl" +.include "../ficl.mk" BASE_SRCS= dict.c ficl.c fileaccess.c float.c loader.c math64.c \ prefix.c search.c stack.c tools.c vm.c words.c _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"