search for: build_doc

Displaying 7 results from an estimated 7 matches for "build_doc".

Did you mean: builddoc
2013 Sep 18
5
[PATCH] qemu-traditional: do not strip binaries during make install
...pfle.de> Acked-by: Matt Wilson <msw@amazon.com> --- Makefile | 2 +- Makefile.target | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 37c7066..594f0ef 100644 --- a/Makefile +++ b/Makefile @@ -243,7 +243,7 @@ endif install: all $(if $(BUILD_DOCS),install-doc) mkdir -p "$(DESTDIR)$(bindir)" ifneq ($(TOOLS),) - $(INSTALL) -m 755 -s $(TOOLS) "$(DESTDIR)$(bindir)" + $(INSTALL) -m 755 $(TOOLS) "$(DESTDIR)$(bindir)" endif ifneq ($(BLOBS),) mkdir -p "$(DESTDIR)$(datadir)" diff --git a/Makefile.targe...
2012 Oct 05
0
[PATCH] qemu-xen-trad: do not strip binaries during make install
Signed-off-by: Olaf Hering <olaf@aepfle.de> --- Makefile | 2 +- Makefile.target | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 37c7066..594f0ef 100644 --- a/Makefile +++ b/Makefile @@ -243,7 +243,7 @@ endif install: all $(if $(BUILD_DOCS),install-doc) mkdir -p "$(DESTDIR)$(bindir)" ifneq ($(TOOLS),) - $(INSTALL) -m 755 -s $(TOOLS) "$(DESTDIR)$(bindir)" + $(INSTALL) -m 755 $(TOOLS) "$(DESTDIR)$(bindir)" endif ifneq ($(BLOBS),) mkdir -p "$(DESTDIR)$(datadir)" diff --git a/Makefile.targe...
2003 Nov 13
2
cvs samba-docs missing configure and makefile
Hi all, I just got the repository samba-docs from pserver.samba.org. I want to make the html files out of the docbook tree. Please help, what have I to do to convert the existing docbook tree to for example html. Best regards, Hendrik
2012 Feb 18
0
Re: [Qemu-devel] [PATCH] build: add needed missing libraries libm and librt
...>> >> $(call set-vpath, $(SRC_PATH):$(SRC_PATH)/hw) >> >> -LIBS+=-lz $(LIBS_TOOLS) >> +LIBS+=-lz -lm -lrt $(LIBS_TOOLS) NACK. You need to make sure it either lands in $(LIBS_TOOLS) or is added via a new variable with host-dependent contents. >> >> ifdef BUILD_DOCS >> DOCS=qemu-doc.html qemu-tech.html qemu.1 qemu-img.1 qemu-nbd.8 QMP/qmp-commands.txt >> @@ -170,7 +170,7 @@ test-coroutine: test-coroutine.o qemu-timer-common.o async.o $(coroutine-obj-y) >> $(qapi-obj-y): $(GENERATED_HEADERS) >> qapi-dir := $(BUILD_DIR)/qapi-generated...
2009 Feb 03
1
[Announce] Samba 3.2.8 Maintainance Release Available
...log with failing pam_putenv messages. * Document default of the printing config variable. * Use talloc_tos() instead of the talloc NULL context. o Karolin Seeger <kseeger@samba.org> * BUG 6058: Use ''make distclean'' instead of ''make clean'' in build_docs. * BUG 6000: Avoid bashism in perfcount.init. * Change default value for "ldap ssl" to "start tls". * Several documentation improvements/typo fixes. * Fix syntax error in samba.spec.tmpl. * Check if Unix account exists before asking for the password in smbpa...
2009 Feb 03
1
[Announce] Samba 3.2.8 Maintainance Release Available
...log with failing pam_putenv messages. * Document default of the printing config variable. * Use talloc_tos() instead of the talloc NULL context. o Karolin Seeger <kseeger@samba.org> * BUG 6058: Use ''make distclean'' instead of ''make clean'' in build_docs. * BUG 6000: Avoid bashism in perfcount.init. * Change default value for "ldap ssl" to "start tls". * Several documentation improvements/typo fixes. * Fix syntax error in samba.spec.tmpl. * Check if Unix account exists before asking for the password in smbpa...
2013 Jun 10
35
Xen 4.3 development update
There are basically three issues we''re waiting to sort out (see below for more info): * XSA-55 * cpu hotplug in qemu-upsream * The MMIO hole issue Unfortuantely, there is considerable uncertainty about how long it will take for each of those to complete. We''re hoping to be able to release maybe on the 19th, This information will be mirrored on the Xen 4.3 Roadmap wiki page: