| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
This change avoids a false positive when looking for bad indentations.
Moreover:
Replace the deprecated 'egrep' variant by 'grep -E'.
[skip ci]
|
|
|
|
| |
Same as in tcpdump commit 8238d6c.
|
|
|
|
|
|
| |
DPDK's pkg-config file adds "-include pkg_config.h" to the CFLAGS;
handle it in mkdep - it's a flag that takes an argument, so we must add
it *and* its argument to the flags.
|
|
|
|
|
|
|
|
| |
Have mkdep take a -s argument, giving the source directory, and have it
prepend that directory to all source files before running them through
the compiler's make-dependencies operation.
(There's more to fix, namely handling generated source files.)
|
| |
|
|
|
|
|
| |
Also, if we don't support it with a given compiler, have "make depend"
not run mkdep, as it won't do anything useful.
|
|
|
|
| |
GCC, too.
|
|
|