From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 02250158087 for ; Fri, 21 Jan 2022 08:50:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 788B52BC05C; Fri, 21 Jan 2022 08:50:42 +0000 (UTC) Received: from mail-lf1-x131.google.com (mail-lf1-x131.google.com [IPv6:2a00:1450:4864:20::131]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 344E9E07F0 for ; Fri, 21 Jan 2022 08:50:41 +0000 (UTC) Received: by mail-lf1-x131.google.com with SMTP id m1so31584289lfq.4 for ; Fri, 21 Jan 2022 00:50:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=HIFf8zeVVVMNRYK2Ey9PqNVKUs55+v+6jPClUgEm2pM=; b=DgbbeK1yMcXnarwtw1xrEipK32lQruJ0SqVa3aNnBas8yEfbIWWNPyJihVHZquabZL 15tuW2gPbB6eowZsQ1SU1YlVjwqgoWoqBzzf0OCcuOcfkwJVwzJS6ByxEUvFoYPI4f6V TSWDj8/QSnuQpG+cUkYslDcFx7rz6WyMO+oOrF7eAFhoa0+jnQN2kjUZCTQmixqv5ZEk 2R8QYXMMaRQ/ItAmTPc0MpEhRNgxl79e25btbqMK5eJfrHuX0xmfmDl5BwX7f1ToXLCp eqZNv3Km4DNlh6YdVidMMmI2+DBI5FktiKmxF/QxInbmuMWuOtsRb6w30anAR+cKQzl6 SppQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=HIFf8zeVVVMNRYK2Ey9PqNVKUs55+v+6jPClUgEm2pM=; b=KqSIrGb/yY4IyQ1uekonM9DpGdX2YFmmhutzYZQsR6H8lXUQMsX/qVcse+quaPC/JH Rh+WzqESstvmAs5rY1jhW+JmIEeU3a9Gn2UHPV5o2hnf53WJCw8Y2JDKV3gxkqla798v AakXU6ru17Yy2OFHDI0vnjLP09nGwBkYr2r4bNO8B8tWFcwcJQMHK7M0nYBzRwjKlbB6 ywwyCjN7FOnzSu3Ao6hD1sfWR+XAh6TrdeCEJjK+tmwc2Q2mPQwEUTHeM5FjnEth1gFr +JaW1CGhaq3FflNnfhFEIdO8n92OJAa5bBOW/E60HKz9i+msuQeK7qMYp+3XZ7UWDEb3 bOeg== X-Gm-Message-State: AOAM530uyNBWYh6dLmagt2TkHu1F7N+M0brUlzOSxZAN5eLGkDBM+H1D 5SMDVBJ4fzcFkP7zEbOCzVqgAcPx8LfvgcH5bxKrSAf0 X-Google-Smtp-Source: ABdhPJyUdqWgTk7OQkN/1ERAS7G1XhJWyUs5lHL8IdnGkAWuBQXrbrwmzcJ6moy6bb5tctDh+HPL13cwUt3E1OqVFMo= X-Received: by 2002:a05:6512:260c:: with SMTP id bt12mr3026589lfb.506.1642755039576; Fri, 21 Jan 2022 00:50:39 -0800 (PST) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 References: <34f5f67f265bb7bc13358d2c2175f27f117f7e86.camel@gmail.com> In-Reply-To: From: Atharva Amritkar Date: Fri, 21 Jan 2022 14:20:28 +0530 Message-ID: Subject: Re: [gentoo-user] Contribution: Python C Code builder, Simple Build To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary="0000000000009646df05d613b65c" X-Archives-Salt: 22f287d6-7ebe-4b49-ac59-cac523ec55db X-Archives-Hash: ae5c8cb0e3a86a3b7e654c9ee208adea --0000000000009646df05d613b65c Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Andrew: Agreed. Recently people have been sending binaries in mailing list. On Fri, 21 Jan 2022, 9:49 am Andrew Lowe, wrote: > On 21/1/22 10:32 am, Matt Connell wrote: > > On Thu, 2022-01-20 at 17:12 +0100, Attila Boczk=C3=B3 wrote: > >> I would like to send a little python program that runs GCC to compile > >> the C code. The C Code can put multiple sub directories in the main > >> SRC directory. The python code uses os.walk method to find all C Code > >> files and pass it to GCC. > > > > So, you've reinvented makefiles? > > > > > > There have been a few "weird" posts lately, authors "Attilla" & > "xbx", > and subjects, amongst others, "Technical Docum....". Is this someone > trying to contribute or a spam/spear phishing attack? > > Andrew > > > --0000000000009646df05d613b65c Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Andrew: Agreed. Recently people h= ave been sending binaries in mailing list.
On Fri, 21 Jan 2022, 9:49 am Andrew Low= e, <agl@wht.com.au> wrote:
On 21/1/22 10:32 am, Matt Connell wrote:
> On Thu, 2022-01-20 at 17:12 +0100, Attila Boczk=C3=B3 wrote:
>> I would like to send a little python program that runs GCC to comp= ile
>> the C code. The C Code can put multiple sub directories in the mai= n
>> SRC directory. The python code uses os.walk method to find all C C= ode
>> files and pass it to GCC.
>
> So, you've reinvented makefiles?
>
>

=C2=A0 =C2=A0 =C2=A0 =C2=A0 There have been a few "weird" posts l= ately, authors "Attilla" & "xbx",
and subjects, amongst others, "Technical Docum....". Is this some= one
trying to contribute or a spam/spear phishing attack?

=C2=A0 =C2=A0 =C2=A0 =C2=A0 Andrew


--0000000000009646df05d613b65c--