summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-01-24 17:34:38 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-01-24 17:38:36 +0100
commit7ecdbb6eccd7404439e2cf9678f225cc3428024e (patch)
tree47e8536b0ed17074c55295ccb6e6ab059f0715df
parent6a96a513051aea707f2e9b6166954cab707cf685 (diff)
downloadptxdist-for-ero-force.tar.gz
ptxdist-for-ero-force.tar.xz
[ptxd_force] use parameter '--force' to force things in makefor-ero-force
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rwxr-xr-xbin/ptxdist4
-rw-r--r--rules/post/ptxd_force.make15
2 files changed, 18 insertions, 1 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index b55cfd4f4..8e4696216 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -810,7 +810,9 @@ Overwrite defaults:
--platformconfig=<config> use specified platformconfig
--collectionconfig=<config> use specified collectionconfig
--toolchain=<toolchain> use specified toolchain
- --force select config even if MOJO is missing
+ --force select config even if MOJO is missing,
+ force certain actions suchs as compile,
+ prepare or install
--force-download allow downloading, even if disabled by setup
Options:
diff --git a/rules/post/ptxd_force.make b/rules/post/ptxd_force.make
new file mode 100644
index 000000000..641841376
--- /dev/null
+++ b/rules/post/ptxd_force.make
@@ -0,0 +1,15 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2010 by Marc Kleine-Budde <mkl@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+ifdef PTXDIST_FORCE
+$(MAKECMDGOALS): FORCE
+endif
+
+# vim: syntax=make