From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) by sourceware.org (Postfix) with ESMTPS id 0D0453858D28 for ; Wed, 20 Mar 2024 18:51:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 0D0453858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=t-online.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=t-online.de ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 0D0453858D28 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=194.25.134.18 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1710960667; cv=none; b=FzG/F71bTMu6+4/nicp9qJfhlovyLjES7kh95GriSKL4qJBikm2WzNfGtQAEvKYRQLK5cqgOuC1j/eZLuTUJBWO8HVznRPi14N2pBRDTEVi2yd9smXqsROLyj8MeAQiOltG7lEYx+3EUIgNtWwTtw0KCc3lJjPkGOzw5pRTSxR0= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1710960667; c=relaxed/simple; bh=S+JE5SfUacb3x+vD2tGVTddUttPkEh2hitkW+f9IZ2A=; h=From:Subject:To:Message-ID:Date:MIME-Version; b=DEznlVNG1UdbZKtgdVLY8yudi9G1Zs1kCqWDuSO3UKH8ba5q9SrhkwZ33LrB6mVTtmuMCeuvceUTz/at/lYxvpRppoA9gP/wAERLIgp8ACD6Kb9x07sjIxArfP2vfYnOzlrQwokb6oDG5roLPPzQ3tPLfekLo2ptj89b1l6jg94= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from fwd82.aul.t-online.de (fwd82.aul.t-online.de [10.223.144.108]) by mailout04.t-online.de (Postfix) with SMTP id AD71F3B41 for ; Wed, 20 Mar 2024 19:51:03 +0100 (CET) Received: from [192.168.2.102] ([87.187.47.57]) by fwd82.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1rn11h-2Mzjw80; Wed, 20 Mar 2024 19:51:01 +0100 From: Christian Franke Subject: bmake 20240314-1 Reply-To: cygwin@cygwin.com To: cygwin-announce@cygwin.com Message-ID: <779907bf-b74f-cd34-c06a-da4237f51d54@t-online.de> Date: Wed, 20 Mar 2024 19:51:01 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 SeaMonkey/2.53.16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-TOI-EXPURGATEID: 150726::1710960661-05180954-C44932E6/0/0 CLEAN NORMAL X-TOI-MSGID: a92ad2a4-f802-44a1-b3a0-20f671c4e946 X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_DMARC_STATUS,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: The following packages have been uploaded to the Cygwin distribution: * bmake-20240314-1 * bmake-extras-20240314-1 * bmake-extras-python-20240314-1 bmake is a portable version of the NetBSD make(1) utility. It is similar to GNU make, even though the syntax for the advanced features supported in Makefiles is very different. The bmake-extras package contains many additional *.mk files and some support scripts which are only required if used in Makefiles. The bmake-extras-python package contains a faster alternative to the 'meta2deps.sh' script. https://www.crufty.net/help/sjg/bmake.htm This is an update to the latest upstream release. Changes since bmake-20240301-1: - The variables .MAKE.OS and HOST_OS are now set to "Cygwin" instead of "CYGWIN_NT-X.Y-BUILD". - Added sys/Cygwin.mk file. - The error message "sed: can't read /etc/group" does no longer occur. - The above changes are included in the upstream source release. - The doc files for the *.mk files are now included in /usr/share/doc/bmake. - The bmake-extras package does no longer require python because the 'meta2deps.py' script has been moved to the new package bmake-extras-python. The source package supports reproducible builds. Regards, Christian Franke