Ulf Samuelsson
|
67750e96de
|
deprecate libfloat, package is obsolete
|
2009-01-26 00:14:56 +00:00 |
|
Peter Korsgaard
|
4a7bfd2775
|
package/: convert to DOWNLOAD helper
|
2009-01-16 11:42:52 +00:00 |
|
Peter Korsgaard
|
ac1d92c425
|
package/: get rid of unneeded $(strip ..)
|
2008-12-08 08:15:27 +00:00 |
|
Peter Korsgaard
|
02a623ddf9
|
buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
|
2008-08-04 19:07:05 +00:00 |
|
Peter Korsgaard
|
4683420c4c
|
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
|
2008-07-17 20:01:44 +00:00 |
|
Peter Korsgaard
|
dfe689229d
|
buildroot: cleanup <package>-clean targets.
Based on input from Arndt Kritzner & Bernhard Fischer.
|
2008-03-27 15:42:42 +00:00 |
|
Thomas Lundquist
|
dc6a57bc69
|
Added BR2_DEBIAN_MIRROR
|
2007-12-27 12:00:12 +00:00 |
|
Bernhard Reutner-Fischer
|
14a71561a3
|
- just use the strip binary to avoid confusing libtool (quotes)
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
|
2007-10-01 16:15:31 +00:00 |
|
Bernhard Reutner-Fischer
|
777a28a85d
|
- add sequence-point for toplevel parallel builds: uClibc needs an initial gcc
|
2007-09-01 18:46:46 +00:00 |
|
Bernhard Reutner-Fischer
|
52ada109c4
|
- libfloat has to depend on gcc_initial
|
2007-09-01 17:22:00 +00:00 |
|
Bernhard Reutner-Fischer
|
aa355df4e1
|
- add rule for static libfloat
|
2007-09-01 17:12:23 +00:00 |
|
Bernhard Reutner-Fischer
|
956d3eb78b
|
- semicolon touchup. No other changes
|
2007-08-22 09:56:41 +00:00 |
|
Bernhard Reutner-Fischer
|
b17c61938e
|
- remove some hardcoded occurances of "make" and use the proper variable instead
|
2007-01-21 21:32:49 +00:00 |
|
Bernhard Reutner-Fischer
|
6342c83201
|
- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
|
2006-10-01 15:17:52 +00:00 |
|
Eric Andersen
|
74ad4e12c8
|
Change all instances of 'ln -sf' to 'ln -snf'
|
2005-04-15 02:19:11 +00:00 |
|
Eric Andersen
|
d06645d8ed
|
There is no need to have a separate 'Makefile.in' file in the
general case, therefore, combine the toplevel Makefile options
such as setting TARGETS into the per-package *.mk file
|
2005-02-10 03:06:39 +00:00 |
|
Mike Frysinger
|
6d9728e843
|
more help updates from Tom Cameron
|
2004-12-26 07:36:59 +00:00 |
|
Eric Andersen
|
8af392736e
|
Patch from Karsten Kruse:
Hi,
two small patches for package/libfloat/Config.in and
package/microwin/Config.in to make the packages appear in make
(menu)config.
|
2004-12-11 10:01:37 +00:00 |
|
Eric Andersen
|
c3da0d8281
|
Update a few packages
|
2004-10-14 09:39:25 +00:00 |
|
Eric Andersen
|
bb05a9ad46
|
Make the TAR_VERBOSITY option a bit more sane
|
2004-10-09 21:19:47 +00:00 |
|
Mike Frysinger
|
3a7b488366
|
use $(TAR_VERBOSITY)
|
2004-10-09 19:05:40 +00:00 |
|
Eric Andersen
|
f694016136
|
final step in buildroot facelift
|
2004-10-09 06:13:40 +00:00 |
|
Eric Andersen
|
44eedc5c44
|
facelift step number two
|
2004-10-09 02:49:33 +00:00 |
|
Eric Andersen
|
73f7be8290
|
Remove the old 'make' directory, and populate the new 'package'
directory.
|
2004-10-09 01:24:28 +00:00 |
|