- File:
-
- 1 edited
-
src/tests/preempt_longrun/Makefile.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/preempt_longrun/Makefile.in
rd35e796 r7bdcac1 456 456 WATCHDOG = ${abs_top_srcdir}/tools/watchdog 457 457 TIME = /usr/bin/time -f "%E" 458 459 # $(shell ./update-type $(type)) 460 # ./update-type $(type) 461 UPDATED_TYPE = $(shell ./update-type $(type)) 462 BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ -O2 -DPREEMPTION_RATE=${preempt} -I.. -I. -DTEST_$(shell cat .type | tr a-z A-Z) 458 BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ -O2 -DPREEMPTION_RATE=${preempt} -I.. -I. -DTEST_$(shell echo $(type) | tr a-z A-Z) 463 459 TESTS = block coroutine create disjoint enter enter3 processor stack wait yield 464 460 all: all-am … … 893 889 894 890 clean-local: 895 rm -f ${TESTS} core* out.log .type896 897 % : %.c ${CC} ${UPDATED_TYPE}891 rm -f ${TESTS} 892 893 % : %.c ${CC} 898 894 ${AM_V_GEN}${CC} ${CFLAGS} ${<} $(debug) -o ${@} 899 895
Note:
See TracChangeset
for help on using the changeset viewer.