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:
@@ -16,9 +16,8 @@
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <blkid/blkid.h>
|
||||
|
||||
#include <blkid/list.h>
|
||||
#include "blkid.h"
|
||||
#include "list.h"
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define __BLKID_ATTR(x) __attribute__(x)
|
||||
|
@@ -28,7 +28,7 @@
|
||||
#include <errno.h>
|
||||
#endif
|
||||
#include "blkidP.h"
|
||||
#include "uuid/uuid.h"
|
||||
#include "../uuid/uuid.h"
|
||||
#include "probe.h"
|
||||
|
||||
/*
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#endif
|
||||
|
||||
#include "blkidP.h"
|
||||
#include "uuid/uuid.h"
|
||||
#include "../uuid/uuid.h"
|
||||
|
||||
#ifdef HAVE_STRTOULL
|
||||
#define __USE_ISOC9X
|
||||
|
@@ -17,7 +17,6 @@
|
||||
#include <ctype.h>
|
||||
|
||||
#include "blkid.h"
|
||||
#include "../../version.h"
|
||||
|
||||
static const char *lib_version = E2FSPROGS_VERSION;
|
||||
static const char *lib_date = E2FSPROGS_DATE;
|
||||
|
Reference in New Issue
Block a user