[Forensics-changes] [yara] 38/192: Do "make clean" before "make"

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:31:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag v3.6.0
in repository yara.

commit cfecd1105394d2697c95911786c947737e477bac
Author: plusvic <plusvic at gmail.com>
Date:   Fri Sep 23 11:01:59 2016 +0200

    Do "make clean" before "make"
    
    Travis-CI tests are failing because of object files generated by previous builds. Let's do a cleanup before each build.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 0cd914b..ac64c22 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ script: |
   set -e
   unset CC # A pre-set CC overrides --host settings.
   ./configure $CONFIGFLAGS
-  make
+  make clean && make
   case "$CONFIGFLAGS" in
     *--host=*) ;;
     *) make check ;;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list