summaryrefslogtreecommitdiffstats
path: root/package/libfloat
Commit message (Collapse)AuthorAgeFilesLines
* buildroot: cleanup <package>-clean targets.Peter Korsgaard2008-03-271-1/+1
| | | | Based on input from Arndt Kritzner & Bernhard Fischer.
* Added BR2_DEBIAN_MIRRORThomas Lundquist2007-12-271-1/+1
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-1/+1
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - add sequence-point for toplevel parallel builds: uClibc needs an initial gccBernhard Reutner-Fischer2007-09-011-1/+1
|
* - libfloat has to depend on gcc_initialBernhard Reutner-Fischer2007-09-011-1/+1
|
* - add rule for static libfloatBernhard Reutner-Fischer2007-09-011-3/+3
|
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-3/+3
|
* - remove some hardcoded occurances of "make" and use the proper variable insteadBernhard Reutner-Fischer2007-01-211-5/+5
|
* - 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)
* Change all instances of 'ln -sf' to 'ln -snf'Eric Andersen2005-04-151-3/+3
|
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-3/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* more help updates from Tom CameronMike Frysinger2004-12-261-3/+1
|
* Patch from Karsten Kruse:Eric Andersen2004-12-111-1/+5
| | | | | | | | Hi, two small patches for package/libfloat/Config.in and package/microwin/Config.in to make the packages appear in make (menu)config.
* Update a few packagesEric Andersen2004-10-142-6/+4
|
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-1/+1
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* final step in buildroot faceliftEric Andersen2004-10-092-0/+11
|
* facelift step number twoEric Andersen2004-10-092-2/+47
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+57
directory.