]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] refactor: drop 'HOST', 'BUILD' and 'TARGET' transforms
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 10 Aug 2012 09:15:15 +0000 (11:15 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 10 Aug 2012 10:00:43 +0000 (12:00 +0200)
commit2a67361368049577d352949e9636c3595d8b18d4
treeb2768499d86e20c621445617f517d26dee9a1364
parent57a8d0747edb61289edbb2ea2eeeabb1fa5d3f77
[ng] refactor: drop 'HOST', 'BUILD' and 'TARGET' transforms

Instead, use the new make variables $(am.conf.host-triplet),
$(am.conf.build-triplet) and $(am.conf.host-triplet) are defined.

* automake.in (preprocess_file): Drop 'HOST', 'BUILD' and 'TARGET'
transforms.  Their role taken over ...
(generate_makefile): ... by the new variables 'am.conf.host-triplet',
'am.conf.build-triplet' and 'am.conf.target-triplet' defined here.
* lib/am/dejagnu.am: Adjust.
* t/triplet.sh: New test.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
automake.in
lib/am/dejagnu.am
t/triplet.sh [new file with mode: 0755]