From 61679315140b4e16dd9f12f40abebdde2c4c0880 Mon Sep 17 00:00:00 2001 From: Ryan Moeller Date: Tue, 9 Jul 2019 19:37:22 -0400 Subject: [PATCH] Don't let distclean delete our dummy headers Signed-off-by: Ryan Moeller --- include/os/freebsd/spl/sys/inttypes.h | 1 + include/os/freebsd/spl/sys/mode.h | 1 + include/os/freebsd/spl/sys/strings.h | 1 + module/Makefile.in | 1 - 4 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/os/freebsd/spl/sys/inttypes.h b/include/os/freebsd/spl/sys/inttypes.h index e69de29bb2d1..651685d30473 100644 --- a/include/os/freebsd/spl/sys/inttypes.h +++ b/include/os/freebsd/spl/sys/inttypes.h @@ -0,0 +1 @@ +/* do not delete */ diff --git a/include/os/freebsd/spl/sys/mode.h b/include/os/freebsd/spl/sys/mode.h index e69de29bb2d1..651685d30473 100644 --- a/include/os/freebsd/spl/sys/mode.h +++ b/include/os/freebsd/spl/sys/mode.h @@ -0,0 +1 @@ +/* do not delete */ diff --git a/include/os/freebsd/spl/sys/strings.h b/include/os/freebsd/spl/sys/strings.h index e69de29bb2d1..651685d30473 100644 --- a/include/os/freebsd/spl/sys/strings.h +++ b/include/os/freebsd/spl/sys/strings.h @@ -0,0 +1 @@ +/* do not delete */ diff --git a/module/Makefile.in b/module/Makefile.in index 51e48fc56e23..6d139631545b 100644 --- a/module/Makefile.in +++ b/module/Makefile.in @@ -110,7 +110,6 @@ cscopelist-am: $(am__tagged_files) fi; \ done >> $(top_builddir)/cscope.files -distdir: modules_install-FreeBSD: @# Install the kernel modules flags="$$(echo $$MAKEFLAGS | tr ' ' '\n' | grep '^-j')"; \