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 10587 by niro, Fri Aug 25 08:19:37 2017 UTC revision 10588 by niro, Fri Aug 25 08:20:36 2017 UTC
# Line 184  src_compile() Line 184  src_compile()
184  {  {
185   cd ${SRCDIR}   cd ${SRCDIR}
186    
187   make oldconfig || die   make oldconfig || die 1
188   mmake CC=musl-gcc || die   mmake CC=musl-gcc || die 2
189    
190   # create a busybox.links file   # create a busybox.links file
191   HOSTCC=musl-gcc sh applets/busybox.mkll | sort > busybox.links || die   HOSTCC=musl-gcc sh applets/busybox.mkll | sort > busybox.links || die 3
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.10587  
changed lines
  Added in v.10588