Fix a couple of unionfs readdir problems
This commit is contained in:
parent
ee2713bef2
commit
d1da5d1b8e
@ -102,13 +102,13 @@ checkgenromfs:
|
|||||||
}
|
}
|
||||||
|
|
||||||
atestdir.img : checkgenromfs
|
atestdir.img : checkgenromfs
|
||||||
@genromfs -f $@ -d atestdir -V "UNIONFS_Test" || { echo "genromfs failed" ; exit 1 ; }
|
@genromfs -f $@ -d atestdir -V "UNIONFS_FS1" || { echo "genromfs failed" ; exit 1 ; }
|
||||||
|
|
||||||
romfs_atestdir.h : atestdir.img
|
romfs_atestdir.h : atestdir.img
|
||||||
@xxd -i $< >$@ || { echo "xxd of $< failed" ; exit 1 ; }
|
@xxd -i $< >$@ || { echo "xxd of $< failed" ; exit 1 ; }
|
||||||
|
|
||||||
btestdir.img : checkgenromfs
|
btestdir.img : checkgenromfs
|
||||||
@genromfs -f $@ -d btestdir -V "UNIONFS_Test" || { echo "genromfs failed" ; exit 1 ; }
|
@genromfs -f $@ -d btestdir -V "UNIONFS_FS2" || { echo "genromfs failed" ; exit 1 ; }
|
||||||
|
|
||||||
romfs_btestdir.h : btestdir.img
|
romfs_btestdir.h : btestdir.img
|
||||||
@xxd -i $< >$@ || { echo "xxd of $< failed" ; exit 1 ; }
|
@xxd -i $< >$@ || { echo "xxd of $< failed" ; exit 1 ; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user