|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [Xen-changelog] Fixes.
On Tuesday 02 August 2005 10:42, Xen patchbot -unstable wrote:
> # HG changeset patch
> # User smh22@xxxxxxxxxxxxxxxxxxxx
> # Node ID 59e76450e286240decceda23eca343ec4604124f
> # Parent 48dea637aac96bcbabe788d036b52570520cc82e
> Fixes.
Sorry, but could we not make checkin comments like "Fixes."? It would just
take a few more seconds to describe it in a complete sentence...
Thanks.
> diff -r 48dea637aac9 -r 59e76450e286 tools/consoled/Makefile
> --- a/tools/consoled/Makefile Tue Aug 2 14:51:06 2005
> +++ b/tools/consoled/Makefile Tue Aug 2 15:42:06 2005
> @@ -24,14 +24,14 @@
>
> HDRS = $(wildcard *.h)
> OBJS = $(patsubst %.c,%.o,$(SRCS))
> -BIN = consoled
> +BIN = consoled xc_console
>
> -all: $(BIN) xc_console
> +all: $(BIN)
>
> clean:
> - $(RM) *.a *.so *.o *.rpm $(BIN) xc_console
> + $(RM) *.a *.so *.o *.rpm $(BIN)
>
> -$(BIN): $(OBJS)
> +consoled: $(OBJS)
> $(CC) $(CFLAGS) $^ -o $@ -L$(XEN_LIBXC) -L$(XEN_XENSTORE) \
> -lxc -lxenstore
>
> @@ -41,8 +41,8 @@
>
> $(OBJS): $(HDRS)
>
> -install: $(BIN) xc_console
> +install: $(BIN)
> $(INSTALL_DIR) -p $(DESTDIR)/$(CONSOLED_INSTALL_DIR)
> - $(INSTALL_PROG) $(BIN) $(DESTDIR)/$(CONSOLED_INSTALL_DIR)
> + $(INSTALL_PROG) consoled $(DESTDIR)/$(CONSOLED_INSTALL_DIR)
> $(INSTALL_DIR) -p $(DESTDIR)/$(XC_CONSOLE_INSTALL_DIR)
> $(INSTALL_PROG) xc_console $(DESTDIR)/$(XC_CONSOLE_INSTALL_DIR)
>
> _______________________________________________
> Xen-changelog mailing list
> Xen-changelog@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-changelog
--
Hollis Blanchard
IBM Linux Technology Center
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] Re: [Xen-changelog] Fixes.,
Hollis Blanchard <=
|
|
|
|
|