Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed typo in cpioroot, we're working with CPIO_BASE not TAR_TARGET | Nigel Kukard | 2008-04-06 | 1 | -1/+1 |
| | |||||
* | - fix some whitespace damage.. | Bernhard Reutner-Fischer | 2007-10-05 | 2 | -0/+20 |
| | | | | - add COPYTO settings for cpio and tar and remove that ugly hardcoded DATE from that was added by Ulf | ||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -1/+1 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - workaround for broken external toolchains | Bernhard Reutner-Fischer | 2007-08-25 | 1 | -1/+1 |
| | |||||
* | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | - start to use BR2_HAVE_MANPAGES and BR2_HAVE_INFOPAGES | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+5 |
| | | | | - always error out if ldconfig for the target fails (was inconsistent..) | ||||
* | Move fakeroot temps from STAGING_DIR to PROJECT_BUILD_DIR | Ulf Samuelsson | 2007-08-16 | 1 | -9/+9 |
| | |||||
* | Allow compression of cpio targets | Ulf Samuelsson | 2007-08-11 | 2 | -10/+78 |
| | |||||
* | Use cross ldconfig instead of host version | Peter Korsgaard | 2007-08-08 | 1 | -1/+1 |
| | |||||
* | s/FAKEROUTE/FAKEROOT/ | Peter Korsgaard | 2007-05-03 | 1 | -1/+1 |
| | |||||
* | - make sure to download fakeroot if needed | Bernhard Reutner-Fischer | 2007-04-06 | 1 | -4/+5 |
| | |||||
* | - use numeric values for the superuser to be more portable. | Bernhard Reutner-Fischer | 2007-03-20 | 1 | -1/+1 |
| | | | | Closes #1250 | ||||
* | - do not use TARGET_DEVICE_TABLE if is is empty | Bernhard Reutner-Fischer | 2007-02-15 | 1 | -0/+2 |
| | |||||
* | (no commit message) | Bernhard Reutner-Fischer | 2006-11-22 | 1 | -0/+1 |
| | |||||
* | - fix indentation, second take :( | Bernhard Reutner-Fischer | 2006-11-22 | 1 | -18/+18 |
| | |||||
* | - fix indentation | Bernhard Reutner-Fischer | 2006-11-22 | 1 | -1/+1 |
| | |||||
* | - add a simple cpio target, to be used with an initramfs. | Bernhard Reutner-Fischer | 2006-11-22 | 2 | -0/+51 |
Thanks to Goetz Bock |