aboutsummaryrefslogtreecommitdiff
path: root/scripts/patch-renumber.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix breakage from sed_r change in some auxiliary scriptsAlexey Neyman2017-02-161-1/+1
| | | | | | ... do not overquote the variables from paths.sh. Signed-off-by: Alexey Neyman <stilor@att.net>
* Determine whether -E/-r option selects extended regexpAlexey Neyman2017-02-131-1/+1
| | | | | | | | | | | | | | ... and then use the right option. See the note in scripts/functions on where we should use ${foo} and where just 'foo'; this boils down to whether we can expect the build tools override to be in effect (e.g. in the actual build scripts) or not (i.e. outside of scripts/build). While running in scripts/functions, or in scripts/crosstool-NG.sh the build tools override directory (.build/tools/bin) may have not been set up (yet, or at all). Also, modify the installed scripts (populate, xldd) accordingly. Signed-off-by: Alexey Neyman <stilor@att.net>
* scripts: fix tools overrideYann E. MORIN"2012-01-161-2/+2
| | | | | | | | | | The tools found by the new autostuff configure can contain arguments, for example: grep -E This needs separating the paths set for the Makfile from the paths set for the scripts. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* scripts: be POSIXly correct in helper scriptsYann E. MORIN"2009-11-121-1/+6
| | | | | Fix helper scripts to be POSIXly correct: don't expect '.' (the dot builtin) to search CWD if it is not in $PATH.
* scripts: output renumbered patches in a new directoryYann E. MORIN"2009-11-101-23/+33
| | | | | | When renumbering patches, the original patches get removed and replaced with the new ones. This can be annoying to loose the original patches. Fix this by putting the new patchs in a directory of their own.
* scripts: add sed expression to apply when renumbering patchesYann E. MORIN"2009-10-271-14/+26
| | | | | | | | Some patchsets have superfluous members in their names (eg. the ones coming from Gentoo), so it can come in handy to pass a sed RE to strip them out of the final patch name. Also add a 'fake' mode, where the command will only be printed and not executed, so we can check beforehand if the rename will be OK.
* scripts: replace calls to svn with calls to hg in script to renumber patchesYann E. MORIN"2009-10-101-3/+3
|
* Fix patch-renumber:Yann E. MORIN"2009-02-011-2/+7
| | | | | | | | - look at the patch directory when using svnversion, not at current directory - some code beautification. /trunk/scripts/patch-renumber.sh | 9 7 2 0 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-)
* Use the path discovered by ./configure in scripts/patch-renumber.shYann E. MORIN"2009-01-291-1/+5
| | | | | | | It now requires that "./configure && make" be run beforehand. /trunk/scripts/patch-renumber.sh | 6 5 1 0 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
* Move patch-renumber.sh from tools/ to scripts/Yann E. MORIN"2008-12-151-0/+32