mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-19 21:56:31 +00:00
Patch from Ruben Laban <r.laban@ism.nl>:
I replaced all occurences of DISTDIR with DESTDIR and also introduced SBINDIR (and friends) to some other Makefiles. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@719 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+3
-3
@@ -106,11 +106,11 @@ uninstall:
|
||||
endif
|
||||
|
||||
ifeq ($(KVER),)
|
||||
INSTALL_DIR := $(DISTDIR)/lib/modules/$(shell uname -r)/extra
|
||||
INSTALL_DIR := $(DESTDIR)/lib/modules/$(shell uname -r)/extra
|
||||
else
|
||||
INSTALL_DIR := $(DISTDIR)/lib/modules/$(KVER)/extra
|
||||
INSTALL_DIR := $(DESTDIR)/lib/modules/$(KVER)/extra
|
||||
endif
|
||||
INSTALL_DIR_H := $(DISTDIR)/usr/local/include/scst
|
||||
INSTALL_DIR_H := $(DESTDIR)/usr/local/include/scst
|
||||
|
||||
EXTRA_CFLAGS += -I$(SCST_INC_DIR) -Wextra -Wno-unused-parameter \
|
||||
-Wno-missing-field-initializers
|
||||
|
||||
Reference in New Issue
Block a user