tech@mandoc.bsd.lv
 help / color / mirror / Atom feed
* Makefile tweak
@ 2011-11-28  9:54 Ingo Schwarze
  2011-11-28  9:58 ` Kristaps Dzonsons
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Schwarze @ 2011-11-28  9:54 UTC (permalink / raw)
  To: tech

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Makefile tweak
  2011-11-28  9:54 Makefile tweak Ingo Schwarze
@ 2011-11-28  9:58 ` Kristaps Dzonsons
  0 siblings, 0 replies; 2+ messages in thread
From: Kristaps Dzonsons @ 2011-11-28  9:58 UTC (permalink / raw)
  To: tech

Ingo,

Yes, please get that back in -- it'll happen from time to time, my 
apologies in advance.  It's actually my Mac that doesn't support 
-static.  Maybe it does in some mysterious way, but I won't be arsed to 
check.  It's also the reason manpath(1) exists, as I don't have any 
Linux boxes around any more (my office machines are all OpenBSD now).

Thanks again,

Kristaps
--
 To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-11-28  9:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-28  9:54 Makefile tweak Ingo Schwarze
2011-11-28  9:58 ` Kristaps Dzonsons

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).