tech@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: Ingo Schwarze <schwarze@usta.de>
To: tech@mdocml.bsd.lv
Subject: Makefile tweak
Date: Mon, 28 Nov 2011 10:54:38 +0100	[thread overview]
Message-ID: <20111128095438.GA17736@iris.usta.de> (raw)

Hi,

recently, the commenting of USE_MANPATH got lost,
and given that almost all active developers use
OpenBSD and NetBSD, i'd like to put it back.

Besides, hopefully, operating systems that don't support
static binaries are expected to be a bit rare.
Then again, working on Linux, you wonder...  :-D

OK?
  Ingo


schwarze@donnerwolke:~$ ldd /bin/true
        linux-gate.so.1 =>  (0xb782d000)
        libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb76da000)
        /lib/ld-linux.so.2 (0xb782e000)
schwarze@donnerwolke:~$ /bin/true --version
true (GNU coreutils) 8.5
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Jim Meyering.
schwarze@donnerwolke:~$ 


Index: Makefile
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/Makefile,v
retrieving revision 1.383
diff -u -r1.383 Makefile
--- Makefile	27 Nov 2011 11:46:44 -0000	1.383
+++ Makefile	28 Nov 2011 09:44:42 -0000
@@ -27,9 +27,9 @@
 # system that's not OpenBSD or NetBSD.  If uncommented, apropos(1),
 # mandocdb(8), and man.cgi will popen(3) manpath(1) to get the MANPATH
 # variable.
-CFLAGS		+= -DUSE_MANPATH
+#CFLAGS		+= -DUSE_MANPATH
 
-# If your system doesn't support static binaries, comment this.
+# If your system supports static binaries only, uncomment this.
 #STATIC		 = -static
 
 CFLAGS		+= -g -DHAVE_CONFIG_H -DVERSION="\"$(VERSION)\""
--
 To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv

             reply	other threads:[~2011-11-28  9:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-28  9:54 Ingo Schwarze [this message]
2011-11-28  9:58 ` Kristaps Dzonsons

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111128095438.GA17736@iris.usta.de \
    --to=schwarze@usta.de \
    --cc=tech@mdocml.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).