mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-29 15:44:07 +00:00
allow extra options to git via the repo variable
This commit is contained in:
parent
33c1c9147e
commit
8194f2f477
2
Makefile
2
Makefile
@ -136,7 +136,7 @@ define define_module =
|
||||
# that the files are all present. No signature hashes are checked in
|
||||
# this case, since we don't have a stable version to compare against.
|
||||
$(build)/$($1_dir)/.canary:
|
||||
git clone "$($1_repo)" "$(build)/$($1_dir)"
|
||||
git clone $($1_repo) "$(build)/$($1_dir)"
|
||||
if [ -r patches/$1.patch ]; then \
|
||||
( cd $(build)/$($1_dir) ; patch -p1 ) \
|
||||
< patches/$1.patch; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user