pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/bmake/files Usage of variable MAKEFILE in pkgsrc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/450feaaf8c33
branches:  trunk
changeset: 518419:450feaaf8c33
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Sep 09 02:39:11 2006 +0000

description:
Usage of variable MAKEFILE in pkgsrc has been changed.
So no longer needs this hack.

diffstat:

 devel/bmake/files/main.c |  15 +++------------
 1 files changed, 3 insertions(+), 12 deletions(-)

diffs (44 lines):

diff -r bf3eace6294b -r 450feaaf8c33 devel/bmake/files/main.c
--- a/devel/bmake/files/main.c  Sat Sep 09 02:35:13 2006 +0000
+++ b/devel/bmake/files/main.c  Sat Sep 09 02:39:11 2006 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $ */
+/*     $NetBSD: main.c,v 1.2 2006/09/09 02:39:11 obache Exp $  */
 
 /*
  * Copyright (c) 1988, 1989, 1990, 1993
@@ -69,7 +69,7 @@
  */
 
 #ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: main.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $";
+static char rcsid[] = "$NetBSD: main.c,v 1.2 2006/09/09 02:39:11 obache Exp $";
 #else
 #include <sys/cdefs.h>
 #ifndef lint
@@ -81,7 +81,7 @@
 #if 0
 static char sccsid[] = "@(#)main.c     8.3 (Berkeley) 3/19/94";
 #else
-__RCSID("$NetBSD: main.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $");
+__RCSID("$NetBSD: main.c,v 1.2 2006/09/09 02:39:11 obache Exp $");
 #endif
 #endif /* not lint */
 #endif
@@ -1136,16 +1136,7 @@
                Parse_File("(stdin)", stdin);
                Var_Set("MAKEFILE", "", VAR_GLOBAL, 0);
        } else {
-#ifdef __INTERIX
-               /*
-                * XXX Hack from tv:
-                * This system has broken filesystem support - can't
-                * always distinguish b/w [Mm]akefile.
-                */
-               setMAKEFILE = FALSE;
-#else
                setMAKEFILE = strcmp(fname, ".depend");
-#endif
 
                /* if we've chdir'd, rebuild the path name */
                if (strcmp(curdir, objdir) && *fname != '/') {



Home | Main Index | Thread Index | Old Index