summaryrefslogtreecommitdiffstats
path: root/package/at
Commit message (Collapse)AuthorAgeFilesLines
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Added BR2_DEBIAN_MIRRORThomas Lundquist2007-12-271-1/+1
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* - honour BR2_HAVE_MANPAGESBernhard Reutner-Fischer2007-08-211-2/+5
|
* SED away some whitespaceUlf Samuelsson2007-08-201-1/+1
|
* Move fakeroot temps from STAGING_DIR to PROJECT_BUILD_DIRUlf Samuelsson2007-08-161-2/+2
|
* Use correct binary in 'at' to avoid rebuildsUlf Samuelsson2007-07-271-1/+3
|
* Get rid of repeated rebuild of 'at'Ulf Samuelsson2007-07-161-8/+7
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-3/+3
|
* - fix a few -clean targets.Bernhard Reutner-Fischer2007-06-281-1/+2
| | | | - bash build is not parallel-safe
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-2/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* - preserve quotesBernhard Reutner-Fischer2007-06-251-3/+3
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* - fix spurious rebuilds caused by atBernhard Reutner-Fischer2007-01-241-0/+1
|
* - add missing include panic.h to parsetime.hBernhard Reutner-Fischer2007-01-222-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 Andersen2007-01-141-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 targetsBernhard Reutner-Fischer2007-01-031-1/+2
| | | | - add missing dependencies to build prerequisites in the config system
* - don't install the docsBernhard Reutner-Fischer2006-12-201-1/+1
|
* - rm cruft via fakeroot, not afterwards where it has no effect.Bernhard Reutner-Fischer2006-12-021-1/+1
|
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-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 rebuildEric Andersen2006-07-041-0/+2
|
* bump versionEric Andersen2006-04-191-1/+1
|
* yet again... rework fakeroot handling to ensure fakeroot is invoked just once,Eric Andersen2006-04-101-4/+3
| | | | as it seems to sometimes lose values logged during from earlier invocations.
* remove extra space after touchMike Frysinger2005-11-241-1/+1
|
* remove mandirMike Frysinger2005-11-201-0/+1
|
* import at package by akvadrako #506Mike Frysinger2005-11-153-0/+135