Age | Commit message (Collapse) | Author |
|
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
|
|
'default n' is the default, so there's no need to say it explicitly.
|
|
* Fixed another copy-and-paste error, weird space/tab mixes
- Thanks Hamish Moffatt
|
|
selectively
copy them to the target filesystem at the same time at the main library is installed.
-Patch by Michel (BusError)
|
|
If I understand you correctly, you want the ncurses development headers
on the target.
a patch for this (named target_headers.patch and includes similar
options for a few other libs in buildroot) can be found at:
http://www.zelow.no/floppyfw/download/Development/Patches/buildroot/
(a few packages there aswell)
it will add an option to put headers on target for ncurses, zlib and
openssl.
Thomas.
|
|
|
|
|