[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #43405] [PATCH] pass correct $AR in archives test
From: |
Benedikt Morbach |
Subject: |
[bug #43405] [PATCH] pass correct $AR in archives test |
Date: |
Sun, 12 Oct 2014 08:28:42 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0 |
URL:
<http://savannah.gnu.org/bugs/?43405>
Summary: [PATCH] pass correct $AR in archives test
Project: make
Submitted by: bmorbach
Submitted on: Sun 12 Oct 2014 08:28:41 AM GMT
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Component Version: None
Operating System: None
Fixed Release: None
Triage Status: None
_______________________________________________________
Details:
Since [1] landed, the archives test expects the $AR that was detected by
configure to to be used.
However, it doesn't actually pass that $AR to the tested make instance, which
breaks the test if $AR!=ar.
The attached patch fixes that.
How to test:
export AR=x86_64-pc-linux-gnu-ar # or whatever is sensible on your system
configure && make && make check
[1]
http://git.savannah.gnu.org/cgit/make.git/commit/tests/scripts/features/archives?id=621e9edfe9ac4ad20ce297787fa308b032b3fa8e
See also http://savannah.gnu.org/bugs/?43046
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Sun 12 Oct 2014 08:28:41 AM GMT Name:
make-4.1-tests-scripts-features-archives-pass-correct-AR.patch Size: 3kB
By: bmorbach
<http://savannah.gnu.org/bugs/download.php?file_id=32258>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?43405>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #43405] [PATCH] pass correct $AR in archives test,
Benedikt Morbach <=