Magellan Linux

Diff of /branches/R11-unstable/include/python.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 21030 by niro, Thu Mar 6 08:44:16 2014 UTC revision 21031 by niro, Thu Mar 6 08:46:51 2014 UTC
# Line 95  python_multilib_src_compile() Line 95  python_multilib_src_compile()
95   SRCDIR="${saved_SRCDIR}"   SRCDIR="${saved_SRCDIR}"
96  }  }
97    
98    python_src_check()
99    {
100     return 0
101    }
102    
103  python_src_install()  python_src_install()
104  {  {
105   cd ${SRCDIR}   cd ${SRCDIR}
# Line 135  python_multilib_src_install() Line 140  python_multilib_src_install()
140   SRCDIR="${saved_SRCDIR}"   SRCDIR="${saved_SRCDIR}"
141  }  }
142    
143  export_inherits python src_prepare  export_inherits python src_prepare src_check
144  if [[ ${MULTILIB_BUILD} = true ]]  if [[ ${MULTILIB_BUILD} = true ]]
145  then  then
146   export_inherits python_multilib src_compile src_install   export_inherits python_multilib src_compile src_install

Legend:
Removed from v.21030  
changed lines
  Added in v.21031