Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - add check for UCLIBC_HAS_LFS. | Bernhard Reutner-Fischer | 2007-09-21 | 1 | -0/+0 |
| | | | | Fixes compilation error if LARGEFLE support is off | ||||
* | - of course we also define glibc. argh! | Bernhard Reutner-Fischer | 2007-09-20 | 1 | -4/+5 |
| | |||||
* | - add candidate-patch to make fakeroot UCLIBC_HAS_LFS aware | Bernhard Reutner-Fischer | 2007-09-20 | 1 | -0/+13 |
| | |||||
* | - cleanup and fixes (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-09-17 | 1 | -6/+14 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+2 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Fix libdir path for libfakeroot.la | Ulf Samuelsson | 2007-08-13 | 1 | -0/+2 |
| | |||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -2/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | - bump version | Bernhard Reutner-Fischer | 2007-06-06 | 1 | -1/+1 |
| | |||||
* | s/FAKEROUTE/FAKEROOT/ | Peter Korsgaard | 2007-05-03 | 2 | -2/+2 |
| | |||||
* | - make sure to download fakeroot if needed | Bernhard Reutner-Fischer | 2007-04-06 | 2 | -0/+9 |
| | |||||
* | Version bump. Thanks to Michael Benedict | Peter Korsgaard | 2007-04-03 | 1 | -1/+1 |
| | |||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+2 |
| | |||||
* | Bump version. Closes #1241, #1243 and #1248 | Peter Korsgaard | 2007-03-05 | 2 | -4/+4 |
| | |||||
* | - bump version | Bernhard Reutner-Fischer | 2007-01-22 | 1 | -8/+8 |
| | |||||
* | fix dependancy to avoid needless rebuilds | Eric Andersen | 2007-01-22 | 1 | -0/+4 |
| | |||||
* | - use one (patched) sourcedir and build the -host and -target fakeroute in their | Bernhard Reutner-Fischer | 2006-12-15 | 1 | -18/+18 |
| | | | | own dirs. Thanks to Ulrich Hecht. | ||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -1/+1 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | teach newer fakeroot to not build docs | Eric Andersen | 2006-04-19 | 2 | -1/+23 |
| | |||||
* | - update from fakeroot 1.2.10 to 1.2.13 | Bernhard Reutner-Fischer | 2006-01-03 | 1 | -1/+2 |
| | |||||
* | remove extra space after touch | Mike Frysinger | 2005-11-24 | 1 | -2/+2 |
| | |||||
* | Finish implementing fakeroot handling so mksquashfs properly | Eric Andersen | 2005-06-24 | 1 | -0/+3 |
| | | | | | inherits device table settings and device nodes, exactly as per mkfs* applications that support device tables natively. | ||||
* | Use fakeroot and makedevs to fake mksquashfs into building properly setup file | Eric Andersen | 2005-06-24 | 1 | -2/+0 |
| | | | | permissions and device nodes into the target rootfs without needing to be root. | ||||
* | Update to the debian sarge release version of fakeroot | Eric Andersen | 2005-06-23 | 1 | -1/+1 |
| | |||||
* | Support building fakeroot for use on the host system, i.e. for | Eric Andersen | 2005-03-07 | 1 | -19/+61 |
| | | | | munging permissions on tarballs... | ||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 2 | -3/+8 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | Fix from pdinoto: http://bugs.uclibc.org/view.php?id=31 | Eric Andersen | 2005-01-23 | 1 | -1/+1 |
| | | | | | | 0000031: [PATCH] fakeroot: Update to version 1.2.2 Use new version. Previous is not longer available (at least in debian archive) | ||||
* | more help updates from Tom Cameron | Mike Frysinger | 2004-12-26 | 1 | -4/+3 |
| | |||||
* | fakeroot 1.1.2 is no longer available, updated to 1.1.5. Reported by Karsten ↵ | Ned Ludd | 2004-10-27 | 1 | -2/+3 |
| | | | | Kruse uclibc ml | ||||
* | Update a few packages | Eric Andersen | 2004-10-14 | 1 | -3/+3 |
| | |||||
* | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | use $(TAR_VERBOSITY) | Mike Frysinger | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | final step in buildroot facelift | Eric Andersen | 2004-10-09 | 2 | -0/+11 |
| | |||||
* | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | 2004-10-09 | 1 | -0/+63 |
directory. |