Changeset e70e54e
- Timestamp:
- Jun 26, 2019, 3:41:55 PM (5 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:
- d6a8aef
- Parents:
- f253e4a
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
rf253e4a re70e54e 144 144 145 145 // Configure libcfa 146 sh 'make -j 8 --no-print-directory configure '146 sh 'make -j 8 --no-print-directory configure-libcfa' 147 147 } 148 148 } -
Makefile.am
rf253e4a re70e54e 40 40 $(MAKE) -C tests all-tests installed=yes debug=${debug} 41 41 42 configure-libcfa: @LIBCFA_TARGET_MAKEFILES@ 43 @true 44 42 45 status: @LIBCFA_TARGET_MAKEFILES@ 43 46 @echo -ne "translator\n\t" -
Makefile.in
rf253e4a re70e54e 940 940 $(MAKE) -C tests all-tests installed=yes debug=${debug} 941 941 942 configure-libcfa: @LIBCFA_TARGET_MAKEFILES@ 943 @true 944 942 945 status: @LIBCFA_TARGET_MAKEFILES@ 943 946 @echo -ne "translator\n\t"
Note: See TracChangeset
for help on using the changeset viewer.