Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils For some reason this makefile descends into al...



details:   https://anonhg.NetBSD.org/src/rev/0820e371e140
branches:  trunk
changeset: 584158:0820e371e140
user:      dsl <dsl%NetBSD.org@localhost>
date:      Sat Sep 10 13:24:38 2005 +0000

description:
For some reason this makefile descends into all the x_<prog> directories.
Since all the x_<prog> get build into crunched binaries (which does a
reachover build these days) I suspect this is entirely unnecessary.
But having deleted x_dmesg we must ensure it doesn't go there.

diffstat:

 distrib/utils/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 5259493298aa -r 0820e371e140 distrib/utils/Makefile
--- a/distrib/utils/Makefile    Sat Sep 10 13:10:23 2005 +0000
+++ b/distrib/utils/Makefile    Sat Sep 10 13:24:38 2005 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.16 2004/06/08 21:43:40 abs Exp $
+#      $NetBSD: Makefile,v 1.17 2005/09/10 13:24:38 dsl Exp $
 
 SUBDIR=        libhack more ssh tls \
-       x_dhclient x_dmesg x_ed x_gzip x_ifconfig \
+       x_dhclient x_ed x_gzip x_ifconfig \
        x_netstat x_ping x_route x_umount zcat
 
 .if exists(sysinst/arch/${MACHINE})



Home | Main Index | Thread Index | Old Index