diff options
Diffstat (limited to 'meta/recipes-devtools/ccache/files/Revert-Create-man-page-in-the-make-install-from-git-.patch')
-rw-r--r-- | meta/recipes-devtools/ccache/files/Revert-Create-man-page-in-the-make-install-from-git-.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ccache/files/Revert-Create-man-page-in-the-make-install-from-git-.patch b/meta/recipes-devtools/ccache/files/Revert-Create-man-page-in-the-make-install-from-git-.patch new file mode 100644 index 0000000000..f0208b9dc2 --- /dev/null +++ b/meta/recipes-devtools/ccache/files/Revert-Create-man-page-in-the-make-install-from-git-.patch | |||
@@ -0,0 +1,33 @@ | |||
1 | From 94fabcdda5c7e54ccdbc1f0aeccb26ce30e61226 Mon Sep 17 00:00:00 2001 | ||
2 | From: Robert Yang <liezhi.yang@windriver.com> | ||
3 | Date: Mon, 18 Jul 2016 19:53:00 -0700 | ||
4 | Subject: [PATCH] Revert "Create man page in the make-install-from-git-repo | ||
5 | case" | ||
6 | |||
7 | This reverts commit b86784902d28defd5e475c8922de594787df4541. | ||
8 | |||
9 | We dont' have asciidoc, so revert it. | ||
10 | |||
11 | Upstream-Status: Inappropriate [OE-Core specific] | ||
12 | |||
13 | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> | ||
14 | --- | ||
15 | Makefile.in | 2 +- | ||
16 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
17 | |||
18 | diff --git a/Makefile.in b/Makefile.in | ||
19 | index d474f2a..c6cdc04 100644 | ||
20 | --- a/Makefile.in | ||
21 | +++ b/Makefile.in | ||
22 | @@ -76,7 +76,7 @@ ccache$(EXEEXT): $(ccache_objs) $(extra_libs) | ||
23 | $(CC) $(all_cflags) -o $@ $(ccache_objs) $(LDFLAGS) $(extra_libs) $(LIBS) | ||
24 | |||
25 | .PHONY: install | ||
26 | -install: all $(srcdir)/ccache.1 | ||
27 | +install: all | ||
28 | $(installcmd) -d $(DESTDIR)$(bindir) | ||
29 | $(installcmd) -m 755 ccache$(EXEEXT) $(DESTDIR)$(bindir) | ||
30 | $(installcmd) -d $(DESTDIR)$(mandir)/man1 | ||
31 | -- | ||
32 | 2.9.0 | ||
33 | |||