aboutsummaryrefslogtreecommitdiffstats
path: root/include/shell.sh
Commit message (Collapse)AuthorAgeFilesLines
* build: use mkhash to replace various quirky md5sum/openssl callsFelix Fietkau2017-01-051-7/+0
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* build: drop `trapret` function from non-Linux HOST_TAR variantAlexandru Ardelean2017-01-031-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | Looks like this was meant to workaround some limitations with non-GNU tar variants (like BSD-tar which are present on Mac os BSD hosts). Though, I cannot find any use of that `+s` option that's mentioned in the comment. Last hash of this I found was 24faf55360271cd0bfc4751753384f9210d52f7f In my case, it now this fails for `python-setuptools` on Mac OS X (the host-build with): ``` trapret 2 tar -C <home-dir>/work/sources-work/lede/build_dir/target-i386_pentium4_musl-1.1.15/python-setuptools-27.2.0 --strip-components=1 -xzf <home-dir>/work/sources-work/lede/dl/setuptools-27.2.0.tar.gz bash: trapret: command not found ``` So, I was thinking maybe it's time to remove this workaround (9 years later). I could also fix the `python-setuptools` host build. If that's more preferred. [ Btw, I just recently transitioned to a Mac machine for dev-ing, so a lot of (this Mac) stuff I'm finding out is new to me too. ] Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* include: remove trailing whitespacesLuka Perkov2015-03-291-1/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 45127
* Revert "include/shell.sh: remove getvar()"Felix Fietkau2014-10-261-0/+4
| | | | | | | | It is more widely used than I thought. Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43068
* include/shell.sh: remove getvar()Felix Fietkau2014-10-221-4/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43020
* clean up md5s() shell functionFelix Fietkau2008-09-021-1/+4
| | | | SVN-Revision: 12493
* bug #1547Mike Baker2007-04-031-1/+1
| | | | SVN-Revision: 6851
* make busybox autorebuild on relevant config changesFelix Fietkau2007-03-231-0/+4
| | | | SVN-Revision: 6651
* trap chmod errors in tar unpack on bsd - modes like 02755 failFelix Fietkau2006-11-271-0/+15
| | | | SVN-Revision: 5656
* finally move buildroot-ng to trunkFelix Fietkau2016-03-201-0/+15