Source-Changes-HG archive

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

[src/trunk]: src/share/mk Fix previous; add missing <module>.kmod.debug to re...



details:   https://anonhg.NetBSD.org/src/rev/77d2a2ece3a0
branches:  trunk
changeset: 932198:77d2a2ece3a0
user:      rin <rin%NetBSD.org@localhost>
date:      Sat May 02 09:15:30 2020 +0000

description:
Fix previous; add missing <module>.kmod.debug to realall.

diffstat:

 share/mk/bsd.kmodule.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b35eab433098 -r 77d2a2ece3a0 share/mk/bsd.kmodule.mk
--- a/share/mk/bsd.kmodule.mk   Sat May 02 09:13:40 2020 +0000
+++ b/share/mk/bsd.kmodule.mk   Sat May 02 09:15:30 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.kmodule.mk,v 1.66 2020/05/01 22:23:00 christos Exp $
+#      $NetBSD: bsd.kmodule.mk,v 1.67 2020/05/02 09:15:30 rin Exp $
 
 # We are not building this with PIE
 MKPIE=no
@@ -114,7 +114,7 @@
 .endif  
 
 ##### Build rules
-realall:       ${PROG}
+realall:       ${PROG} ${PROGDEBUG}
 
 OBJS+=         ${SRCS:N*.h:N*.sh:R:S/$/.o/g}
 



Home | Main Index | Thread Index | Old Index