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

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

Diff for /src/sys/modules/ffs/Makefile between version 1.19 and 1.20

version 1.19, 2022/01/06 15:08:56 version 1.20, 2022/01/08 01:50:54
Line 7 
Line 7 
 KMOD=   ffs  KMOD=   ffs
 CPPFLAGS+=      -DFFS_EI -DWAPBL -DAPPLE_UFS -DQUOTA -DQUOTA2  CPPFLAGS+=      -DFFS_EI -DWAPBL -DAPPLE_UFS -DQUOTA -DQUOTA2
 CPPFLAGS+=      -DUFS_EXTATTR -DUFS_ACL  CPPFLAGS+=      -DUFS_EXTATTR -DUFS_ACL
 #CPPFLAGS+=     -DUFS_DIRHASH # disabled - suspected of corrupting memory  #CPPFLAGS+=     -DUFS_DIRHASH   # disabled - suspected of corrupting memory
   
 CWARNFLAGS.clang=       -Wno-conversion  CWARNFLAGS.clang=       -Wno-conversion
 COPTS.ffs_appleufs.c+=   ${NO_ADDR_OF_PACKED_MEMBER}  COPTS.ffs_appleufs.c+=   ${NO_ADDR_OF_PACKED_MEMBER}

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

CVSweb <webmaster@jp.NetBSD.org>