From d7f1b5b54d391e75217e19e021b0c63e40eab60d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 29 Jun 2015 06:22:54 -0400 Subject: kill %old_makeinstall if people really want it, there's upstream %makeinstall --- build.macros.in | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'build.macros.in') diff --git a/build.macros.in b/build.macros.in index 534d7ef..3e542e5 100644 --- a/build.macros.in +++ b/build.macros.in @@ -313,24 +313,6 @@ export CFLAGS="%optflags"; export CXXFLAGS="%optflags"; export RPM_OPT_FLAGS="%o # (Note: Above is the goal, below are the macros under development) # -%old_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 - - #------------------------------------------------------------------------------ # Useful python macros %pyver %(python -V 2>&1 | cut -f2 -d" " | cut -f1,2 -d".") -- cgit v1.2.1