You are not logged in.

#1 2011-07-04 19:43:41

horrormaster
Member
Registered: 2009-04-12
Posts: 23

makepkg.conf the same as make.conf

Simple question really, is makepkg the same as make? If I add in CFLAGS will they be used when compiling packages from source or does makepkg just work when using makepkg.

Offline

#2 2011-07-04 20:17:21

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: makepkg.conf the same as make.conf

makepkg is for compiling from source but the settings from makepkg.conf won't be used if you run

./configure && make && make install

by hand (and it doesn't create an Arch package), they are used when you run 'makepkg'.

'less /usr/bin/makepkg' will show you what 'makepkg' is.

From the wiki: https://wiki.archlinux.org/index.php/Makepkg
makepkg is a script that automates the building of packages; it can download and validate source files, check dependencies, configure build-time settings, compile the sources, install into a temporary root, make customizations, generate meta-info, and package everything together.

Last edited by karol (2011-07-04 20:21:27)

Offline

#3 2011-07-04 20:46:50

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,597
Website

Re: makepkg.conf the same as make.conf

Arch != Gentoo
makepkg.conf != make.conf

Last edited by graysky (2011-07-04 20:47:23)


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

Board footer

Powered by FluxBB