Skip to content

Commit c0fbb1d

Browse files
committed
Change how we strip bins so we can put python stuff in /bin
1 parent 9ce05b2 commit c0fbb1d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ _cdrom/ramdisk.img: ${NONTEST} hdd/usr/share/wallpapers util/devtable hdd/usr/sh
378378
@${BEG} "hdd" "Generating a ramdisk image..."
379379
@rm -f $(filter-out ${NONTEST},${USERSPACE})
380380
@rm -f ${BLACKLIST}
381-
@${STRIP} hdd/bin/*
381+
@${STRIP} ${NONTEST}
382382
@${GENEXT} -B 4096 -d hdd -D util/devtable -U -b 16384 -N 2048 $@
383383
@${END} "hdd" "Generated ramdisk image"
384384

File renamed without changes.

0 commit comments

Comments
 (0)