You are not logged in.

#1 2008-12-16 03:23:17

deltaecho
Member
From: Georgia (USA)
Registered: 2008-08-06
Posts: 185

[SOLVED] Is it necessary to use `make $MAKEFLAGS' with a PKGBUILD?

I'm sorry if this question has been asked many times before, but I'm curious to know if it is necessary to run `make $MAKEFLAGS' when compiling a PKGBUILD; the C{,XX}FLAGS specified in my rc.conf seem to be used when I compile packages, but is it necessary to specify `make $MAKEFLAGS' rather than just `make' in order to utilize the flags I've placed in the config file?

Last edited by deltaecho (2008-12-16 05:36:09)


Dylon

Offline

#2 2008-12-16 05:09:29

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: [SOLVED] Is it necessary to use `make $MAKEFLAGS' with a PKGBUILD?

No, it's not necessary. BTW, if you use custom C{,XX}FLAGS, you should put them in /etc/makepkg.conf, not rc.conf.

Offline

#3 2008-12-16 05:35:36

deltaecho
Member
From: Georgia (USA)
Registered: 2008-08-06
Posts: 185

Re: [SOLVED] Is it necessary to use `make $MAKEFLAGS' with a PKGBUILD?

Snowman wrote:

No, it's not necessary. BTW, if you use custom C{,XX}FLAGS, you should put them in /etc/makepkg.conf, not rc.conf.

big_smile  That's what I meant  big_smile

Thanks!


Dylon

Offline

Board footer

Powered by FluxBB