Added file ./bootstrap; Added $(DESTDIR) to */Makefile.am make alternate root installs possible

This commit is contained in:
Richard Hacker
2006-10-09 12:59:09 +00:00
parent 14b7f84cbf
commit f9b50c6654
8 changed files with 24 additions and 23 deletions
+1
View File
@@ -45,6 +45,7 @@ clean-local:
install-data-local:
$(MAKE) -C "$(LINUX_SOURCE_DIR)" M="$(ABSSRCDIR)" \
INSTALL_MOD_PATH="$(DESTDIR)" \
INSTALL_MOD_DIR="ethercat" modules_install
#------------------------------------------------------------------------------
+1
View File
@@ -52,6 +52,7 @@ clean-local:
install-data-local:
$(MAKE) -C "$(LINUX_SOURCE_DIR)" M="$(ABSSRCDIR)" \
INSTALL_MOD_PATH="$(DESTDIR)" \
INSTALL_MOD_DIR="ethercat" modules_install
#------------------------------------------------------------------------------
+1
View File
@@ -47,6 +47,7 @@ clean-local:
install-data-local:
$(MAKE) -C "$(LINUX_SOURCE_DIR)" M="$(ABSSRCDIR)" \
INSTALL_MOD_PATH="$(DESTDIR)" \
INSTALL_MOD_DIR="ethercat" modules_install
#------------------------------------------------------------------------------