Magellan Linux

Diff of /branches/R11-stable/core/make/make-4.0-r1.smage2

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

revision 19725 by niro, Tue Oct 15 13:48:29 2013 UTC revision 19726 by niro, Tue Oct 15 13:50:00 2013 UTC
# Line 19  sminclude mbuild Line 19  sminclude mbuild
19  SRC_URI=(  SRC_URI=(
20   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
21   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-3.82-bug30723.patch  
  mirror://${PNAME}/${PNAME}-3.82-sort-blank.patch  
  mirror://${PNAME}/${PNAME}-3.82-makeflags.patch  
  mirror://${PNAME}/${PNAME}-3.82-expensive-glob.patch  
  mirror://${PNAME}/${PNAME}-3.82-dont-prune-intermediate.patch  
22  )  )
23    
24  UP2DATE="updatecmd_gnu ${PNAME}"  UP2DATE="updatecmd_gnu ${PNAME}"
   
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  # http://savannah.gnu.org/bugs/?30723  
  mpatch ${PNAME}-3.82-bug30723.patch || die  
   
  # https://bugzilla.redhat.com/show_bug.cgi?id=643359  
  mpatch ${PNAME}-3.82-sort-blank.patch || die  
   
  # http://savannah.gnu.org/bugs/?33873  
  mpatch ${PNAME}-3.82-makeflags.patch || die  
   
  # http://lists.gnu.org/archive/html/bug-make/2011-04/msg00002.html  
  mpatch ${PNAME}-3.82-expensive-glob.patch || die  
   
  # http://savannah.gnu.org/bugs/?30653  
  mpatch ${PNAME}-3.82-dont-prune-intermediate.patch || die  
 }  

Legend:
Removed from v.19725  
changed lines
  Added in v.19726