summaryrefslogtreecommitdiffstats
path: root/contrib/bmake/compat.c
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2012-10-25 23:18:05 +0000
committersjg <sjg@FreeBSD.org>2012-10-25 23:18:05 +0000
commitf8768a6120b46ed906f39884eecc8b8ec328fd98 (patch)
tree874aa155fac4900513e34c588047739fa2bc7141 /contrib/bmake/compat.c
parent83b5dc03eb3b4233e7a15da88f6ed00abcb3575f (diff)
downloadFreeBSD-src-f8768a6120b46ed906f39884eecc8b8ec328fd98.zip
FreeBSD-src-f8768a6120b46ed906f39884eecc8b8ec328fd98.tar.gz
Merge bmake-20121010
Approved by: marcel (mentor)
Diffstat (limited to 'contrib/bmake/compat.c')
-rw-r--r--contrib/bmake/compat.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/bmake/compat.c b/contrib/bmake/compat.c
index 7f715cc..4cc699e 100644
--- a/contrib/bmake/compat.c
+++ b/contrib/bmake/compat.c
@@ -1,4 +1,4 @@
-/* $NetBSD: compat.c,v 1.89 2012/06/10 21:44:01 wiz Exp $ */
+/* $NetBSD: compat.c,v 1.90 2012/10/07 19:17:31 sjg Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -70,14 +70,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: compat.c,v 1.89 2012/06/10 21:44:01 wiz Exp $";
+static char rcsid[] = "$NetBSD: compat.c,v 1.90 2012/10/07 19:17:31 sjg Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)compat.c 8.2 (Berkeley) 3/19/94";
#else
-__RCSID("$NetBSD: compat.c,v 1.89 2012/06/10 21:44:01 wiz Exp $");
+__RCSID("$NetBSD: compat.c,v 1.90 2012/10/07 19:17:31 sjg Exp $");
#endif
#endif /* not lint */
#endif
@@ -247,7 +247,6 @@ CompatRunCommand(void *cmdp, void *gnp)
if (*cmdStart == '\0') {
free(cmdStart);
- Error("%s expands to empty string", cmd);
return(0);
}
cmd = cmdStart;
OpenPOWER on IntegriCloud