[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests / modules

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/tests/modules/Makefile between version 1.13 and 1.13.4.1

version 1.13, 2018/01/08 14:17:15 version 1.13.4.1, 2019/06/10 22:10:08
Line 12  CPPFLAGS+= -D_KERNTYPES
Line 12  CPPFLAGS+= -D_KERNTYPES
 # Atffile into it.  # Atffile into it.
 TESTS_C=        t_modctl  TESTS_C=        t_modctl
 TESTS_C+=       t_builtin  TESTS_C+=       t_builtin
 LDADD=          -lprop  TESTS_C+=       t_kcov
 LDADD+=         -lrumpfs_kernfs -lrumpvfs -lrump -lrumpuser -lrump -lpthread  TESTS_C+=       t_ufetchstore
   CPPFLAGS.t_ufetchstore.c+=-I${.CURDIR}/ufetchstore
   .for i in t_modctl t_builtin t_kcov
   LDADD.${i}=     -lprop
   LDADD.${i}+=    -lrumpfs_kernfs -lrumpvfs -lrump -lrumpuser -lrump -lpthread
   .endfor
   
 TESTS_SH=       t_abi_uvm  TESTS_SH=       t_abi_uvm
 TESTS_SH+=      t_modload  TESTS_SH+=      t_modload
 TESTS_SH+=      t_klua_pr_52864  TESTS_SH+=      t_klua_pr_52864
   TESTS_SH+=      t_threadpool
   
 SUBDIR=         k_helper  SUBDIR=         k_helper
 SUBDIR+=        k_helper2  SUBDIR+=        k_helper2
 SUBDIR+=        k_helper3  SUBDIR+=        k_helper3
 SUBDIR+=        k_uvm  SUBDIR+=        k_uvm
   SUBDIR+=        threadpool_tester
   SUBDIR+=        ufetchstore
   
 .include <bsd.test.mk>  .include <bsd.test.mk>

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.13.4.1

CVSweb <webmaster@jp.NetBSD.org>