Changeset abec2f8


Ignore:
Timestamp:
Sep 23, 2019, 2:08:22 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
849720f
Parents:
679363c
Message:

Fixed makefiles missed in the removal of -in-tree

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • benchmark/Makefile.am

    r679363c rabec2f8  
    2222
    2323AM_CFLAGS = -O2 -Wall -Wextra -I$(srcdir) -lrt -pthread # -Werror
    24 AM_CFAFLAGS = -quiet -nodebug -in-tree
     24AM_CFAFLAGS = -quiet -nodebug
    2525AM_UPPFLAGS = -quiet -nodebug -multi -std=c++14
    2626
  • benchmark/Makefile.in

    r679363c rabec2f8  
    376376# applies to both programs
    377377AM_CFLAGS = -O2 -Wall -Wextra -I$(srcdir) -lrt -pthread # -Werror
    378 AM_CFAFLAGS = -quiet -nodebug -in-tree
     378AM_CFAFLAGS = -quiet -nodebug
    379379AM_UPPFLAGS = -quiet -nodebug -multi -std=c++14
    380380BENCH_V_CC = $(__bench_v_CC_$(__quiet))
  • longrun_tests/Makefile.am

    r679363c rabec2f8  
    4343        -I$(srcdir) \
    4444        -DTEST_$(shell cat .type | tr a-z A-Z) \
    45         -in-tree
    4645
    4746TESTS = block coroutine create disjoint enter enter3 processor stack wait yield
  • tests/pybin/settings.py

    r679363c rabec2f8  
    9696                        distribute = False
    9797
    98                 self.string = "installed" if value else "in-tree"
     98                self.string = "installed" if value else "in tree"
    9999                self.flags  = """installed=%s""" % ("yes" if value else "no")
    100100
Note: See TracChangeset for help on using the changeset viewer.