Re: [OS-BUILD PATCH] redhat: Change Makefile target names to dist-

2020-05-14 Thread Jiri Benc
On Thu, 14 May 2020 07:38:04 -0400, Prarit Bhargava wrote: > I noticed the RHEL7 (and other RHEL) mentions as well but felt that they are > out > of scope for this changeset. Okay. Jiri ___ kernel mailing list -- kernel@lists.fedoraproject.org To

Re: [OS-BUILD PATCH] redhat: Change Makefile target names to dist-

2020-05-14 Thread Prarit Bhargava
On 5/14/20 4:55 AM, Jiri Benc wrote: > On Wed, 13 May 2020 23:03:12 -, GitLab Bridge on behalf of prarit wrote: >> +@echo ' dist-srpm - Create a source RPM and put it into the >> redhat/rpm/SRPMS/ directory.' >> +@echo ' See the dist-brew target for

Re: [OS-BUILD PATCH] redhat: Change Makefile target names to dist-

2020-05-14 Thread Jiri Benc
On Thu, 14 May 2020 10:55:18 +0200, Jiri Benc wrote: > Please change the "RHEL7" as well. There are more mentions of "RHEL" in the Makefile, it might make sense to clean up them all. Jiri ___ kernel mailing list -- kernel@lists.fedoraproject.org To

Re: [OS-BUILD PATCH] redhat: Change Makefile target names to dist-

2020-05-14 Thread Jiri Benc
On Wed, 13 May 2020 23:03:12 -, GitLab Bridge on behalf of prarit wrote: > + @echo ' dist-srpm - Create a source RPM and put it into the > redhat/rpm/SRPMS/ directory.' > + @echo ' See the dist-brew target for available > options.' The help lines are no

[OS-BUILD PATCH] redhat: Change Makefile target names to dist-

2020-05-13 Thread GitLab Bridge on behalf of prarit
From: Prarit Bhargava The distribution specific Makefile target names begin with rh-. Switch them to be use the distro agnostic dist-. rh-dist-git-test and rh-dist-git are renamed to dist-git-test and dist-git. Signed-off-by: Prarit Bhargava v2: Update to include jcline's newly added docs