This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Suggestion: --PACKAGEROOT option for MAKE


Would it be possible to include something like a "--PACKAGEMAKE" option for the MAKE command?  This would be used during a "make install" operation and would treat the accompanying directory as the root directory, allowing packagers (like RPM) a simple way to cleanly build packages.

make --PACKAGEROOT=/var/tmp/BuildRoot/ install

Altering other parameters (eg. in the configure process) can cause apps to include misconfigurations which include the BuildRoot directory in .conf files.  Including this functionality in MAKE would remove the details for each package (because no two projects seem to be the same even when autoconfigured to be so) in the tool which is common to them all.

TIA!
Matt


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]