From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: Question about requirement for make.sh clean and make.sh build Date: Wed, 11 Aug 2021 12:22:25 +0200 Message-ID: In-Reply-To: <7b4e64c9-4e87-cf88-035f-38c08ea47911@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4573481836077260491==" List-Id: --===============4573481836077260491== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, You don=E2=80=99t need to rebuild if you can be sure that all files have been= replaced/changed. I am always trying to rather safe than sorry, so I rather do an extra build i= nstead of breaking the build for somebody else. This doesn=E2=80=99t always w= ork, but I will try. If I change a CGI file, I copy it manually to the right place, or if there ar= e multiple I figure out which lfs-file is responsible and delete the correspo= nding log file before I run =E2=80=9C./make.sh build=E2=80=9D again. Then I w= ill have an ISO with the right content. Does this answer your question? -Michael > On 9 Aug 2021, at 14:42, Adolf Belka wrote: >=20 > Hi All, >=20 >=20 > When I am doing changes to programs and addons then it is clear that I need= to do full make.sh clean and make.sh build before doing any commit. >=20 >=20 > If I am changing language files then I know that I need to run make.sh lang= but do I also need to run make.sh clean and make.sh build before the make.sh= lang and if I am looking to submit a patch for a .cgi file do I also need to= run make.sh clean and make.sh build before doing the git commit on the chang= ed cgi file? >=20 >=20 > Thanks, >=20 > Adolf >=20 --===============4573481836077260491==--