All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [merged] documentation-fix-docbooks=-building.patch removed from -mm tree
@ 2014-05-27 20:22 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2014-05-27 20:22 UTC (permalink / raw
  To: mm-commits, rdunlap, mchehab, johannes.berg

Subject: [merged] documentation-fix-docbooks=-building.patch removed from -mm tree
To: johannes.berg@intel.com,mchehab@redhat.com,rdunlap@xenotime.net,mm-commits@vger.kernel.org
From: akpm@linux-foundation.org
Date: Tue, 27 May 2014 13:22:27 -0700


The patch titled
     Subject: Documentation: fix DOCBOOKS=... building
has been removed from the -mm tree.  Its filename was
     documentation-fix-docbooks=-building.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Johannes Berg <johannes.berg@intel.com>
Subject: Documentation: fix DOCBOOKS=... building

Prior to
commit 4266129964b8238526936d723de65b419d8069c6
Author: Mauro Carvalho Chehab <mchehab@redhat.com>
Date:   Tue May 31 16:27:44 2011 -0300

    [media] DocBook: Move all media docbook stuff into its own directory

it was possible to build only a single (or more) book(s) by calling, for
example

	make htmldocs DOCBOOKS=80211.xml

This now fails:
cp: target `.../Documentation/DocBook//media_api' is not a directory

Ignore errors from that copy to make this possible again.

Fixes: 4266129964b8 ("[media] DocBook: Move all media docbook stuff into its own directory")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 Documentation/DocBook/media/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN Documentation/DocBook/media/Makefile~documentation-fix-docbooks=-building Documentation/DocBook/media/Makefile
--- a/Documentation/DocBook/media/Makefile~documentation-fix-docbooks=-building
+++ a/Documentation/DocBook/media/Makefile
@@ -195,7 +195,7 @@ DVB_DOCUMENTED = \
 #
 
 install_media_images = \
-	$(Q)cp $(OBJIMGFILES) $(MEDIA_SRC_DIR)/v4l/*.svg $(MEDIA_OBJ_DIR)/media_api
+	$(Q)-cp $(OBJIMGFILES) $(MEDIA_SRC_DIR)/v4l/*.svg $(MEDIA_OBJ_DIR)/media_api
 
 $(MEDIA_OBJ_DIR)/%: $(MEDIA_SRC_DIR)/%.b64
 	$(Q)base64 -d $< >$@
_

Patches currently in -mm which might be from johannes.berg@intel.com are

compilerh-avoid-sparse-errors-in-__compiletime_error_fallback.patch
linux-next.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-27 20:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-27 20:22 [merged] documentation-fix-docbooks=-building.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.