mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-12 22:23:49 +01:00
Makefile: Fix "make autostyle" for out-of-tree builds
Fixes bug 32370; bugfix on 0.4.1.2-alpha.
This commit is contained in:
parent
c065ad3e3d
commit
9e2a2d38f4
@ -488,19 +488,19 @@ version:
|
|||||||
|
|
||||||
.PHONY: autostyle-ifdefs
|
.PHONY: autostyle-ifdefs
|
||||||
autostyle-ifdefs:
|
autostyle-ifdefs:
|
||||||
$(PYTHON) scripts/maint/annotate_ifdef_directives.py $(OWNED_TOR_C_FILES)
|
$(PYTHON) $(top_srcdir)/scripts/maint/annotate_ifdef_directives.py $(OWNED_TOR_C_FILES)
|
||||||
|
|
||||||
.PHONY: autostyle-ifdefs
|
.PHONY: autostyle-ifdefs
|
||||||
autostyle-operators:
|
autostyle-operators:
|
||||||
$(PERL) scripts/coccinelle/test-operator-cleanup $(OWNED_TOR_C_FILES)
|
$(PERL) $(top_srcdir)/scripts/coccinelle/test-operator-cleanup $(OWNED_TOR_C_FILES)
|
||||||
|
|
||||||
.PHONY: rectify-includes
|
.PHONY: rectify-includes
|
||||||
rectify-includes:
|
rectify-includes:
|
||||||
$(PYTHON) scripts/maint/rectify_include_paths.py
|
$(PYTHON) $(top_srcdir)/scripts/maint/rectify_include_paths.py
|
||||||
|
|
||||||
.PHONY: update-copyright
|
.PHONY: update-copyright
|
||||||
update-copyright:
|
update-copyright:
|
||||||
$(PERL) scripts/maint/updateCopyright.pl $(OWNED_TOR_C_FILES)
|
$(PERL) $(top_srcdir)/scripts/maint/updateCopyright.pl $(OWNED_TOR_C_FILES)
|
||||||
|
|
||||||
.PHONY: autostyle
|
.PHONY: autostyle
|
||||||
autostyle: update-versions rustfmt autostyle-ifdefs rectify-includes
|
autostyle: update-versions rustfmt autostyle-ifdefs rectify-includes
|
||||||
|
3
changes/bug32370
Normal file
3
changes/bug32370
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
o Minor bugfixes (build):
|
||||||
|
- Fix "make autostyle" for out-of-tree builds.
|
||||||
|
Fixes bug 32370; bugfix on 0.4.1.2-alpha.
|
Loading…
Reference in New Issue
Block a user