Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Kiichiro YUKAWA <[email protected]>
  • Loading branch information
vankichi authored Oct 4, 2024
1 parent 097413d commit 3a2aa08
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile.d/functions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,6 @@ define update-github-actions
done
endef

<<<<<<< HEAD
=======
define gen-deadlink-checker
BIN_PATH="$(TEMP_DIR)/vald-deadlink-checker-gen"; \
rm -rf $$BIN_PATH; \
Expand All @@ -436,4 +434,3 @@ define gen-deadlink-checker
$$BIN_PATH -path $3 -ignore-path $4 -format $5 $1; \
rm -rf $$BIN_PATH
endef
>>>>>>> da446c017 (Refactor use Absolute path for Makefile (#2670))

0 comments on commit 3a2aa08

Please sign in to comment.