mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
Install spl-devel products in /usr/src/spl-SPL_VERSION/LINUX_VERSION/
Remove the spl symlink, it's just confusing
This commit is contained in:
+2
-1
@@ -16,7 +16,8 @@ noinst_HEADERS += util/*.h
|
||||
noinst_HEADERS += vm/*.h
|
||||
|
||||
install-data-local:
|
||||
instdest=$(DESTDIR)/${prefix}/src/spl-$(SPL_META_VERSION); \
|
||||
destname=spl-$(SPL_META_VERSION)/$(LINUX_VERSION); \
|
||||
instdest=$(DESTDIR)/${prefix}/src/$$destname; \
|
||||
instfiles=`find . -name '*.h'`; \
|
||||
for instfile in $$instfiles; do \
|
||||
$(INSTALL) -D $$instfile $$instdest/$$instfile; \
|
||||
|
||||
+2
-1
@@ -388,7 +388,8 @@ uninstall-am: uninstall-info-am
|
||||
|
||||
|
||||
install-data-local:
|
||||
instdest=$(DESTDIR)/${prefix}/src/spl-$(SPL_META_VERSION); \
|
||||
destname=spl-$(SPL_META_VERSION)/$(LINUX_VERSION); \
|
||||
instdest=$(DESTDIR)/${prefix}/src/$$destname; \
|
||||
instfiles=`find . -name '*.h'`; \
|
||||
for instfile in $$instfiles; do \
|
||||
$(INSTALL) -D $$instfile $$instdest/$$instfile; \
|
||||
|
||||
Reference in New Issue
Block a user