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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to