improve the makefile awk comment
This commit is contained in:
parent
c967207520
commit
ff597fdc23
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -44,6 +44,9 @@ PP = $(addprefix $(PREPROCESSED)/, $(_PP))
|
||||||
# the awks below will remove all includes, pragmas and blank lines from the top of the file
|
# the awks below will remove all includes, pragmas and blank lines from the top of the file
|
||||||
# until they hit something else
|
# until they hit something else
|
||||||
#
|
#
|
||||||
|
# that something else could be an awk marker comment which saves part of the includes
|
||||||
|
# from being eaten by awk - ones useful when debugging the output of these godforsaken macros
|
||||||
|
#
|
||||||
# doing that makes clang-format considerably faster (c++ std moment)
|
# doing that makes clang-format considerably faster (c++ std moment)
|
||||||
# but also removes my own headers which makes some of the macros not evaluate
|
# but also removes my own headers which makes some of the macros not evaluate
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue