Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-27 | buildroot: cleanup <package>-clean targets. | Peter Korsgaard | |
Based on input from Arndt Kritzner & Bernhard Fischer. | |||
2008-03-13 | fakeroot: fix tarball name | Peter Korsgaard | |
Reported by Hamish Moffatt. | |||
2008-03-12 | Fixed URL for fakeroot sources | John Voltz | |
2008-03-11 | updated fakeroot version | John Voltz | |
2008-01-21 | Upped version, fixing http://busybox.net/bugs/view.php?id=1954 | Thomas Lundquist | |
2007-12-27 | Added BR2_DEBIAN_MIRROR | Thomas Lundquist | |
2007-12-27 | Closing bug #1819 and 1709 | Thomas Lundquist | |
2007-10-18 | update fakeroot to 1.8.2 version | Ivan Kuten | |
2007-10-13 | Bump fakeroot version and add patch | Ulf Samuelsson | |
2007-10-02 | - bump version | Bernhard Reutner-Fischer | |
2007-09-17 | - cleanup and fixes (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | |
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-08-13 | Fix libdir path for libfakeroot.la | Ulf Samuelsson | |
2007-06-27 | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | |
- use TARGET_CONFIGURE_ARGS where appropriate. | |||
2007-06-06 | - bump version | Bernhard Reutner-Fischer | |
2007-05-03 | s/FAKEROUTE/FAKEROOT/ | Peter Korsgaard | |
2007-04-06 | - make sure to download fakeroot if needed | Bernhard Reutner-Fischer | |
2007-04-03 | Version bump. Thanks to Michael Benedict | Peter Korsgaard | |
2007-03-13 | fixup package LDFLAGS handling | Eric Andersen | |
2007-03-05 | Bump version. Closes #1241, #1243 and #1248 | Peter Korsgaard | |
2007-01-22 | - bump version | Bernhard Reutner-Fischer | |
2007-01-22 | fix dependancy to avoid needless rebuilds | Eric Andersen | |
2006-12-15 | - use one (patched) sourcedir and build the -host and -target fakeroute in their | Bernhard Reutner-Fischer | |
own dirs. Thanks to Ulrich Hecht. | |||
2006-10-01 | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | |
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | |||
2006-04-19 | teach newer fakeroot to not build docs | Eric Andersen | |
2006-01-03 | - update from fakeroot 1.2.10 to 1.2.13 | Bernhard Reutner-Fischer | |
2005-11-24 | remove extra space after touch | Mike Frysinger | |
2005-06-24 | Finish implementing fakeroot handling so mksquashfs properly | Eric Andersen | |
inherits device table settings and device nodes, exactly as per mkfs* applications that support device tables natively. | |||
2005-06-24 | Use fakeroot and makedevs to fake mksquashfs into building properly setup file | Eric Andersen | |
permissions and device nodes into the target rootfs without needing to be root. | |||
2005-06-23 | Update to the debian sarge release version of fakeroot | Eric Andersen | |
2005-03-07 | Support building fakeroot for use on the host system, i.e. for | Eric Andersen | |
munging permissions on tarballs... | |||
2005-02-10 | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | |
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | |||
2005-01-23 | Fix from pdinoto: http://bugs.uclibc.org/view.php?id=31 | Eric Andersen | |
0000031: [PATCH] fakeroot: Update to version 1.2.2 Use new version. Previous is not longer available (at least in debian archive) | |||
2004-10-27 | fakeroot 1.1.2 is no longer available, updated to 1.1.5. Reported by Karsten ↵ | Ned Ludd | |
Kruse uclibc ml | |||
2004-10-14 | Update a few packages | Eric Andersen | |
2004-10-09 | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | |
2004-10-09 | use $(TAR_VERBOSITY) | Mike Frysinger | |
2004-10-09 | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | |
directory. |