mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 23:41:31 +00:00
Merge pull request #3020 from overleaf/jpa-harden-copying-of-makefiles
[misc] make: harden parallel copying of the Makefile.module GitOrigin-RevId: 2612516ebf1e33022233ad19741e5c7cda014483
This commit is contained in:
parent
023f1c254f
commit
35d64a1fba
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ MODULE_MAKEFILES := $(MODULE_DIRS:=/Makefile)
|
|||
MODULE_NAME=$(shell basename $(MODULE))
|
||||
|
||||
$(MODULE_MAKEFILES): Makefile.module
|
||||
cp Makefile.module $@
|
||||
cp Makefile.module $@ || diff Makefile.module $@
|
||||
|
||||
#
|
||||
# Clean
|
||||
|
|
Loading…
Reference in a new issue