Skip to content

Commit

Permalink
Nit: simple-patch line length
Browse files Browse the repository at this point in the history
  • Loading branch information
fosslinux committed Nov 28, 2023
1 parent fb408c1 commit f7c028b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions sysa/tcc-0.9.27/tcc-0.9.27.kaem
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ cd ..

cd build
untar --file ../src/${pkg}.tar
simple-patch /sysa/tcc-0.9.27/build/tcc-0.9.27/tcctools.c \
/sysa/tcc-0.9.27/simple-patches/remove-fileopen.before /sysa/tcc-0.9.27/simple-patches/remove-fileopen.after
simple-patch /sysa/tcc-0.9.27/build/tcc-0.9.27/tcctools.c \
/sysa/tcc-0.9.27/simple-patches/addback-fileopen.before /sysa/tcc-0.9.27/simple-patches/addback-fileopen.after
simple-patch /sysa/tcc-0.9.27/build/tcc-0.9.27/tccelf.c \
/sysa/tcc-0.9.27/simple-patches/fiwix-paddr.before /sysa/tcc-0.9.27/simple-patches/fiwix-paddr.after
simple-patch tcc-0.9.27/tcctools.c \
../simple-patches/remove-fileopen.before ../simple-patches/remove-fileopen.after
simple-patch tcc-0.9.27/tcctools.c \
../simple-patches/addback-fileopen.before ../simple-patches/addback-fileopen.after
simple-patch tcc-0.9.27/tccelf.c \
../simple-patches/fiwix-paddr.before ../simple-patches/fiwix-paddr.after
# Fix SIGSEGV while building lwext4
simple-patch /sysa/tcc-0.9.27/build/tcc-0.9.27/tccelf.c \
/sysa/tcc-0.9.27/simple-patches/check-reloc-null.before /sysa/tcc-0.9.27/simple-patches/check-reloc-null.after
simple-patch tcc-0.9.27/tccelf.c \
../simple-patches/check-reloc-null.before ../simple-patches/check-reloc-null.after
untar --non-strict --file ../src/${MES_PKG}.tar
cd ${pkg}

Expand Down

0 comments on commit f7c028b

Please sign in to comment.