From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by sourceware.org (Postfix) with ESMTPS id 4D6093858402 for ; Sat, 9 Mar 2024 18:56:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 4D6093858402 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 4D6093858402 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=194.25.134.81 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1710010619; cv=none; b=DZ5YvH40YeFQ2myrAt7ZmfjZ5TjbC6dZDaoQCDo0t8W4kq3b4B7Z4fik5s7hDpOS+PoSUtONAdwklv9vDwt8PUBswm5CeoLiSreD+wp+ht37N1xMud4lIIZKQ9Yka8ItAtbCrvmiWZYbz6p8+sIM2lWVMoJk6jXZMB0oB9KxyDA= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1710010619; c=relaxed/simple; bh=uVbVpgI7vkjOWOL9YfqFF65qf1mBglucBqsJxywsJzE=; h=From:Subject:To:Message-ID:Date:MIME-Version; b=xAqK8Y0sjGXUhWpmV+TXEcQ8D61SVt6st94f0PCwk4ogD3DQRWo7fIQtCREv3L9CvpUWV6I5lJHEMVc2dsq17LVoDcsRBgKP3fUY2kgugkKxP0Wti8NPXiPZBX200kDns1BV95C7M4sW0La/AsNkNwiljkM2JMfbf2lCtAT2wmo= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from fwd86.aul.t-online.de (fwd86.aul.t-online.de [10.223.144.112]) by mailout03.t-online.de (Postfix) with SMTP id 7B99E2C7AA for ; Sat, 9 Mar 2024 19:56:56 +0100 (CET) Received: from [192.168.2.102] ([87.187.47.57]) by fwd86.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1rj1sM-2ERIau0; Sat, 9 Mar 2024 19:56:54 +0100 From: Christian Franke Subject: New: bmake 20240301-1 To: cygwin-announce@cygwin.com Reply-To: cygwin@cygwin.com Message-ID: <85548fb8-5fd0-d3f4-fd53-76876e321f48@t-online.de> Date: Sat, 9 Mar 2024 19:56:53 +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::1710010614-2F7FDC95-C10C9ADA/0/0 CLEAN NORMAL X-TOI-MSGID: fb1e7087-5cb2-4d90-be17-a434032e3d81 X-Spam-Status: No, score=-4.9 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-20240301-1 * bmake-extras-20240301-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. https://www.crufty.net/help/sjg/bmake.htm The source package supports reproducible builds. Regards, ChristianFranke