Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/ia64/stand/ia64/efi move vers.c evaluation before w...



details:   https://anonhg.NetBSD.org/src/rev/967a71ca96ab
branches:  trunk
changeset: 822842:967a71ca96ab
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Apr 09 22:50:02 2017 +0000

description:
move vers.c evaluation before we use ${SRCS}

diffstat:

 sys/arch/ia64/stand/ia64/efi/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 52becc8037ba -r 967a71ca96ab sys/arch/ia64/stand/ia64/efi/Makefile
--- a/sys/arch/ia64/stand/ia64/efi/Makefile     Sun Apr 09 22:48:39 2017 +0000
+++ b/sys/arch/ia64/stand/ia64/efi/Makefile     Sun Apr 09 22:50:02 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2017/04/08 19:53:21 christos Exp $      
+#      $NetBSD: Makefile,v 1.6 2017/04/09 22:50:02 christos Exp $      
 
 S=     ${.CURDIR}/../../../../..
 
@@ -18,6 +18,8 @@
 .PATH: ${.CURDIR}/../../common
 .include "${.CURDIR}/../../common/Makefile.inc"
 
+.include "${S}/conf/newvers_stand.mk"
+
 # need to do this after common stuff pulled in
 SRCS.loader.sym:=      start.S conf.c efimd.c main.c ${SRCS}
 
@@ -54,6 +56,5 @@
 # Cross dependencies between LIBEFI and LIB(SA|KERN). Need to elaborate below.
 LDADD=         ${LIBEFI} ${LIBLIST} ${LIBEFI} ${LIBLIST}
 
-.include "${S}/conf/newvers_stand.mk"
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index