
Loading…
Add proto.h to BUILT_SOURCES and nodist_SOURCES #3
Merged
+5
−0
eugmes
commented
|
|
eugmes |
Add proto.h to BUILT_SOURCES and nodist_SOURCES
…
This fixes 'make check' in clean source tree. |
7fe243f
|
Owner
Thanks for sorting this out (merged).
FYI I hope to get some testing at scale early this week. There were some
problems with 1.0-pre50 and I lost access to test cluster for a while while
other work was going on. Should be back on monday, then if all goes
well I hope to have stable tag (maybe even 1.0 non-pre release?) very soon.
Jim
…On Sat, Sep 17, 2011 at 9:51 AM, Eugeniy Meshcheryakov <reply@reply.github.com> wrote:
This fixes 'make check' in clean source tree. Otherwise it fails in tests/kern/dbench if proto.h does not already exist.
You can merge this Pull Request by running:
git pull https://github.com/eugmes/diod fix_proto_h
Or you can view, comment on it, or merge it online at:
https://github.com/chaos/diod/pull/3
-- Commit Summary --
* Add proto.h to BUILT_SOURCES and nodist_SOURCES
-- File Changes --
M tests/kern/dbench/Makefile.am (5)
-- Patch Links --
https://github.com/chaos/diod/pull/3.patch
https://github.com/chaos/diod/pull/3.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/chaos/diod/pull/3
eugmes
commented
I forgot to add, the patch requires autoreconf.
Owner
Yeah, I'll do that before next tag.
Jim
…On Sat, Sep 17, 2011 at 10:06 AM, Eugeniy Meshcheryakov <reply@reply.github.com> wrote:
I forgot to add, the patch requires autoreconf.
--
Reply to this email directly or view it on GitHub:
https://github.com/chaos/diod/pull/3#issuecomment-2123073
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Commits on Sep 17, 2011
-
Add proto.h to BUILT_SOURCES and nodist_SOURCES …
eugmes authoredThis fixes 'make check' in clean source tree.
This page is out of date. Refresh to see the latest.
This fixes 'make check' in clean source tree. Otherwise it fails in tests/kern/dbench if proto.h does not already exist.