Guest User

Untitled

a guest
Jan 20th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. --- src/usr.sbin/autofs/Makefile.orig 2018-01-09 12:31:15.000000000 +0900
  2. +++ src/usr.sbin/autofs/Makefile 2018-01-10 20:48:50.538687000 +0900
  3. @@ -6,6 +6,7 @@
  4. defined.c log.c popen.c token.l
  5.  
  6. CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sys
  7. +CWARNFLAGS.clang+= -Wno-format-nonliteral -Wno-missing-noreturn
  8.  
  9. MAN= automount.8 automountd.8 autounmountd.8 auto_master.5
  10.  
  11. --- src/usr.sbin/fstyp/Makefile.orig 2018-01-09 12:31:15.000000000 +0900
  12. +++ src/usr.sbin/fstyp/Makefile 2018-01-11 10:19:15.372848000 +0900
  13. @@ -22,6 +22,7 @@
  14. CFLAGS+= -I${NETBSDSRCDIR}/external/cddl/osnet/dist/uts/common
  15. CFLAGS+= -I${NETBSDSRCDIR}/external/cddl/osnet/dist/uts/common/fs/zfs
  16. CFLAGS+= -I${NETBSDSRCDIR}/external/cddl/osnet/dist/lib/libnvpair
  17. +CWARNFLAGS.clang+= -Wno-unknown-pragmas
  18. LDADD+= -lnvpair -lzfs
  19. .endif
Add Comment
Please, Sign In to add comment