Magellan Linux

Diff of /smage/trunk/core/busybox/busybox-1.27.2-r4.smage2

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

revision 10590 by niro, Fri Aug 25 08:21:26 2017 UTC revision 10591 by niro, Fri Aug 25 08:32:55 2017 UTC
# Line 184  src_compile() Line 184  src_compile()
184  {  {
185   cd ${SRCDIR}   cd ${SRCDIR}
186    
187   make oldconfig || die 1   make oldconfig || die
188   mmake CC=musl-gcc V=1 || die 2   mmake CC=musl-gcc V=1 || die
189    
190   # create a busybox.links file   # create a busybox.links file
191   HOSTCC=musl-gcc sh applets/busybox.mkll | sort > busybox.links || die 3   HOSTCC=musl-gcc sh applets/busybox.mkll | sort > busybox.links || die
192    
193  # now included in config 1.19  # now included in config 1.19
194  # # do not use ash as default sh, we want bin/bash  # # do not use ash as default sh, we want bin/bash

Legend:
Removed from v.10590  
changed lines
  Added in v.10591