Magellan Linux

Diff of /trunk/core/grub/grub-0.97-r16.smage2

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

revision 5461 by niro, Fri Jun 25 10:55:28 2010 UTC revision 5462 by niro, Fri Jun 25 10:59:18 2010 UTC
# Line 35  SRC_URI=( Line 35  SRC_URI=(
35   mirror://${PNAME}/${PNAME}-${PVER}-intelmac.patch   mirror://${PNAME}/${PNAME}-${PVER}-intelmac.patch
36   mirror://${PNAME}/${PNAME}-${PVER}-more-raid.patch   mirror://${PNAME}/${PNAME}-${PVER}-more-raid.patch
37   mirror://${PNAME}/${PNAME}-${PVER}-special-devices.patch   mirror://${PNAME}/${PNAME}-${PVER}-special-devices.patch
38     mirror://${PNAME}/${PNAME}-${PVER}-inode-size.patch
39  )  )
40    
41  # get only 0.xx versions!  # get only 0.xx versions!
# Line 86  src_prepare() Line 87  src_prepare()
87   # support dev/{ida,cciss,ataraid,rd} devices names   # support dev/{ida,cciss,ataraid,rd} devices names
88   mpatch ${PNAME}-${PVER}-special-devices.patch || die   mpatch ${PNAME}-${PVER}-special-devices.patch || die
89    
90     # support bigger inode size (dynamic/V2 inodes)
91     mpatch ${PNAME}-${PVER}-inode-size.patch || die
92    
93   # rebuild makefiles   # rebuild makefiles
94   autoreconf --install --force || die   autoreconf --install --force || die
95  }  }
96    
97  src_compile()  src_compile()
98  {  # {
99   cd ${SRCDIR}   cd ${SRCDIR}
100    
101   # fixes compilation on x86_64; grub cannot build natively on 64bit   # fixes compilation on x86_64; grub cannot build natively on 64bit

Legend:
Removed from v.5461  
changed lines
  Added in v.5462