On Wednesday 04 March 2009 18:39:03 Mike Frysinger wrote:
> This updates dosfstools from the ancient 2.10 version to 3.0.2 which has
> a bunch of fixes.  It also includes a Blackfin fix for unaligned issues
> (you can see the patch in the patches/ subdir).  Otherwise, the 3.0.2 src
> tree is left untouched compared to the upstream tarball.
>
> Signed-off-by: Mike Frysinger <vap...@gentoo.org>
> ---
>
> i dont know what the limit / preference is here on file size, but since the
> patch in question is ~500kb uncompressed, ive bzipped it ...

this does have one typo which is fixed by this patch ...
-mike

--- user/dosfstools/Makefile    (revision 7849)
+++ user/dosfstools/Makefile    (revision 7850)
@@ -14,11 +14,11 @@ clean:
        rm -f $(VER)/*.gdb
 
 romfs:
-       $(ROMFSINST) -e CONFIG_USER_DOSFSTOOLS_MKDOSFS $(VER)/mkdosfs/mkdosfs 
/sbin/mkdosfs
+       $(ROMFSINST) -e CONFIG_USER_DOSFSTOOLS_MKDOSFS $(VER)/mkdosfs 
/sbin/mkdosfs
        $(ROMFSINST) -e CONFIG_USER_DOSFSTOOLS_MKDOSFS -s mkdosfs 
/sbin/mkfs.msdos
        $(ROMFSINST) -e CONFIG_USER_DOSFSTOOLS_MKDOSFS -s mkdosfs 
/sbin/mkfs.vfat
 
-       $(ROMFSINST) -e CONFIG_USER_DOSFSTOOLS_DOSFSCK $(VER)/dosfsck/dosfsck 
/sbin/dosfsck
+       $(ROMFSINST) -e CONFIG_USER_DOSFSTOOLS_DOSFSCK $(VER)/dosfsck 
/sbin/dosfsck
        $(ROMFSINST) -e CONFIG_USER_DOSFSTOOLS_DOSFSCK -s dosfsck 
/sbin/fsck.msdos
        $(ROMFSINST) -e CONFIG_USER_DOSFSTOOLS_DOSFSCK -s dosfsck 
/sbin/fsck.vfat
 

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to