[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [TESTDAY] xl cpupool-create segfaults if given invalid configuration
Ian Campbell writes ("Re: [Xen-devel] [TESTDAY] xl cpupool-create segfaults if given invalid configuration"): > On Fri, 2012-08-24 at 11:46 +0100, Ian Jackson wrote: > > OK. Shall I just cause bison to rerun on my squeeze workstation and > > commit the result then ? > > Please! In this context, I found this helpful. Ian. # HG changeset patch # User Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> # Date 1345806920 -3600 # Node ID 7769c3a0511edea42140c6c16608e16195a15182 # Parent 4ca40e0559c33205fb5163b10249a0fd5fda39b9 libxl: provide "make realclean" target This removes all the autogenerated files. Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> diff -r 4ca40e0559c3 -r 7769c3a0511e tools/libxl/Makefile --- a/tools/libxl/Makefile Thu Aug 23 19:12:28 2012 +0100 +++ b/tools/libxl/Makefile Fri Aug 24 12:15:20 2012 +0100 @@ -212,8 +212,10 @@ clean: $(RM) -f _*.h *.o *.so* *.a $(CLIENTS) $(DEPS) $(RM) -f _*.c *.pyc _paths.*.tmp _*.api-for-check $(RM) -f testidl.c.new testidl.c -# $(RM) -f $(AUTOSRCS) $(AUTOINCS) distclean: clean +realclean: distclean + $(RM) -f $(AUTOSRCS) $(AUTOINCS) + -include $(DEPS) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |