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 14270 by niro, Tue Jul 7 13:00:27 2020 UTC revision 14271 by niro, Tue Jul 7 14:05:43 2020 UTC
# Line 80  src_compile() Line 80  src_compile()
80  {  {
81   cd ${SRCDIR}   cd ${SRCDIR}
82    
83     # unset all compiler flags
84     unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS MAKEFLAGS
85    
86     # bios build
87   mconfigure --disable-efiemu --disable-werror --disable-nls || die   mconfigure --disable-efiemu --disable-werror --disable-nls || die
88   mmake || die   mmake || die
89  }  }

Legend:
Removed from v.14270  
changed lines
  Added in v.14271