Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make Back out a local change
details: https://anonhg.NetBSD.org/src/rev/48438ecc18a4
branches: trunk
changeset: 765066:48438ecc18a4
user: dsl <dsl%NetBSD.org@localhost>
date: Wed May 18 06:36:48 2011 +0000
description:
Back out a local change
diffstat:
usr.bin/make/Makefile | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 73c0d5ded0f7 -r 48438ecc18a4 usr.bin/make/Makefile
--- a/usr.bin/make/Makefile Wed May 18 03:51:41 2011 +0000
+++ b/usr.bin/make/Makefile Wed May 18 06:36:48 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2011/05/17 21:56:51 dsl Exp $
+# $NetBSD: Makefile,v 1.53 2011/05/18 06:36:48 dsl Exp $
# @(#)Makefile 5.2 (Berkeley) 12/28/90
PROG= make
@@ -38,7 +38,6 @@
CPPFLAGS+= -DMAKE_NATIVE
COPTS.var.c+= -Wno-cast-qual
-.if 0
.ifdef TOOLDIR
# this is a native netbsd build,
# use libutil rather than the local emalloc etc.
@@ -46,7 +45,6 @@
LDADD+=-lutil
DPADD+=${LIBUTIL}
.endif
-.endif
# A simple unit-test driver to help catch regressions
accept test:
Home |
Main Index |
Thread Index |
Old Index