Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/x11/bin/xedit Explicitly do the NOLINT/NOPIC/NOPROFILE/libin...



details:   https://anonhg.NetBSD.org/src/rev/fbf7c317532e
branches:  trunk
changeset: 552304:fbf7c317532e
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Sep 23 11:02:46 2003 +0000

description:
Explicitly do the NOLINT/NOPIC/NOPROFILE/libinstall:: dance in each Makefile.

XXX: really need a single knob in bsd.lib.mk to enable this.  we could
use it in many many places in the tree

diffstat:

 x11/bin/xedit/Makefile.inc  |  7 -------
 x11/bin/xedit/lisp/Makefile |  8 +++++++-
 x11/bin/xedit/mp/Makefile   |  8 +++++++-
 x11/bin/xedit/re/Makefile   |  8 +++++++-
 4 files changed, 21 insertions(+), 10 deletions(-)

diffs (56 lines):

diff -r d5ab04ec01c4 -r fbf7c317532e x11/bin/xedit/Makefile.inc
--- a/x11/bin/xedit/Makefile.inc        Tue Sep 23 11:01:20 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-#      $NetBSD: Makefile.inc,v 1.1.1.1 2003/09/11 18:37:07 lukem Exp $
-
-NOLINT=         1
-NOPIC=          1
-NOPROFILE=      1
-
-libinstall::
diff -r d5ab04ec01c4 -r fbf7c317532e x11/bin/xedit/lisp/Makefile
--- a/x11/bin/xedit/lisp/Makefile       Tue Sep 23 11:01:20 2003 +0000
+++ b/x11/bin/xedit/lisp/Makefile       Tue Sep 23 11:02:46 2003 +0000
@@ -1,4 +1,10 @@
-#      $NetBSD: Makefile,v 1.2 2003/09/13 20:18:17 lukem Exp $
+#      $NetBSD: Makefile,v 1.3 2003/09/23 11:02:47 lukem Exp $
+
+NOLINT=         1
+NOPIC=          1
+NOPROFILE=      1
+
+libinstall::
 
 .include <bsd.own.mk>
 
diff -r d5ab04ec01c4 -r fbf7c317532e x11/bin/xedit/mp/Makefile
--- a/x11/bin/xedit/mp/Makefile Tue Sep 23 11:01:20 2003 +0000
+++ b/x11/bin/xedit/mp/Makefile Tue Sep 23 11:02:46 2003 +0000
@@ -1,4 +1,10 @@
-#      $NetBSD: Makefile,v 1.2 2003/09/13 20:18:18 lukem Exp $
+#      $NetBSD: Makefile,v 1.3 2003/09/23 11:02:47 lukem Exp $
+
+NOLINT=         1
+NOPIC=          1
+NOPROFILE=      1
+
+libinstall::
 
 .include <bsd.own.mk>
 
diff -r d5ab04ec01c4 -r fbf7c317532e x11/bin/xedit/re/Makefile
--- a/x11/bin/xedit/re/Makefile Tue Sep 23 11:01:20 2003 +0000
+++ b/x11/bin/xedit/re/Makefile Tue Sep 23 11:02:46 2003 +0000
@@ -1,4 +1,10 @@
-#      $NetBSD: Makefile,v 1.2 2003/09/13 20:18:18 lukem Exp $
+#      $NetBSD: Makefile,v 1.3 2003/09/23 11:02:47 lukem Exp $
+
+NOLINT=         1
+NOPIC=          1
+NOPROFILE=      1
+
+libinstall::
 
 .include <bsd.own.mk>
 



Home | Main Index | Thread Index | Old Index