Fix up the backport of parallel make_image
we don't have checksum-check in buster, we still use md5-check
This commit is contained in:
parent
6d8619a0e6
commit
1ec2625c80
2
Makefile
2
Makefile
|
@ -494,7 +494,7 @@ images: ok $(OUT) $(BDIR)/md5-check
|
|||
parallel_images: $(subst volid,image,$(notdir $(wildcard $(BDIR)/*.volid)))
|
||||
echo $^
|
||||
|
||||
%.image: ok $(OUT) $(BDIR)/checksum-check
|
||||
%.image: ok $(OUT) $(BDIR)/md5-check
|
||||
$(Q)CD=$(subst .image,,$@) $(make_image) "$(BDIR)" "$(ARCHES)" "$(OUT)" "$(DEBVERSION)" "$(MIRROR)" "$(MKISOFS)" "$(MKISOFS_OPTS)" "$(JIGDO_OPTS)" "$(jigdo_cleanup)"
|
||||
|
||||
check-number-given:
|
||||
|
|
Loading…
Reference in New Issue