Magellan Linux

Annotation of /trunk/mkinitrd-magellan/klibc/usr/dash/README.dash

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1122 - (hide annotations) (download)
Wed Aug 18 21:11:40 2010 UTC (13 years, 8 months ago) by niro
File size: 785 byte(s)
-updated to klibc-1.5.19
1 niro 1122 This version of dash was obtained from
2    
3     git://git.kernel.org/pub/scm/utils/dash/dash.git
4    
5     It corresponds up to changeset dc2bc17c7bbe3188cfb0c695dc472b39bcf0b27a.
6    
7     HOWTO sync branch:
8     1) Generate patch and fix up their path
9    
10     Remember to set Herbert Xu name and email, as format-patch, looses -s blocks:
11     git format-patch -s <changeset>..
12    
13     Path fixup:
14     perl -i -pe 's#^([-+]{3} [ab]/)src/#$1#g' 00*patch
15    
16     2) Import patches on by one
17     git am --directory="usr/dash" --exclude="usr/dash/configure.ac" \
18     --exclude="usr/dash/ChangeLog" --exclude="usr/dash/dash.1" \
19     --exclude="usr/dash/Makefile.am" --exclude="usr/dash/mksignames.c" \
20     -i -s ../dash/000X-foo.patch
21    
22     The only changes made are the addition of config.h, Kbuild usage
23     and the omition of Changelog and manpage.
24    
25     3) update config.h