Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/stand/gzboot remove the MKPIE and MKCTF no h...



details:   https://anonhg.NetBSD.org/src/rev/0e1657bef1d4
branches:  trunk
changeset: 343359:0e1657bef1d4
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 31 15:29:04 2016 +0000

description:
remove the MKPIE and MKCTF no hack, and move it to the .mk files

diffstat:

 sys/arch/evbarm/stand/gzboot/Makefile.gzboot |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (16 lines):

diff -r 38d15c85cdb3 -r 0e1657bef1d4 sys/arch/evbarm/stand/gzboot/Makefile.gzboot
--- a/sys/arch/evbarm/stand/gzboot/Makefile.gzboot      Sun Jan 31 06:15:39 2016 +0000
+++ b/sys/arch/evbarm/stand/gzboot/Makefile.gzboot      Sun Jan 31 15:29:04 2016 +0000
@@ -1,10 +1,8 @@
-#      $NetBSD: Makefile.gzboot,v 1.32 2016/01/31 02:16:28 christos Exp $
+#      $NetBSD: Makefile.gzboot,v 1.33 2016/01/31 15:29:04 christos Exp $
 
 NOMAN=  # defined
 
-.include <bsd.obj.mk>          # Pull in OBJDIR name rules.
-MKPIE:=no
-MKCTF:=no
+.include <bsd.init.mk>         # Pull in OBJDIR name rules.
 .include <bsd.own.mk>
 .include <bsd.klinks.mk>
 



Home | Main Index | Thread Index | Old Index