Changeset e11957e for Jenkinsfile


Ignore:
Timestamp:
Nov 14, 2019, 4:01:50 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
1c40091, 6559a9d
Parents:
b4a573c
Message:

Undid the change to automake/missing and now the build machines simply spoof the timestamps on makefiles to workout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rb4a573c re11957e  
    102102
    103103                echo GitLogMessage()
     104
     105                // This is a complete hack but it solves problems with automake thinking it needs to regenerate makefiles
     106                // We fudged automake/missing to handle that but automake stills bakes prints inside the makefiles
     107                // and these cause more problems.
     108                sh 'find . -name Makefile.in -exec touch {} +'
    104109        }
    105110}
Note: See TracChangeset for help on using the changeset viewer.