On Wed, Jun 17, 2020 at 12:14:55AM -0000, GitLab Bridge on behalf of prarit wrote: > From: Prarit Bhargava <prarit@xxxxxxxxxx> > > There are times when I have to generate both Fedora and RHEL configs. > > Add fedora-configs and rh-configs make targets. > > Signed-off-by: Prarit Bhargava <prarit@xxxxxxxxxx> > --- > redhat/Makefile | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/redhat/Makefile b/redhat/Makefile > index 32542936dd1f..ba9d278bf35a 100644 > --- a/redhat/Makefile > +++ b/redhat/Makefile > @@ -141,6 +141,12 @@ dist-configs: dist-configs-prep > @cd $(REDHAT)/configs; VERSION=$(KVERSION) ./generate_all_configs.sh rhel 1; \ > ./process_configs.sh $(PROCESS_CONFIGS_OPTS) $(PACKAGE_NAME) $(KVERSION) > > +fedora-configs: DIST_TARGET=fedora > +fedora-configs: dist-configs > + > +rh-configs: DIST_TARGET=rhel > +rh-configs: dist-configs > + > dist-configs-check: dist-configs-prep > cd $(REDHAT)/configs; ./process_configs.sh $(PROCESS_CONFIGS_CHECK_OPTS) $(PACKAGE_NAME) Should help text be added to rh-help or rh-full-help for these new targets? Brian _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx