mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-07-25 19:04:17 -04:00
Makefile: fix bootstrap target
This commit is contained in:
parent
f08084b363
commit
b609a8ffd3
2
Makefile
2
Makefile
@ -36,5 +36,5 @@ lib/%: .FORCE
|
|||||||
bootstrap:
|
bootstrap:
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
git submodule foreach 'git checkout master; git reset --hard $sha1'
|
git submodule foreach 'git checkout master; git reset --hard $$sha1'
|
||||||
make
|
make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user