summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gdbm/files/ptest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/gdbm/files/ptest.patch')
-rw-r--r--meta/recipes-support/gdbm/files/ptest.patch22
1 files changed, 9 insertions, 13 deletions
diff --git a/meta/recipes-support/gdbm/files/ptest.patch b/meta/recipes-support/gdbm/files/ptest.patch
index b9461bec6b..1e67dbd554 100644
--- a/meta/recipes-support/gdbm/files/ptest.patch
+++ b/meta/recipes-support/gdbm/files/ptest.patch
@@ -1,4 +1,4 @@
1From 4e4b70a4a3dcf1fdbee9e68bed3b62f42b197a3a Mon Sep 17 00:00:00 2001 1From 41448708e163c8ec1f980464e7dd6741db427c8a Mon Sep 17 00:00:00 2001
2From: Josep Puigdemont <josep.puigdemont@enea.com> 2From: Josep Puigdemont <josep.puigdemont@enea.com>
3Date: Sun, 4 May 2014 16:02:07 +0200 3Date: Sun, 4 May 2014 16:02:07 +0200
4Subject: [PATCH] Add install-ptest rules. 4Subject: [PATCH] Add install-ptest rules.
@@ -9,14 +9,14 @@ Upstream-Status: Pending
9 9
10--- 10---
11 Makefile.am | 5 +++++ 11 Makefile.am | 5 +++++
12 tests/Makefile.am | 12 +++++++++++- 12 tests/Makefile.am | 11 +++++++++++
13 2 files changed, 16 insertions(+), 1 deletion(-) 13 2 files changed, 16 insertions(+)
14 14
15diff --git a/Makefile.am b/Makefile.am 15diff --git a/Makefile.am b/Makefile.am
16index 4cdc734..24b99f0 100644 16index ecc03df..9fbbda5 100644
17--- a/Makefile.am 17--- a/Makefile.am
18+++ b/Makefile.am 18+++ b/Makefile.am
19@@ -45,3 +45,8 @@ ChangeLog: 19@@ -55,3 +55,8 @@ ChangeLog:
20 awk -f $(top_srcdir)/git2chg.awk \ 20 awk -f $(top_srcdir)/git2chg.awk \
21 -v append=$(top_srcdir)/$(prev_change_log) > ChangeLog; \ 21 -v append=$(top_srcdir)/$(prev_change_log) > ChangeLog; \
22 fi 22 fi
@@ -26,14 +26,13 @@ index 4cdc734..24b99f0 100644
26+ $(MAKE) -C $$subdir DESTDIR=$(DESTDIR)/$$subdir $@; \ 26+ $(MAKE) -C $$subdir DESTDIR=$(DESTDIR)/$$subdir $@; \
27+ done 27+ done
28diff --git a/tests/Makefile.am b/tests/Makefile.am 28diff --git a/tests/Makefile.am b/tests/Makefile.am
29index 3dbb580..22ffc44 100644 29index dbe17dd..06f537f 100644
30--- a/tests/Makefile.am 30--- a/tests/Makefile.am
31+++ b/tests/Makefile.am 31+++ b/tests/Makefile.am
32@@ -130,4 +130,14 @@ dtfetch_LDADD = ../src/libgdbm.la ../compat/libgdbm_compat.la 32@@ -169,3 +169,14 @@ EXTRA_DIST += \
33 dtdel_LDADD = ../src/libgdbm.la ../compat/libgdbm_compat.la 33 gdbmtool/base.exp\
34 d_creat_ce_LDADD = ../src/libgdbm.la ../compat/libgdbm_compat.la 34 config/default.exp
35 35
36-
37+buildtests: $(check_PROGRAMS) $(TESTSUITE) 36+buildtests: $(check_PROGRAMS) $(TESTSUITE)
38+ 37+
39+install-ptest: $(check_PROGRAMS) $(TESTSUITE) 38+install-ptest: $(check_PROGRAMS) $(TESTSUITE)
@@ -45,6 +44,3 @@ index 3dbb580..22ffc44 100644
45+ $(INSTALL_PROGRAM) $$file $(DESTDIR) ; \ 44+ $(INSTALL_PROGRAM) $$file $(DESTDIR) ; \
46+ fi \ 45+ fi \
47+ done 46+ done
48--
492.11.0
50