Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/preempt_longrun/Makefile.in

    rd35e796 r7bdcac1  
    456456WATCHDOG = ${abs_top_srcdir}/tools/watchdog
    457457TIME = /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)
     458BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ -O2 -DPREEMPTION_RATE=${preempt} -I.. -I. -DTEST_$(shell echo $(type) | tr a-z A-Z)
    463459TESTS = block coroutine create disjoint enter enter3 processor stack wait yield
    464460all: all-am
     
    893889
    894890clean-local:
    895         rm -f ${TESTS} core* out.log .type
    896 
    897 % : %.c ${CC} ${UPDATED_TYPE}
     891        rm -f ${TESTS}
     892
     893% : %.c ${CC}
    898894        ${AM_V_GEN}${CC} ${CFLAGS} ${<} $(debug) -o ${@}
    899895
Note: See TracChangeset for help on using the changeset viewer.