bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3.

e2fsprogs: remove confuse bb_mkdep. Use internal e2fsprogs includes only.
other: remove confuse bb_mkdep.
This commit is contained in:
"Vladimir N. Oleynik"
2005-10-10 11:35:17 +00:00
parent ff9f2f6fba
commit 083d3f49c2
19 changed files with 443 additions and 448 deletions

View File

@@ -3,12 +3,14 @@
#include <stdio.h>
#include <dirent.h>
#include <ext2fs/ext2_fs.h>
#include "../ext2fs/ext2_fs.h"
#define E2P_FEATURE_COMPAT 0
#define E2P_FEATURE_INCOMPAT 1
#define E2P_FEATURE_RO_INCOMPAT 2
#ifndef EXT3_FEATURE_INCOMPAT_EXTENTS
#define EXT3_FEATURE_INCOMPAT_EXTENTS 0x0040
#endif
/* `options' for print_flags() */

View File

@@ -4,7 +4,7 @@
#include <stdio.h>
#include <string.h>
#include <ext2fs/ext2_types.h>
#include "../ext2fs/ext2_types.h"
#include "e2p.h"