Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: Makefile: target clean add $(TARBALL)
......................................................................

Makefile: target clean add $(TARBALL)

target clean should remove any file generated during the build.
This patch will include to remove the .tar.gz

Change-Id: Ic6a41e2a49164fa694b98456587e0e9b368278bb
Signed-off-by: Douglas Schilling Landgraf <dougsl...@redhat.com>
---
M Makefile
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/87/13487/1

diff --git a/Makefile b/Makefile
index e123c0c..554d38b 100644
--- a/Makefile
+++ b/Makefile
@@ -142,7 +142,7 @@
 clean:
        # Clean maven generated stuff:
        $(MVN) clean $(EXTRA_BUILD_FLAGS)
-       rm -rf $(OUTPUT_RPMBUILD) $(OUTPUT_DIR) $(BUILD_FILE)
+       rm -rf $(OUTPUT_RPMBUILD) $(OUTPUT_DIR) $(BUILD_FILE) $(TARBALL)
        -[ "$(MAVEN_OUTPUT_DIR_DEFAULT)" = "$(MAVEN_OUTPUT_DIR)" ] && rm -fr 
"$(MAVEN_OUTPUT_DIR)"
 
        # Clean files generated from templates:


--
To view, visit http://gerrit.ovirt.org/13487
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic6a41e2a49164fa694b98456587e0e9b368278bb
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsl...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to