[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 1/2] libxl: don't delete xenlight.pc.in when cleaning
On Tue, 2015-01-20 at 11:29 +0000, Wei Liu wrote: > That file is generated by configure. Deleting it leads to rerun > configure after every 'make clean'. Can you move it to distclean then please. With that: Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> > Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> > Cc: Ian Campbell <ian.campbell@xxxxxxxxxx> > Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> > --- > tools/libxl/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile > index 08fe814..9f36924 100644 > --- a/tools/libxl/Makefile > +++ b/tools/libxl/Makefile > @@ -282,7 +282,7 @@ 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 *.api-ok > - $(RM) -f xenlight.pc xenlight.pc.in > + $(RM) -f xenlight.pc > > distclean: clean > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |