|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] unstable 4.0 config file/ build error
To: |
Keir Fraser <keir.fraser@xxxxxxxxxxxxx> |
Subject: |
Re: [Xen-devel] unstable 4.0 config file/ build error |
From: |
Conny Seidel <conny.seidel@xxxxxxx> |
Date: |
Mon, 8 Mar 2010 20:54:33 +0100 |
Cc: |
ccmail111 <ccmail111@xxxxxxxxx>, Boris Derzhavets <bderzhavets@xxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx> |
Delivery-date: |
Mon, 08 Mar 2010 11:55:37 -0800 |
Envelope-to: |
www-data@xxxxxxxxxxxxxxxxxxx |
In-reply-to: |
<C7B80269.C5E5%keir.fraser@xxxxxxxxxxxxx> |
List-help: |
<mailto:xen-devel-request@lists.xensource.com?subject=help> |
List-id: |
Xen developer discussion <xen-devel.lists.xensource.com> |
List-post: |
<mailto:xen-devel@lists.xensource.com> |
List-subscribe: |
<http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe> |
List-unsubscribe: |
<http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe> |
Organization: |
Advanced Micro Devices GmbH, Karl-Hammerschmidt-Str. 34, 85609 Dornach bei München, Geschäftsführer: Thomas M. McCoy, Giuliano Meroni, Andrew Bowd, Sitz: Dornach, Gemeinde Aschheim, Landkreis München, Registergericht München, HRB Nr. 43632 |
References: |
<20100306121556.GJ2580@xxxxxxxxxxx> <C7B80269.C5E5%keir.fraser@xxxxxxxxxxxxx> |
Sender: |
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
On Sat, 6 Mar 2010 13:00:25 +0000
Keir Fraser <keir.fraser@xxxxxxxxxxxxx> wrote:
>On 06/03/2010 12:15, "Pasi Kärkkäinen" <pasik@xxxxxx> wrote:
>
>>> flex: unknown flag '-'. For usage, try
>>> flex --help
>>>
>>> libxl > flex -V
>>> flex version 2.5.4
>>>
>>> Any suggestions ?
>>>
>>
>> What distribution are you using? xen-unstable builds OK for me with
>> Fedora 12.
>
>The flex/bison output is checked into the tree now anyhow, so the
>problem won't manifest unless you modify the flex/bison inputs.
>Someone reported that the RHEL5 flex is too old, which is
>disappointing.
>
> -- Keir
Yeah and it's always "deleted" when doing "make distclean" after
"hg pull -u"
diff -r 2629c6a79d64 tools/libxl/Makefile
--- a/tools/libxl/Makefile Mon Mar 08 19:11:47 2010 +0000
+++ b/tools/libxl/Makefile Mon Mar 08 20:41:18 2010 +0100
@@ -89,7 +89,7 @@
.PHONY: clean
clean:
$(RM) -f *.o *.so* *.a $(CLIENTS) $(DEPS)
- $(RM) -f $(AUTOSRCS) $(AUTOINCS)
+# $(RM) -f $(AUTOSRCS) $(AUTOINCS)
distclean: clean
##
##################################################################
# Position : Systems Design Technician @ OSRC #
# Email : conny.seidel@xxxxxxx GnuPG-Key: 0xA6AB055D #
# Fingerprint: 17C4 5DB2 7C4C C1C7 1452 8148 F139 7C09 A6AB 055D #
##################################################################
signature.asc
Description: PGP signature
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|