mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 00:04:34 +01:00
make: Collect compile_commands.json in $(OBJ)/compile_commands/
All compile_commands.json from the build directories will be copied to the compile_commands subdirectory adjusting the paths of the source to point to the real (not the rsynced) one. NOTE: it still may point to the build dir for things like generated config.h
This commit is contained in:
parent
5bd606ee03
commit
10f39becdf
2 changed files with 10 additions and 0 deletions
|
|
@ -8,12 +8,14 @@
|
|||
#
|
||||
# outputs:
|
||||
# $($(2)_SRC): variable, absolute rsynced source folder
|
||||
# $($(2)_ORIGIN): variable, absolute origin source folder
|
||||
# $(1)-rebuild: target, call it to force package rebuild
|
||||
# $(1)-source: target, tracking package source changes
|
||||
# $(1)-clean: target, clean package and force rebuild
|
||||
#
|
||||
define create-rules-source
|
||||
$(2)_SRC = $$(OBJ)/src-$(1)
|
||||
$(2)_ORIGIN = $(3)
|
||||
|
||||
$(1)-rebuild:
|
||||
.PHONY: $(1)-rebuild
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue