Skip to content

Commit

Permalink
Makefile: silence warning for detached head
Browse files Browse the repository at this point in the history
  • Loading branch information
mosmeh committed Jul 1, 2024
1 parent a7e0add commit 446ffb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ initrd: base

base: $@/* userland
$(RM) -r $@/root/src
-git clone . $@/root/src
-git -c advice.detachedHead=false clone . $@/root/src
$(RM) -r $@/root/src/.git

$(SUBDIRS):
Expand Down

0 comments on commit 446ffb0

Please sign in to comment.