index
:
buildroot.git
master
next
Buildroot: Making Embedded Linux easy
hugues
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
package
/
sudo
/
sudo.mk
Age
Commit message (
Expand
)
Author
2009-01-16
package/: convert to DOWNLOAD helper
Peter Korsgaard
2009-01-12
Sudo source package IS at DEBIAN, but with a different name
Ulf Samuelsson
2009-01-11
revert patch to allow downloading sudo from an EXISTING location
Ulf Samuelsson
2009-01-11
sudo: use Debian as upstream
Peter Korsgaard
2009-01-11
Move SUDO_SITE to ATMEL_MIRROR, No cross-compiler patches for later versions ...
Ulf Samuelsson
2008-12-08
package/: get rid of unneeded $(strip ..)
Peter Korsgaard
2008-03-06
cleanup sudo makefile
John Voltz
2008-02-12
Run $(CONFIG_UPDATE) after unpacking sources
Hamish Moffatt
2007-10-01
- just use the strip binary to avoid confusing libtool (quotes)
Bernhard Reutner-Fischer
2007-08-21
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ...
Bernhard Reutner-Fischer
2007-07-11
Use <package>_VERSION in all <package>.mk instead of <package>_VER
Ulf Samuelsson
2007-07-06
Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and TARGET_LD...
"Steven J. Hill"
2007-06-27
- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
Bernhard Reutner-Fischer
2007-03-14
yet more LDFLAGS handling fixups
Eric Andersen
2007-03-13
fixup package LDFLAGS handling
Eric Andersen
2007-01-14
fixup a whole steaming pile of insanity. When packages are configured,
Eric Andersen
2006-12-21
- bump version and make it work
Bernhard Reutner-Fischer
2006-12-15
- sudo depends on host-fakeroot
Bernhard Reutner-Fischer
2006-10-03
- late binding isn't a good idea there, i did end up with an empty SOURCE.
Bernhard Reutner-Fischer
2006-10-01
- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ...
Bernhard Reutner-Fischer
2006-07-04
try to avoid rebuild
Eric Andersen
2006-06-06
Fix Bug #897 preventing the building of 'sudo' for architectures other than x86.
"Steven J. Hill"
2006-04-11
add sudo, based on http://bugs.busybox.net/view.php?id=511
Eric Andersen