Magellan Linux

Diff of /smage/trunk/core/grub/grub-2.04-r1.smage2

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

revision 14272 by niro, Tue Jul 7 14:18:15 2020 UTC revision 14273 by niro, Tue Jul 7 14:20:28 2020 UTC
# Line 103  src_compile() Line 103  src_compile()
103    
104   # bios build, enforce i386   # bios build, enforce i386
105   myarch="i386"   myarch="i386"
106   ../configure --with-platform=pc --target="${myarch}" ${myopts} || die   ./configure --with-platform=pc --target="${myarch}" ${myopts} || die
107   mmake || die   mmake || die
108  }  }
109    

Legend:
Removed from v.14272  
changed lines
  Added in v.14273