Skip to content

Commit

Permalink
make: Add comment about an existing kludge
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Oct 21, 2024
1 parent 4789ff5 commit 32d4e1d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion borg.mk
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,11 @@ clean/%: .FORCE
$(BORG_ARGUMENTS) \
--eval '(borg-clean "$*")' 2>&1

$(BORG_DIR)borg.mk: ;
# Make tries to rebuild included files. Since the next rule
# would be used in this case, we need a no-op rule to prevent that.
# https://github.com/magit/magit/issues/3318#issuecomment-357548808
$(DRONES_DIR)/borg/borg.mk: ;

$(DRONES_DIR)/% : .FORCE
$(Q)$(EMACS) $(EMACS_ARGUMENTS) $(EMACS_EXTRA) $(SILENCIO) \
$(BORG_ARGUMENTS) \
Expand Down

0 comments on commit 32d4e1d

Please sign in to comment.