summaryrefslogtreecommitdiffstats
path: root/rules/util-linux.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2005-08-04 16:34:33 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2005-08-04 16:34:33 +0000
commit65b8925618a819d2bc13548973f16d452630b119 (patch)
tree46c681020874a49484dbf2157b3ddc3d85100daa /rules/util-linux.make
parent581d4c248109a58411860c3e7b3937f68b5a98e8 (diff)
downloadptxdist-65b8925618a819d2bc13548973f16d452630b119.tar.gz
ptxdist-65b8925618a819d2bc13548973f16d452630b119.tar.xz
* util-linux: fix install of mount, add option for umount
patch by Steven Scholz git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3016 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/util-linux.make')
-rw-r--r--rules/util-linux.make9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/util-linux.make b/rules/util-linux.make
index 795739964..75c1739e6 100644
--- a/rules/util-linux.make
+++ b/rules/util-linux.make
@@ -104,6 +104,9 @@ endif
ifdef PTXCONF_UTLNX_MOUNT
cd $(UTIL-LINUX_DIR)/mount && $(UTIL-LINUX_PATH) make mount
endif
+ifdef PTXCONF_UTLNX_UMOUNT
+ cd $(UTIL-LINUX_DIR)/mount && $(UTIL-LINUX_PATH) make umount
+endif
ifdef PTXCONF_UTLNX_IPCS
cd $(UTIL-LINUX_DIR)/sys-utils && $(UTIL-LINUX_PATH) make ipcs
endif
@@ -157,6 +160,12 @@ endif
ifdef PTXCONF_UTLNX_SWAPON
@$(call install_copy, 0, 0, 0755, $(UTIL-LINUX_DIR)/mount/swapon, /sbin/swapon)
endif
+ifdef PTXCONF_UTLNX_MOUNT
+ @$(call install_copy, 0, 0, 0755, $(UTIL-LINUX_DIR)/mount/mount, /sbin/mount)
+endif
+ifdef PTXCONF_UTLNX_UMOUNT
+ @$(call install_copy, 0, 0, 0755, $(UTIL-LINUX_DIR)/mount/umount, /sbin/umount)
+endif
ifdef PTXCONF_UTLNX_IPCS
@$(call install_copy, 0, 0, 0755, $(UTIL-LINUX_DIR)/sys-utils/ipcs, /usr/bin/ipcs)
endif