From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x431.google.com (mail-wr1-x431.google.com [IPv6:2a00:1450:4864:20::431]) by sourceware.org (Postfix) with ESMTPS id F09343858D3C for ; Sun, 6 Feb 2022 19:13:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org F09343858D3C Received: by mail-wr1-x431.google.com with SMTP id f17so21287452wrx.1 for ; Sun, 06 Feb 2022 11:13:34 -0800 (PST) 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:cc; bh=fuB7c3clgcJxypqk7yxAad1odZM8XWljJf4yYOT9rU8=; b=oox1jqSR9eGwYdTE7j+dQdIco/LIufrUVsWzOEmH0+OzwAU8SOXGiM16zyLvkUhmJk EiH4W05ByZyLIcxHCP5/5oA4yJrrD79dTdstn7gEVQBcuJm3Mo3CjsyoVKnvS9mc4Jtm EQFCUH0Hiz7MhBlZpXfU9szgTb6fVZjaFO12em8cjU9ogYt5UqgB/dumMjZEkq1q8E0X LVFb7JdLb8ATiYH2HC7iSik17mMIMoEtbfhJ+MTjViZaGb8nusSfFmxmpjF0XU7+wLT2 we2EBVhFLjbNX5nNkxAB4W12TBP0UdBUPXb0bE7FJwCjucNh7ZZ4gF+mOK0Xpdpd66+m RdKA== X-Gm-Message-State: AOAM530rRbWkJGW8jbgSn4OnEQH++qdpwETNqS0+OyCc42/NLNBtdCki msadnH1G0ZTAa5k4c9A/7I9+NZ5xV9baTrTGHUg= X-Google-Smtp-Source: ABdhPJyVhxJzqQjbgbMtqLggbhrVZ32S7PebP1m1aOQC2ACbu8DD6Ki0KerlvqoSyve5ghrwVvroaMhG90g6mIM0Ix4= X-Received: by 2002:adf:e701:: with SMTP id c1mr2458327wrm.714.1644174813961; Sun, 06 Feb 2022 11:13:33 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Mohamed Atef Date: Sun, 6 Feb 2022 21:13:22 +0200 Message-ID: Subject: Re: Compiling GCC source To: Mir Immad Cc: gcc@gcc.gnu.org X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_00, BODY_8BITS, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Feb 2022 19:13:36 -0000 After i built it I tried make - j 8 and it's recompiling now i thought i will have messege like Every thing is up to date or there are no change done But it actually started to compile again =D9=81=D9=8A =D8=A7=D9=84=D8=A3=D8=AD=D8=AF=D8=8C =D9=A6 =D9=81=D8=A8=D8=B1= =D8=A7=D9=8A=D8=B1=D8=8C =D9=A2=D9=A0=D9=A2=D9=A2 =D9=A9:=D9=A0=D9=A8 =D9= =85 Mir Immad =D9=83=D8=AA=D8=A8: > Yes, that is right. > > On Mon, Feb 7, 2022, 12:38 AM Mohamed Atef > wrote: > >> Hello, >> Only modified files will be recompiled, won't it? >> >> >> =D9=81=D9=8A =D8=A7=D9=84=D8=A3=D8=AD=D8=AF=D8=8C =D9=A6 =D9=81=D8=A8=D8= =B1=D8=A7=D9=8A=D8=B1=D8=8C =D9=A2=D9=A0=D9=A2=D9=A2 =D9=A9:=D9=A0=D9=A5 = =D9=85 Mir Immad =D9=83=D8=AA=D8=A8: >> >>> Make sure to use all the cores available. >>> >>> make -j N >>> >>> e.g; make -j 8 >>> >>> >>> On Mon, Feb 7, 2022, 12:26 AM Mohamed Atef via Gcc >>> wrote: >>> >>>> Hello everyone, >>>> I built gcc from the repo and it took around 2 hours but I am >>>> wondering should I wait two hours after every modification? >>>> Is there any way to recompile faster. >>>> That's very important as we will add some files and tests for OMPD. >>>> Thanks >>>> >>>