#744 update Makefile.common to better support secondary architectures
Closed: Fixed None Opened 15 years ago by sharkcz.

I have updated Makefile.common to better support secondary architectures. So instead of
{{{
make scratch-build-s390 SECONDARY_CONFIG="-c ~/.koji/s390-config"
}}}
you can use
{{{
make scratch-build-s390 SECONDARY_ARCH=s390
}}}
And the config file name is created by logic in Makefile.common.


Ill take a look at this.

I personally export SECONDARY_CONFIG in .bashrc and use different machines to do primary arch and secondary arch work on.

I have just tested that the "code" from the patch can be added into $HOME/.cvspkgrc and it works as expected. So developers interested in secondary archs can use this method, but an inclusion in official Makefile.common should be preferred.

Since we are no longer using Makefile.common, I assume this ticket is moot?

Can you file a new ticket with your concerns or patches over on the fedora-packager trac on fedorahosted?

Feel free to re-open this if there is anything more to do here.

Login to comment on this ticket.

Metadata