Ignore:
File:
1 edited

Legend:

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

    rd35e796 r7bdcac1  
    2525TIME = /usr/bin/time -f "%E"
    2626
    27 # $(shell ./update-type $(type))
    28 # ./update-type $(type)
    29 
    30 UPDATED_TYPE = $(shell ./update-type $(type))
    31 
    32 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)
     27BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ -O2 -DPREEMPTION_RATE=${preempt} -I.. -I. -DTEST_$(shell echo $(type) | tr a-z A-Z)
    3328CFLAGS = ${BUILD_FLAGS}
    3429CC = @CFA_BINDIR@/@CFA_NAME@
     
    5045
    5146clean-local:
    52         rm -f ${TESTS} core* out.log .type
     47        rm -f ${TESTS}
    5348
    54 % : %.c ${CC} ${UPDATED_TYPE}
     49% : %.c ${CC}
    5550        ${AM_V_GEN}${CC} ${CFLAGS} ${<} $(debug) -o ${@}
    5651
Note: See TracChangeset for help on using the changeset viewer.