Date: Thu, 3 Apr 2014 16:21:38 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r264078 - head/sys/boot/i386/efi Message-ID: <201404031621.s33GLc0x066278@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Thu Apr 3 16:21:37 2014 New Revision: 264078 URL: http://svnweb.freebsd.org/changeset/base/264078 Log: Put each source file on a separate line This will simplify rebasing the amd64 UEFI patch set. Sponsored by: The FreeBSD Foundation Modified: head/sys/boot/i386/efi/Makefile Modified: head/sys/boot/i386/efi/Makefile ============================================================================== --- head/sys/boot/i386/efi/Makefile Thu Apr 3 15:04:32 2014 (r264077) +++ head/sys/boot/i386/efi/Makefile Thu Apr 3 16:21:37 2014 (r264078) @@ -10,8 +10,18 @@ PROG= loader.sym INTERNALPROG= # architecture-specific loader code -SRCS= main.c exec.c conf.c vers.c reloc.c start.S elf32_freebsd.c -SRCS+= i386_copy.c bootinfo.c autoload.c devicename.c efimd.c +SRCS= autoload.c \ + bootinfo.c \ + conf.c \ + devicename.c \ + efimd.c \ + elf32_freebsd.c \ + exec.c \ + i386_copy.c \ + main.c \ + reloc.c \ + vers.c +SRCS+= start.S CFLAGS+= -I${.CURDIR}/../../efi/include CFLAGS+= -I${.CURDIR}/../../efi/include/i386
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404031621.s33GLc0x066278>