Mandrake macro %makeinstall ?

Jos Vos jos at xos.nl
Sun Mar 21 13:03:55 UTC 2004


On Sun, Mar 21, 2004 at 01:58:48PM +0100, Hugo van der Kooij wrote:

> I could not find the mandrake macro %makeinstall on the page
> http://www.fedora.us/wiki/ReferenceMandrakeRPMMacros
> 
> Does anyone know what it should do exactly?
> 
> My guess is it should do
> 	make install --prefix=${RPM_BUILD_ROOT}%{prefix}
> 
> But I could be completely mistaken.

Look (in Mandrake) for something like /usr/lib/rpm/mandrake/macros.
In RH context it means:

%makeinstall \
  make \\\
        prefix=%{?buildroot:%{buildroot}}%{_prefix} \\\
        exec_prefix=%{?buildroot:%{buildroot}}%{_exec_prefix} \\\
        bindir=%{?buildroot:%{buildroot}}%{_bindir} \\\
        sbindir=%{?buildroot:%{buildroot}}%{_sbindir} \\\
        sysconfdir=%{?buildroot:%{buildroot}}%{_sysconfdir} \\\
        datadir=%{?buildroot:%{buildroot}}%{_datadir} \\\
        includedir=%{?buildroot:%{buildroot}}%{_includedir} \\\
        libdir=%{?buildroot:%{buildroot}}%{_libdir} \\\
        libexecdir=%{?buildroot:%{buildroot}}%{_libexecdir} \\\
        localstatedir=%{?buildroot:%{buildroot}}%{_localstatedir} \\\
        sharedstatedir=%{?buildroot:%{buildroot}}%{_sharedstatedir} \\\
        mandir=%{?buildroot:%{buildroot}}%{_mandir} \\\
        infodir=%{?buildroot:%{buildroot}}%{_infodir} \\\
  install

-- 
--    Jos Vos <jos at xos.nl>
--    X/OS Experts in Open Systems BV   |   Phone: +31 20 6938364
--    Amsterdam, The Netherlands        |     Fax: +31 20 6948204





More information about the fedora-devel-list mailing list