summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-26 07:25:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-26 07:25:43 +0000
commit954d43764c3a466a7cb593cfae717af2a840185c (patch)
treefa813681f46d3bd9c02f3e48b2e548fdc0950045
parente77e31de1725461f45e84f0cc7af7b1139f8dd67 (diff)
2007-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* bootstrap: Add options -p and -r for upstream compatiblity.
-rw-r--r--ChangeLog4
-rwxr-xr-xbootstrap5
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8eec045415..0e957ca36b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * bootstrap: Add options -p and -r for upstream compatiblity.
+
2006-04-24 Joel Sherrill <joel@OARcorp.com>
* VERSION: Updated to rtems-4.6.6.
diff --git a/bootstrap b/bootstrap
index 3060d85dec..2f7245e2e6 100755
--- a/bootstrap
+++ b/bootstrap
@@ -83,6 +83,11 @@ case $1 in
-c|--cl|--cle|--clea|--clean)
mode="clean";
shift;;
+-p|--pr|--pre|--prei|--prein|--preins|--preinst)
+ mode="nop"
+ shift;;
+-r|--re|--rec|--reco|--recon|--reconf)
+ shift;;
-*) echo "unknown option $1" ;
usage ;;
*) echo "invalid parameter $1" ;