diff options
Diffstat (limited to 'e2fsprogs/e2p/README')
-rw-r--r-- | e2fsprogs/e2p/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/e2fsprogs/e2p/README b/e2fsprogs/e2p/README new file mode 100644 index 000000000..769947340 --- /dev/null +++ b/e2fsprogs/e2p/README | |||
@@ -0,0 +1,4 @@ | |||
1 | Simply copy the 'e2p' dir from e2fsprogs/lib/ and then delete the extra | ||
2 | files we don't need (Makefile.in, e2p.pc.in, etc...). Remove all of the | ||
3 | _LARGEFILE* define's from the few source files that use it since we'll be | ||
4 | appending it ourselves to CFLAGS when we compile. All done ! :) | ||