Magellan Linux

Diff of /branches/magellan-next/core/mesa/mesa-7.8.2-r2.smage2

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

revision 6400 by niro, Mon Aug 23 11:10:36 2010 UTC revision 6401 by niro, Mon Aug 23 11:14:20 2010 UTC
# Line 92  split_info_mesa-progs() Line 92  split_info_mesa-progs()
92  src_prepare()  src_prepare()
93  {  {
94   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
95   all-abis oldmunpack ${PROGS_SRCFILE} ${SRCDIR}-$(mabi) || die   all-abis oldmunpack ${PROGS_SRCFILE} && mv ${SRCDIR}/* ${SRCDIR}-$(mabi)/ || die
96    
97   # no debug code in the drives (gentoo)   # no debug code in the drives (gentoo)
98   all-abis 'find src/mesa/drivers/dri -name *.[hc] -exec egrep -l "\#define\W+DO_DEBUG\W+1" {} \; | xargs sed -i -re "s/\#define\W+DO_DEBUG\W+1/\#define DO_DEBUG 0/" ;'   all-abis 'find src/mesa/drivers/dri -name *.[hc] -exec egrep -l "\#define\W+DO_DEBUG\W+1" {} \; | xargs sed -i -re "s/\#define\W+DO_DEBUG\W+1/\#define DO_DEBUG 0/" ;'

Legend:
Removed from v.6400  
changed lines
  Added in v.6401