diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-24 05:07:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-24 05:07:59 +0000 |
commit | d89e629e52c3b525424be958de238ed1dc5a0361 (patch) | |
tree | 9aec1ca3d0a479bef39bd63c14f4292061d34675 /e2fsprogs/e2p/README | |
parent | 408ae211ceaf33bf758207cd5329903c39e8880c (diff) | |
download | busybox-d89e629e52c3b525424be958de238ed1dc5a0361.tar.gz |
add new subdir for e2fsprogs
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 @@ +Simply copy the 'e2p' dir from e2fsprogs/lib/ and then delete the extra +files we don't need (Makefile.in, e2p.pc.in, etc...). Remove all of the +_LARGEFILE* define's from the few source files that use it since we'll be +appending it ourselves to CFLAGS when we compile. All done ! :) |