Bernhard Reutner-Fischer
|
956d3eb78b
|
- semicolon touchup. No other changes
|
2007-08-22 09:56:41 +00:00 |
|
Bernhard Reutner-Fischer
|
6c6cb06709
|
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
|
2007-08-21 19:20:18 +00:00 |
|
Ulf Samuelsson
|
cc4cb291a4
|
Use known Buildroot symbols for linux in pcmcia
|
2007-07-24 14:10:03 +00:00 |
|
Ulf Samuelsson
|
f481330866
|
Make package/pcmcia depend on 'linux26' (which is defined) instead of 'linux'
|
2007-07-15 22:01:33 +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
|
1ec169946d
|
Don Reid writes:
It looks like the linux binary is just used if a system map file cannot
be found. So I changed the make file to remove it.
|
2006-08-25 02:43:15 +00:00 |
|
Eric Andersen
|
1d63e8a8d9
|
Make the sourceforge mirror site a config option, as sourceforge
mirrors tend to change, move, go down, etc from time to time.
|
2005-06-09 12:15:00 +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 |
|
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
|
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 |
|