Merge 'better-makeflags-recognition' and 'testing-work' into branch-1.13.2
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 4 May 2013 09:37:09 +0000 (11:37 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 4 May 2013 09:37:09 +0000 (11:37 +0200)
commitf5f75eef28a32493258047eb3060478395a42120
tree8018119ddad0385c696a04391d09abc2261c8ca3
parent57925b6707d9d6ae0afe92539b019bdd3c062305
parentb993a265e6af722c2d4cea69d1782ffde33d6d80
Merge 'better-makeflags-recognition' and 'testing-work' into branch-1.13.2

* better-makeflags-recognition:
  make flags analysis: handle more options with args
  make flags analysis: use simpler variable names
  make flags analysis: whitespace changes
  make flags analysis: embed in a subshell
  make flags analysis: be more robust
  make flags analysis: cater to GNU make 3.83 (still unreleased as of now)
  tests: expose weaknesses in make flags analysis
  tests: improve debugging output in checks on make flags analysis
  make flags analysis: refactor, to reduce code duplication

* testing-work:
  maint: targets and recipes to simplify testing on real-world packages
  build: preparatory refactoring
  build: tiny reduction in code duplication