aboutsummaryrefslogtreecommitdiff
path: root/mkdep
Commit message (Collapse)AuthorAgeFilesLines
* Avoid a space before a tab in a commentFrancois-Xavier Le Bail2023-02-151-1/+1
| | | | | | | | | This change avoids a false positive when looking for bad indentations. Moreover: Replace the deprecated 'egrep' variant by 'grep -E'. [skip ci]
* Remove awk code from mkdep. [skip appveyor]Denis Ovsienko2022-07-301-20/+1
| | | | Same as in tcpdump commit 8238d6c.
* mkdep: handle the GCC -include flag.Guy Harris2020-05-191-0/+5
| | | | | | 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.
* Fix "make depend" for out-of-tree builds.Guy Harris2020-03-021-2/+25
| | | | | | | | 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.)
* mkdep: It uses now build environment PATHFrancois-Xavier Le Bail2015-01-171-3/+0
|
* Support dependency generation with some non-GCC compilers.Guy Harris2013-05-131-2/+8
| | | | | Also, if we don't support it with a given compiler, have "make depend" not run mkdep, as it won't do anything useful.
* In some Solaris distributions, gcc is in /usr/sfw/bin. Look there forguy2007-10-161-1/+1
| | | | GCC, too.
* Initial revisionmcr1999-10-071-0/+109