]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Merge branch 'am-prog-mkdir-p-remove' into ng/master
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 27 Oct 2012 12:15:05 +0000 (14:15 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 27 Oct 2012 12:18:43 +0000 (14:18 +0200)
Since we had to restate AM_PROG_MKDIR_P in master before the 1.13
release, we don't merge master directly in ng/master, to avoid spurious
merge conflicts (since AM_PROG_MKDIR_P should remain obsolete and
removed in Automake-NG).

We have thus create a temporary branch 'am-prog-mkdir-p-remove', based
off of master, which reverts the commit 'v1.12.4-158-gdf23daf', which
reinstated AM_PROG_MKDIR_P, and are merging that branch in 'ng/master'.

Once 1.13 is out and master becomes the starting point of Automake 1.14,
we'll merge the 'am-prog-mkdir-p-remove' branch back into master as well,
since we plan to remove AM_PROG_MKDIR_P once and for all in Automake 1.14.

* am-prog-mkdir-p-remove:
  AM_PROG_MKDIR_P: remove as obsolete, this time for good
  depcomp: avoid potential interferences from the environment
  depcomp: improve comments about the 'gcc' depmode
  compat: reinstate AM_PROG_MKDIR_P, for gettext

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
1  2 
gen-testsuite-part
lib/depcomp

Simple merge
diff --cc lib/depcomp
Simple merge