diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-05-09 22:10:10 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-05-09 22:10:10 +0000 |
commit | 51e890c0bcb3f25bc0555a4dd37c9f92c68bba0d (patch) | |
tree | 6f3b04db30603bd5bbb8a395209a03af2d11d873 /e2fsprogs/e2p | |
parent | 719b667f0c6acd3df3a4c21b2267d5f24b0c4ea2 (diff) | |
download | busybox-w32-51e890c0bcb3f25bc0555a4dd37c9f92c68bba0d.tar.gz busybox-w32-51e890c0bcb3f25bc0555a4dd37c9f92c68bba0d.tar.bz2 busybox-w32-51e890c0bcb3f25bc0555a4dd37c9f92c68bba0d.zip |
no longer applies
git-svn-id: svn://busybox.net/trunk/busybox@10279 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'e2fsprogs/e2p')
-rw-r--r-- | e2fsprogs/e2p/README | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/e2fsprogs/e2p/README b/e2fsprogs/e2p/README deleted file mode 100644 index 769947340..000000000 --- a/e2fsprogs/e2p/README +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
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 ! :) | ||