diff options
| author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-05-26 11:06:31 +0200 |
|---|---|---|
| committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-05-26 11:06:31 +0200 |
| commit | b93ac90c90e3c04299398ec6529581245b0dc32e (patch) | |
| tree | e4e229e5c2cf614e4c9857937f18c9bf1cc4c097 | |
| parent | 8e9065cbf9e98105f4bc727a37e5bbc64b5984a1 (diff) | |
drop 0003-Include-the-notify-protocol-in-gnumach.msgids.patch
| -rw-r--r-- | debian/patches/0003-Include-the-notify-protocol-in-gnumach.msgids.patch | 49 | ||||
| -rw-r--r-- | debian/patches/series | 2 |
2 files changed, 1 insertions, 50 deletions
diff --git a/debian/patches/0003-Include-the-notify-protocol-in-gnumach.msgids.patch b/debian/patches/0003-Include-the-notify-protocol-in-gnumach.msgids.patch deleted file mode 100644 index 92770bd..0000000 --- a/debian/patches/0003-Include-the-notify-protocol-in-gnumach.msgids.patch +++ /dev/null @@ -1,49 +0,0 @@ -From e8522c16db449dbc8859163a35b3ec7143ef7ba2 Mon Sep 17 00:00:00 2001 -From: Justus Winter <4winter@informatik.uni-hamburg.de> -Date: Sun, 25 May 2014 16:26:42 +0200 -Subject: [PATCH 3/3] Include the notify protocol in gnumach.msgids - -* Makefrag.am (gnumach.msgids): Add notify.msgids as prerequisite. -* Makerules.mig.am: Add rule to generate the list of message ids when -neither the client nor the server stubs are required. ---- - Makefrag.am | 3 ++- - Makerules.mig.am | 8 ++++++++ - 2 files changed, 10 insertions(+), 1 deletion(-) - -diff --git a/Makefrag.am b/Makefrag.am -index d6dd77f..2c25dd2 100644 ---- a/Makefrag.am -+++ b/Makefrag.am -@@ -537,7 +537,8 @@ nodist_libkernel_a_SOURCES += \ - # rpctrace can make use of that. - MOSTLYCLEANFILES += \ - gnumach.msgids --gnumach.msgids: $(filter %.msgids,$(nodist_libkernel_a_SOURCES)) -+gnumach.msgids: $(filter %.msgids,$(nodist_libkernel_a_SOURCES)) \ -+ include/mach/notify.msgids - $(AM_V_at) cat $^ > $@.new - $(AM_V_GEN) mv $@.new $@ - # `exec_' prefix, so that we don't try to build that file during when running -diff --git a/Makerules.mig.am b/Makerules.mig.am -index 3060984..1612e1c 100644 ---- a/Makerules.mig.am -+++ b/Makerules.mig.am -@@ -88,6 +88,14 @@ lib_dep_tr_for_defs_a_CPPFLAGS = $(AM_CPPFLAGS) \ - -list $*.user.msgids \ - < $< - -+# Stand-alone rule to generate the list of message ids when neither -+# the client nor the server stubs are required. -+%.msgids: $(top_srcdir)/%.defs -+ $(MIGCOM_V) $(CPP) $(AM_CPPFLAGS) $(CPPFLAGS) -E $< \ -+ | $(MIGCOM) $(MIGCOMFLAGS) $(MIGCOMSFLAGS) \ -+ -sheader /dev/null -server /dev/null \ -+ -list "$@" -+ - # This is how it should be done, but this is not integrated into GNU Automake - # and is missing automatic inter-file dependency management because of that. - --- -2.0.0.rc2 - diff --git a/debian/patches/series b/debian/patches/series index 8376306..a36ab8a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -9,4 +9,4 @@ Add-some-padding-to-make-objects-fit-a-single-cache-.patch #acpihalt.patch 0001-include-fix-the-embedded-type-definitions-in-memory_.patch 0002-Rewrite-old-style-endif-FOO-directives.patch -0003-Include-the-notify-protocol-in-gnumach.msgids.patch + |
