wok diff runcom/receipt @ rev 25507
plop: cleanup
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 11 10:36:59 2023 +0000 (21 months ago) |
parents | ed8073aa8cf0 |
children | 73f36875e5a7 |
line diff
1.1 --- a/runcom/receipt Mon Dec 21 00:07:14 2015 +0100 1.2 +++ b/runcom/receipt Sat Feb 11 10:36:59 2023 +0000 1.3 @@ -21,7 +21,7 @@ 1.4 mkdir -p $DESTDIR/usr/bin 1.5 cc -o $DESTDIR/usr/bin/runcom $stuff/runcom.c 1.6 cc -o $src/debug.o -Wa,-a=$src/debug.lst -c $stuff/debug.S 1.7 - objcopy -O binary $src/debug.o $DESTDIR/usr/bin/debug.bin 1.8 + objcopy --only-section=.text -O binary $src/debug.o $DESTDIR/usr/bin/debug.bin 1.9 cp $stuff/debug.com $DESTDIR/usr/bin 1.10 chmod +x $DESTDIR/usr/bin/debug.* 1.11 }