]> git.ipfire.org Git - thirdparty/automake.git/commit
Merge branch 'ng/var-simplify' into ng/master
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 31 May 2012 08:53:20 +0000 (10:53 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 31 May 2012 08:53:20 +0000 (10:53 +0200)
commitf9bbd463c37dc58ba7497f2f37ba7a6f516b8a79
treec96aafa50036c4777df7aac2239d2514217ae1a1
parent042e1321b539cb1f474bd1bee2238c16e2a463a4
parent8839a22ac61d728d6b381346f2f529a8e364bdc6
Merge branch 'ng/var-simplify' into ng/master

* ng/var-simplify:
  [ng] cosmetics: avoid redundant use of '&' in subroutine calls
  [ng] rename: define_pretty_variable -> define_cond_variable()
  [ng] cleanup: prefer 'define_variable' over 'define_pretty_variable'
  [ng] refactor: change signature of 'define_variable()'
  [ng] vars: get rid of VAR_ASIS / VAR_PRETTY distinction
  [ng] vars: keep track of conditionals in appended values and comments
  [ng] vars: simplify logic for appending conditionally
  [ng] VarDef: store comments and values as a perl array
  [ng] refactor: support comments only for VarDef, not for ItemDef too
  [ng] tests: Automake should let us append to undefined variables (someday)
  [ng] tests: spy behaviour of '+=' with GNU make
  [ng] vars: get rid of VAR_SILENT type
  [ng] vars: get rid of VAR_SORTED type
  [ng] cleanup: remove unused private variables in Automake::Variable

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Makefile.am
automake.in
lib/Automake/Rule.pm
lib/Automake/Variable.pm