Build system and packaging (RPM support) (Part 3)
Complete support for dist install srpm and rpm make targets.
This commit is contained in:
parent
7f0ca09791
commit
c0c0c27632
|
@ -76,7 +76,6 @@ AC_CONFIG_FILES([
|
|||
module/zcommon/Makefile
|
||||
module/zfs/Makefile
|
||||
module/zpios/Makefile
|
||||
module/zpios/include/Makefile
|
||||
scripts/Makefile
|
||||
scripts/zpool-config/Makefile
|
||||
scripts/zpios-test/Makefile
|
||||
|
|
|
@ -3,6 +3,7 @@ subdir-m += nvpair
|
|||
subdir-m += unicode
|
||||
subdir-m += zcommon
|
||||
subdir-m += zfs
|
||||
subdir-m += zpios
|
||||
|
||||
modules clean:
|
||||
# Make the exported SPL symbols available to these modules.
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
subdir-m += include
|
||||
DISTFILES = zpios.c
|
||||
|
||||
MODULE := zpios
|
||||
|
||||
EXTRA_CFLAGS = -I@MODDIR@/zfs/include
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
DISTFILES = zpios-ctl.h zpios-internal.h
|
Loading…
Reference in New Issue