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
|
e1621a4a2a
|
Use <package>_VERSION in all <package>.mk instead of <package>_VER
|
2007-07-11 14:06:06 +00:00 |
|
Bernhard Reutner-Fischer
|
9bb66ca13e
|
- the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).
Fixes build breakage as seen by Ulf et al.
|
2007-07-09 08:30:38 +00:00 |
|
Bernhard Reutner-Fischer
|
74d518dc2a
|
- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
- use TARGET_CONFIGURE_ARGS where appropriate.
|
2007-06-27 12:01:27 +00:00 |
|
Bernhard Reutner-Fischer
|
96b998842d
|
- use $@
|
2007-06-20 13:19:40 +00:00 |
|
Bernhard Reutner-Fischer
|
f2433fa3fa
|
- you have to escape the asterisk
|
2007-06-20 13:18:53 +00:00 |
|
Eric Andersen
|
85d7f6f05f
|
fixup package LDFLAGS handling
|
2007-03-13 22:59:59 +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
|
5900cdb25f
|
- Remove CC_FOR_BUILD="$(HOSTCC)" since it is already contained in the
TARGET_CONFIGURE_OPTS
|
2007-01-14 11:25:22 +00:00 |
|
Bernhard Reutner-Fischer
|
98862ee4a5
|
- add missing foo-source target for "make source" for downloading
package sources used by later offline build.
|
2007-01-14 11:14:27 +00:00 |
|
"Steven J. Hill"
|
7b957dd483
|
Remove man pages after installing into target filesystem.
|
2007-01-14 06:07:49 +00:00 |
|
"Steven J. Hill"
|
491c474a4f
|
Add libevent package. I started building all the components needed for NFSv4 support of which libevent is one of them. The rest of the needed components, however, are horrific to get building.
|
2007-01-14 05:38:00 +00:00 |
|