Changeset e11957e
- Timestamp:
- Nov 14, 2019, 4:01:50 PM (6 years ago)
- 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
- Files:
- 
      - 2 edited
 
 - 
          
  Jenkinsfile (modified) (1 diff)
- 
          
  automake/missing (modified) (1 diff, 1 prop)
 
Legend:
- Unmodified
- Added
- Removed
- 
      Jenkinsfilerb4a573c re11957e 102 102 103 103 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 {} +' 104 109 } 105 110 } 
- 
      automake/missing- 
Property       mode
 changed from       100644to120000
 rb4a573c re11957e 1 #! /bin/sh 2 # Tdelisle : having the Makefiles.in automatically regenerated causes problems 3 # when using multiple versions of automake, even if only on end user machines 4 # therefore I am disabling that feature by commenting this script 5 exit 0 1 /usr/share/automake-1.15/missing 
- 
Property       mode
 changed from       
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  