simon-git: xtruss (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun Sep 30 17:15:32 BST 2018


TL;DR:
  6ecf89c Fix -Wmisleading-indentation warnings.
  82973f5 Remove the master GNUmakefile.

Repository:     https://git.tartarus.org/simon/xtruss.git
On the web:     https://git.tartarus.org/?p=simon/xtruss.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2018-09-30 17:15:32

commit 6ecf89cf61530487b979a3316c3bd1890e4c1e85
web diff https://git.tartarus.org/?p=simon/xtruss.git;a=commitdiff;h=6ecf89cf61530487b979a3316c3bd1890e4c1e85;hp=f43ba981871d312833aa9f7459edecb3f6d8d6df
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Sep 30 16:39:29 2018 +0100

    Fix -Wmisleading-indentation warnings.
    
    I just tried building with gcc 8, which complained about a couple of
    these.

 proxy.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 82973f516019218fdf8c7858a9ce0d55cdf27b16
web diff https://git.tartarus.org/?p=simon/xtruss.git;a=commitdiff;h=82973f516019218fdf8c7858a9ce0d55cdf27b16;hp=6ecf89cf61530487b979a3316c3bd1890e4c1e85
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Sep 30 16:36:55 2018 +0100

    Remove the master GNUmakefile.
    
    More or less copied from the way I did it in agedu in 2011 but never
    got round to here. The autotools makefile is now the One True Way; it
    will autodetect the presence of Halibut and use it to decide whether
    the man page is a rebuildable target or not.
    
    (So if you start from the distribution tarball which contains the man
    page already built, then it doesn't matter if you have Halibut
    installed; but if you check out from git, you do need Halibut, because
    the man page isn't there already.)

 Buildscr     | 21 ++++++++++++---------
 GNUmakefile  | 55 -------------------------------------------------------
 Makefile.am  | 15 +++++++++++++++
 autogen.sh   |  2 ++
 configure.ac |  2 ++
 5 files changed, 31 insertions(+), 64 deletions(-)



More information about the tartarus-commits mailing list