Deutsch   English   Français   Italiano  
<87o6yc4ec3.fsf@nosuchdomain.example.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: Keith Thompson <Keith.S.Thompson+u@gmail.com>
Newsgroups: comp.lang.c
Subject: Re: Python recompile
Date: Fri, 07 Mar 2025 15:21:16 -0800
Organization: None to speak of
Lines: 24
Message-ID: <87o6yc4ec3.fsf@nosuchdomain.example.com>
References: <vq1qas$j22$1@gallifrey.nk.ca> <vq6f8p$1pmnk$1@dont-email.me>
	<vq6gqc$1qcp8$1@dont-email.me> <vq6ips$1pmnk$2@dont-email.me>
	<vq6j5h$1qosf$1@dont-email.me> <20250304092827.708@kylheku.com>
	<vq7g1p$1vmg5$1@dont-email.me> <vq94dt$2boso$1@dont-email.me>
	<vqcsk7$23bfo$1@paganini.bofh.team> <vqefn1$3flpt$1@dont-email.me>
	<vqeu5c$3imil$1@dont-email.me> <vqeun4$3iqbq$1@dont-email.me>
	<vqfcbe$3lkkc$1@dont-email.me>
	<871pv861ht.fsf@nosuchdomain.example.com>
	<vqfoht$3nugk$1@dont-email.me> <YHKyP.181941$OrR5.171873@fx18.iad>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Sat, 08 Mar 2025 00:21:18 +0100 (CET)
Injection-Info: dont-email.me; posting-host="94e6cc939317b57e1d31f0d2affb1815";
	logging-data="3972248"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+WMR07nxJv4YXcbP9lk914"
User-Agent: Gnus/5.13 (Gnus v5.13)
Cancel-Lock: sha1:kSPUQ5TeHhtU+xF5Js3YVijGvRs=
	sha1:xxa5nygYFA06+CStuZ4k+XXicU0=
Bytes: 2147

scott@slp53.sl.home (Scott Lurndal) writes:
> bart <bc@freeuk.com> writes:
[...]
>>It was from here:
>>
>>   https://github.com/gcc-mirror/gcc
>>
>>The ZIP file is the one you get on the '<> Code' pulldown menu. You get 
>>that on every project, whether it targets Windows or not.
>
> You're downloading the entire flippin' GIT repository.   Every version of
> gcc.  You surely don't want that.

No, he downloaded a zip of the current version.  He'd get the entire
repo only if he did a "git clone".

(Downloading a zip of the current version is a GitHub feature, not a git
feature.)

[...]

-- 
Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com
void Void(void) { Void(); } /* The recursive call of the void */