Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Getting rid of a bit more configure options that's been centralized. | Thomas Lundquist | 2009-01-18 | 1 | -1/+1 |
| | |||||
* | package/: remove redundant install-strip in *_TARGET_INSTALL_OPT | Peter Korsgaard | 2008-10-20 | 1 | -1/+0 |
| | | | | It's default now. | ||||
* | psmic: locale support | Peter Korsgaard | 2008-08-25 | 1 | -0/+6 |
| | | | | Closes #4274. | ||||
* | psmisc: bump version | Peter Korsgaard | 2008-08-25 | 1 | -1/+1 |
| | |||||
* | psmisc: convert to Makefile.autotools.in format | Peter Korsgaard | 2008-08-25 | 1 | -52/+10 |
| | |||||
* | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -2/+2 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -3/+3 |
| | |||||
* | Bump version of tar and add disabling of IPv6 for psmisc if it is not ↵ | "Steven J. Hill" | 2007-07-05 | 1 | -0/+1 |
| | | | | selected. Submitted by <buraphalinuxserver@gmail.com>. | ||||
* | - 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. | ||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+1 |
| | |||||
* | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | 2007-01-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik | ||||
* | - 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) | ||||
* | ver bump | Mike Frysinger | 2006-03-19 | 1 | -1/+1 |
| | |||||
* | import psmisc | Mike Frysinger | 2005-11-19 | 1 | -0/+59 |