modified: Makefile
This commit is contained in:
parent
e6c65e0d78
commit
1147a5d217
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@ endef
|
||||||
# prototype: git_commit(msg)
|
# prototype: git_commit(msg)
|
||||||
define git_commit
|
define git_commit
|
||||||
-@flock $(LOCK_DIR) $(MAKE) -C $(YSYX_HOME) .git_commit MSG='$(1)'
|
-@flock $(LOCK_DIR) $(MAKE) -C $(YSYX_HOME) .git_commit MSG='$(1)'
|
||||||
-@sync
|
-@sync $(LOCK_DIR)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
.git_commit:
|
.git_commit:
|
||||||
|
|
Loading…
Reference in a new issue