Magellan Linux

Diff of /trunk/include/python.sminc

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

revision 29773 by niro, Wed Oct 11 09:27:47 2017 UTC revision 29782 by niro, Wed Oct 11 11:03:03 2017 UTC
# Line 105  python_doinstall() Line 105  python_doinstall()
105  python_src_compile()  python_src_compile()
106  {  {
107   cd ${SRCDIR}   cd ${SRCDIR}
108   python_docompile || die   python_docompile $@ || die
109  }  }
110    
111  python_multilib_src_compile()  python_multilib_src_compile()
# Line 117  python_multilib_src_compile() Line 117  python_multilib_src_compile()
117   do   do
118   SRCDIR="${saved_SRCDIR}-${abi}/${SRCSUBDIR}"   SRCDIR="${saved_SRCDIR}-${abi}/${SRCSUBDIR}"
119   cd ${SRCDIR}   cd ${SRCDIR}
120   abi-${abi} python_docompile || die   abi-${abi} python_docompile $@ || die
121   done   done
122   SRCDIR="${saved_SRCDIR}"   SRCDIR="${saved_SRCDIR}"
123  }  }
# Line 130  python_src_check() Line 130  python_src_check()
130  python_src_install()  python_src_install()
131  {  {
132   cd ${SRCDIR}   cd ${SRCDIR}
133   python_doinstall || die   python_doinstall $@ || die
134    
135   local i   local i
136   for i in ABOUT-NLS AUTHORS BUGS CHANGES ChangeLog COPYING \   for i in ABOUT-NLS AUTHORS BUGS CHANGES ChangeLog COPYING \
# Line 152  python_multilib_src_install() Line 152  python_multilib_src_install()
152   do   do
153   SRCDIR="${saved_SRCDIR}-${abi}/${SRCSUBDIR}"   SRCDIR="${saved_SRCDIR}-${abi}/${SRCSUBDIR}"
154   cd ${SRCDIR}   cd ${SRCDIR}
155   abi-${abi} python_doinstall || die   abi-${abi} python_doinstall $@ || die
156    
157   local i   local i
158   for i in ABOUT-NLS AUTHORS BUGS CHANGES ChangeLog COPYING \   for i in ABOUT-NLS AUTHORS BUGS CHANGES ChangeLog COPYING \

Legend:
Removed from v.29773  
changed lines
  Added in v.29782