]> sourceware.org Git - systemtap.git/commit
stapdyn & staprun: Use the top-level git_version.h
authorJosh Stone <jistone@redhat.com>
Thu, 2 Aug 2012 17:55:57 +0000 (10:55 -0700)
committerJosh Stone <jistone@redhat.com>
Thu, 2 Aug 2012 17:58:42 +0000 (10:58 -0700)
commitcab11fd17e760cfe8599d765d640eeefca17d9e3
treeba7d953ce8b337f4f7cee40fdd8b77b1ac4149fb
parentb2103a16391bd00c9d891d61249a93a95a711584
stapdyn & staprun: Use the top-level git_version.h

Yo dawg, I herd you like Makefile recursion, so I put some recursion in
your recursion so you can version while you version.

Less duplication + more recursion == win?  Another option is to flatten
stapdyn and staprun Makefiles altogether into the root Makefile, but for
now, this is less invasive.

Changing the includes to ../git_version.h is not strictly necessary,
since we also have "-I..", but this way developers won't get burned by
old git_version.h files sitting in staprun/ or stapdyn/.
stapdyn/Makefile.am
stapdyn/Makefile.in
stapdyn/stapdyn.cxx
staprun/Makefile.am
staprun/Makefile.in
staprun/common.c
This page took 0.029785 seconds and 5 git commands to generate.