From ba711960c6f319651b3e0bb5191210b60ac3164f Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 14 Nov 2017 19:18:33 -0600 Subject: Remove deprecated macros --- macros.cygwin32 | 75 --------------------------------------------------------- 1 file changed, 75 deletions(-) (limited to 'macros.cygwin32') diff --git a/macros.cygwin32 b/macros.cygwin32 index 9131b14..7233d66 100644 --- a/macros.cygwin32 +++ b/macros.cygwin32 @@ -178,78 +178,3 @@ package or when debugging this package. \ %cygwin32_description This is the cross-compiled version of this library / tool.\ You should only install this package if you want to cross-compile programs for \ Cygwin i686. - -# Maintain backwards compatibility with the original Cygwin packaging guidelines -# These can be dropped as soon as all packages are ported to the new packaging guidelines -%_cygwin_target %{cygwin32_target} -%_cygwin_sysroot %{cygwin32_sysroot} -%_cygwin_prefix %{cygwin32_prefix} -%_cygwin_exec_prefix %{cygwin32_exec_prefix} -%_cygwin_bindir %{cygwin32_bindir} -%_cygwin_sbindir %{cygwin32_sbindir} -%_cygwin_libexecdir %{cygwin32_libexecdir} -%_cygwin_libdir %{cygwin32_libdir} -%_cygwin_datadir %{cygwin32_datadir} -%_cygwin_docdir %{cygwin32_docdir} -%_cygwin_infodir %{cygwin32_infodir} -%_cygwin_mandir %{cygwin32_mandir} -%_cygwin_sysconfdir %{cygwin32_sysconfdir} -%_cygwin_sharedstatedir %{cygwin32_sharedstatedir} -%_cygwin_localstatedir %{cygwin32_localstatedir} -%_cygwin_includedir %{cygwin32_includedir} -%_cygwin_host %{cygwin32_host} -%_cygwin_cflags %{cygwin32_cflags} -%_cygwin_cppflags %{cygwin32_cppflags} -%_cygwin_ldflags %{cygwin32_ldflags} -%_cygwin_findprovides %{cygwin_findprovides} -%_cygwin_findrequires %{cygwin_findrequires} -%_cygwin_cc %{cygwin32_cc} -%_cygwin_cxx %{cygwin32_cxx} -%_cygwin_cpp %{cygwin32_cpp} -%_cygwin_addr2line %{cygwin32_addr2line} -%_cygwin_ar %{cygwin32_ar} -%_cygwin_as %{cygwin32_as} -%_cygwin_cxxfilt %{cygwin32_c++filt} -%_cygwin_dlltool %{cygwin32_dlltool} -%_cygwin_dllwrap %{cygwin32_dllwrap} -%_cygwin_gcov %{cygwin32_gcov} -%_cygwin_gprof %{cygwin32_gprof} -%_cygwin_ld %{cygwin32_ld} -%_cygwin_nm %{cygwin32_nm} -%_cygwin_objcopy %{cygwin32_objcopy} -%_cygwin_objdump %{cygwin32_objdump} -%_cygwin_ranlib %{cygwin32_ranlib} -%_cygwin_readelf %{cygwin32_readelf} -%_cygwin_size %{cygwin32_size} -%_cygwin_strings %{cygwin32_strings} -%_cygwin_strip %{cygwin32_strip} -%_cygwin_windmc %{cygwin32_windmc} -%_cygwin_windres %{cygwin32_windres} -%_cygwin_env %{cygwin32_env} -%_cygwin_pkg_config %{cygwin32_pkg_config} -%_cygwin_configure %{cygwin32_configure} -%_cygwin_make %{cygwin32_make} -%_cygwin_cmake %{cygwin32_cmake} -%_cygwin_description %{cygwin32_description} -%_cygwin_debug_package %{cygwin32_debug_package} -%_cygwin_debug_install_post %{cygwin_debug_install_post} - - -# This macro has been dropped from the new guidelines, keep -# it here around for backwards compatibility -%_cygwin_makeinstall %{cygwin32_env} ; \ - make \\\ - prefix=%{?buildroot:%{buildroot}}%{cygwin32_prefix} \\\ - exec_prefix=%{?buildroot:%{buildroot}}%{cygwin32_exec_prefix} \\\ - bindir=%{?buildroot:%{buildroot}}%{cygwin32_bindir} \\\ - sbindir=%{?buildroot:%{buildroot}}%{cygwin32_sbindir} \\\ - sysconfdir=%{?buildroot:%{buildroot}}%{cygwin32_sysconfdir} \\\ - datadir=%{?buildroot:%{buildroot}}%{cygwin32_datadir} \\\ - includedir=%{?buildroot:%{buildroot}}%{cygwin32_includedir} \\\ - libdir=%{?buildroot:%{buildroot}}%{cygwin32_libdir} \\\ - libexecdir=%{?buildroot:%{buildroot}}%{cygwin32_libexecdir} \\\ - localstatedir=%{?buildroot:%{buildroot}}%{cygwin32_localstatedir} \\\ - sharedstatedir=%{?buildroot:%{buildroot}}%{cygwin32_sharedstatedir} \\\ - mandir=%{?buildroot:%{buildroot}}%{cygwin32_mandir} \\\ - infodir=%{?buildroot:%{buildroot}}%{cygwin32_infodir} \\\ - install -- cgit