Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - fix a few -clean targets. | Bernhard Reutner-Fischer | 2007-06-28 | 1 | -1/+2 |
| | | | | - bash build is not parallel-safe | ||||
* | - 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. | ||||
* | - preserve quotes | Bernhard Reutner-Fischer | 2007-06-25 | 1 | -3/+3 |
| | |||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+1 |
| | |||||
* | - fix spurious rebuilds caused by at | Bernhard Reutner-Fischer | 2007-01-24 | 1 | -0/+1 |
| | |||||
* | - add missing include panic.h to parsetime.h | Bernhard Reutner-Fischer | 2007-01-22 | 2 | -23/+48 |
| | | | | - add missing prerequisite y.tab.h of lex.yy.c to fix parallel builds | ||||
* | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | 2007-01-14 | 1 | -0/+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 | ||||
* | - add missing package-source targets | Bernhard Reutner-Fischer | 2007-01-03 | 1 | -1/+2 |
| | | | | - add missing dependencies to build prerequisites in the config system | ||||
* | - don't install the docs | Bernhard Reutner-Fischer | 2006-12-20 | 1 | -1/+1 |
| | |||||
* | - rm cruft via fakeroot, not afterwards where it has no effect. | Bernhard Reutner-Fischer | 2006-12-02 | 1 | -1/+1 |
| | |||||
* | - 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) | ||||
* | avoid potential rebuild | Eric Andersen | 2006-07-04 | 1 | -0/+2 |
| | |||||
* | bump version | Eric Andersen | 2006-04-19 | 1 | -1/+1 |
| | |||||
* | yet again... rework fakeroot handling to ensure fakeroot is invoked just once, | Eric Andersen | 2006-04-10 | 1 | -4/+3 |
| | | | | as it seems to sometimes lose values logged during from earlier invocations. | ||||
* | remove extra space after touch | Mike Frysinger | 2005-11-24 | 1 | -1/+1 |
| | |||||
* | remove mandir | Mike Frysinger | 2005-11-20 | 1 | -0/+1 |
| | |||||
* | import at package by akvadrako #506 | Mike Frysinger | 2005-11-15 | 3 | -0/+135 |