Greg Padgett has uploaded a new change for review.

Change subject: build: regenerate spec file
......................................................................

build: regenerate spec file

If running autogen.sh, clean after configure in order to re-create the
rpm spec file and other files processed by manual substitution via
var_subst.inc

Change-Id: I26ecbe06e29e9c1821cb0d623ef0783709eefcbc
Signed-off-by: Greg Padgett <gpadg...@redhat.com>
---
M autogen.sh
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-ha 
refs/changes/56/17856/1

diff --git a/autogen.sh b/autogen.sh
index 5526267..a061ac2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -48,7 +48,7 @@
 if test -z "$*" && test -f config.status; then
     ./config.status --recheck
 else
-    ./configure $EXTRA_ARGS "$@"
+    ./configure $EXTRA_ARGS "$@" && make clean
 fi && {
     echo
     echo "Now type 'make' to compile ovirt-hosted-engine-ha"


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I26ecbe06e29e9c1821cb0d623ef0783709eefcbc
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-hosted-engine-ha
Gerrit-Branch: master
Gerrit-Owner: Greg Padgett <gpadg...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to