You are not logged in.

#1 2012-07-12 10:43:21

szarek
Member
Registered: 2011-11-05
Posts: 2

How to make /etc/make.conf?

I sometimes compile programs manually using "make" tool. In Gentoo is /etc/make.conf file where I can write some options for compile (MAKEOPTS="-j2" etc.). In Arch it not work. Where can I create configure file to "make" tool?

Offline

#2 2012-07-12 10:46:43

Army
Member
Registered: 2007-12-07
Posts: 1,784

Re: How to make /etc/make.conf?

Just an idea, you could create an alias

alias make='make -j2'

Offline

#3 2012-07-12 13:34:51

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: How to make /etc/make.conf?

No doubt you have your reasons, but this is Arch, so it would be preferable to use ABS (Arch Build System) to build Arch packages for whatever you need. You could then specify your required build options in /etc/makepkg.conf.

Offline

Board footer

Powered by FluxBB