Removing generating dependencies target from makeing a single package
Change-Id: Id731ad7437abeac3ba3a0ce861ce3037b48ebc05
Reviewed-on: http://photon-jenkins.eng.vmware.com/691
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: Harish Udaiya Kumar <harishspqr@gmail.com>
Reviewed-by: Mahmoud Bassiouny <mbassiouny@vmware.com>
| ... | ... |
@@ -471,7 +471,7 @@ endif |
| 471 | 471 |
check-packer-ovf-plugin: |
| 472 | 472 |
@[[ -e ~/.packer.d/plugins/packer-post-processor-vagrant-vmware-ovf ]] || { echo "Packer OVF post processor not installed. Aborting" >&2; exit 1; }
|
| 473 | 473 |
|
| 474 |
-%: check $(PHOTON_PUBLISH_RPMS) $(PHOTON_SOURCES) $(CONTAIN) generate-dep-lists |
|
| 474 |
+%: check $(PHOTON_PUBLISH_RPMS) $(PHOTON_SOURCES) $(CONTAIN) |
|
| 475 | 475 |
$(eval PKG_NAME = $@) |
| 476 | 476 |
@echo "Building package $(PKG_NAME) ..." |
| 477 | 477 |
@cd $(PHOTON_PKG_BUILDER_DIR) && \ |