"git@developer.sourcefind.cn:cnjsdfcy/simbricks.git" did not exist on "bf5c4aff3cb05fdcce140fb2193e11819f80a560"
Commit cc62c4ef authored by Hejing Li's avatar Hejing Li
Browse files

delete duplicate

parent 06911a41
...@@ -127,16 +127,6 @@ $(TAS_IMAGE): $(packer) $(QEMU) $(BASE_IMAGE) \ ...@@ -127,16 +127,6 @@ $(TAS_IMAGE): $(packer) $(QEMU) $(BASE_IMAGE) \
$(COMPRESSED_IMAGES) $(COMPRESSED_IMAGES)
touch $@ touch $@
$(HOMA_IMAGE): $(packer) $(QEMU) $(BASE_IMAGE) \
$(addprefix $(d), extended-image.pkr.hcl scripts/install-homa.sh \
scripts/cleanup.sh)
rm -rf $(dir $@)
mkdir -p $(img_dir)/input-homa
cp -r $(homa_dir) \
$(img_dir)/input-homa
cd $(img_dir) && ./packer-wrap.sh base homa extended-image.pkr.hcl \
$(COMPRESSED_IMAGES)
rm -rf $(img_dir)/input-homa
$(TIMESYNC_IMAGE): $(packer) $(QEMU) $(BASE_IMAGE) \ $(TIMESYNC_IMAGE): $(packer) $(QEMU) $(BASE_IMAGE) \
$(addprefix $(d), extended-image.pkr.hcl scripts/install-timesync.sh \ $(addprefix $(d), extended-image.pkr.hcl scripts/install-timesync.sh \
scripts/cleanup.sh) scripts/cleanup.sh)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment