From owner-freebsd-bugs@FreeBSD.ORG Sat Jun 22 09:20:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1BEA9408 for ; Sat, 22 Jun 2013 09:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id DDA95135E for ; Sat, 22 Jun 2013 09:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5M9K0o8052204 for ; Sat, 22 Jun 2013 09:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5M9K0nP052203; Sat, 22 Jun 2013 09:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 22 Jun 2013 09:20:00 GMT Resent-Message-Id: <201306220920.r5M9K0nP052203@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vladimir Kondratiev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2B1B23EB for ; Sat, 22 Jun 2013 09:17:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 1C8531350 for ; Sat, 22 Jun 2013 09:17:07 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5M9H6bq091870 for ; Sat, 22 Jun 2013 09:17:06 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5M9H6wu091869; Sat, 22 Jun 2013 09:17:06 GMT (envelope-from nobody) Message-Id: <201306220917.r5M9H6wu091869@oldred.freebsd.org> Date: Sat, 22 Jun 2013 09:17:06 GMT From: Vladimir Kondratiev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: bin/179833: [patch] contrib/bmake port easter egg from pmake X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jun 2013 09:20:01 -0000 >Number: 179833 >Category: bin >Synopsis: [patch] contrib/bmake port easter egg from pmake >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 22 09:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Vladimir Kondratiev >Release: FreeBSD 10.0-CURRENT r251566 >Organization: >Environment: FreeBSD wulf 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r251566M: Sun Jun 9 17:21:34 MSK 2013 root@wulf:/usr/obj/usr/src/sys/WULF amd64 >Description: Freebsd version <= 9.x wulf@fbsd91:/home/wulf % make love Not war. Freebsd version = 10 wulf@fbsd10:/home/wulf % make love make: don't know how to make love. Stop >How-To-Repeat: type "make love" at shell prompt >Fix: --- contrib/bmake/job.c (revision 252094) +++ contrib/bmake/job.c (working copy) @@ -1263,6 +1263,11 @@ (void)fflush(stdout); return FALSE; } else { +#ifndef WITHOUT_OLD_JOKE + if (strcmp(gn->name,"love") == 0) + (*abortProc)("Not war."); + else +#endif (*abortProc)("%s%s %s. Stop", progname, msg, gn->name); return FALSE; } >Release-Note: >Audit-Trail: >Unformatted: