Changeset d2a182e for Makefile.in


Ignore:
Timestamp:
Jun 14, 2016, 12:15:44 PM (8 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
45576af9
Parents:
7b21d99
Message:

add silent option to configure.ac, i.e., enable V=0/1 for make build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r7b21d99 rd2a182e  
    5151CONFIG_CLEAN_FILES =
    5252CONFIG_CLEAN_VPATH_FILES =
     53AM_V_GEN = $(am__v_GEN_@AM_V@)
     54am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
     55am__v_GEN_0 = @echo "  GEN   " $@;
     56AM_V_at = $(am__v_at_@AM_V@)
     57am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
     58am__v_at_0 = @
    5359SOURCES =
    5460DIST_SOURCES =
     
    111117ALLOCA = @ALLOCA@
    112118AMTAR = @AMTAR@
     119AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    113120AUTOCONF = @AUTOCONF@
    114121AUTOHEADER = @AUTOHEADER@
Note: See TracChangeset for help on using the changeset viewer.