summaryrefslogtreecommitdiffstats
path: root/rules/util-linux.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-04-11 16:25:58 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-04-11 16:25:58 +0000
commitf223b06aac6e8d21fa91a89a0e823deb91b3affe (patch)
tree58f3e44cd4f8edc878426c1fa6c69c87230438f4 /rules/util-linux.make
parentc7bbcbe2f3566b893dd31bf7239da0c90d357cc7 (diff)
downloadptxdist-f223b06aac6e8d21fa91a89a0e823deb91b3affe.tar.gz
ptxdist-f223b06aac6e8d21fa91a89a0e823deb91b3affe.tar.xz
added mount to util-linux; patch by Ladislav Michl
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2430 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/util-linux.make')
-rw-r--r--rules/util-linux.make12
1 files changed, 8 insertions, 4 deletions
diff --git a/rules/util-linux.make b/rules/util-linux.make
index f7dbd07ee..f5f035691 100644
--- a/rules/util-linux.make
+++ b/rules/util-linux.make
@@ -94,12 +94,16 @@ util-linux_compile_deps = $(STATEDIR)/util-linux.prepare
$(STATEDIR)/util-linux.compile: $(util-linux_compile_deps)
@$(call targetinfo, $@)
+ cd $(UTIL-LINUX_DIR)/lib && $(UTIL-LINUX_PATH) make all
ifdef PTXCONF_UTLNX_MKSWAP
cd $(UTIL-LINUX_DIR)/disk-utils && $(UTIL-LINUX_PATH) make mkswap
endif
ifdef PTXCONF_UTLNX_SWAPON
cd $(UTIL-LINUX_DIR)/mount && $(UTIL-LINUX_PATH) make swapon
-endif
+endif
+ifdef PTXCONF_UTLNX_MOUNT
+ cd $(UTIL-LINUX_DIR)/mount && $(UTIL-LINUX_PATH) make mount
+endif
ifdef PTXCONF_UTLNX_IPCS
cd $(UTIL-LINUX_DIR)/sys-utils && $(UTIL-LINUX_PATH) make ipcs
endif
@@ -108,13 +112,13 @@ ifdef PTXCONF_UTLNX_READPROFILE
endif
ifdef PTXCONF_UTLNX_FDISK
cd $(UTIL-LINUX_DIR)/fdisk && $(UTIL_LINUX_PATH) make fdisk
-endif
+endif
ifdef PTXCONF_UTLNX_SFDISK
cd $(UTIL-LINUX_DIR)/fdisk && $(UTIL_LINUX_PATH) make sfdisk
-endif
+endif
ifdef PTXCONF_UTLNX_CFDISK
cd $(UTIL-LINUX_DIR)/fdisk && $(UTIL_LINUX_PATH) make cfdisk
-endif
+endif
touch $@
# ----------------------------------------------------------------------------