Skip to content

Commit

Permalink
Change how we strip bins so we can put python stuff in /bin
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed Dec 21, 2016
1 parent 9ce05b2 commit c0fbb1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ _cdrom/ramdisk.img: ${NONTEST} hdd/usr/share/wallpapers util/devtable hdd/usr/sh
@${BEG} "hdd" "Generating a ramdisk image..."
@rm -f $(filter-out ${NONTEST},${USERSPACE})
@rm -f ${BLACKLIST}
@${STRIP} hdd/bin/*
@${STRIP} ${NONTEST}
@${GENEXT} -B 4096 -d hdd -D util/devtable -U -b 16384 -N 2048 $@
@${END} "hdd" "Generated ramdisk image"

Expand Down
File renamed without changes.

0 comments on commit c0fbb1d

Please sign in to comment.