mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 938956 - Add a generic recursion rule. r=gps
Use by running: make -C objdir recurse RECURSED_COMMAND="command_to_run in_each_subdirectory"
This commit is contained in:
parent
9dc3df4425
commit
082d667fb2
@ -235,3 +235,9 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
endif # ifdef MOZ_PSEUDO_DERECURSE
|
endif # ifdef MOZ_PSEUDO_DERECURSE
|
||||||
|
|
||||||
|
recurse:
|
||||||
|
@$(RECURSED_COMMAND)
|
||||||
|
$(LOOP_OVER_PARALLEL_DIRS)
|
||||||
|
$(LOOP_OVER_DIRS)
|
||||||
|
$(LOOP_OVER_TOOL_DIRS)
|
||||||
|
@ -235,3 +235,9 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
endif # ifdef MOZ_PSEUDO_DERECURSE
|
endif # ifdef MOZ_PSEUDO_DERECURSE
|
||||||
|
|
||||||
|
recurse:
|
||||||
|
@$(RECURSED_COMMAND)
|
||||||
|
$(LOOP_OVER_PARALLEL_DIRS)
|
||||||
|
$(LOOP_OVER_DIRS)
|
||||||
|
$(LOOP_OVER_TOOL_DIRS)
|
||||||
|
Loading…
Reference in New Issue
Block a user