We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce05b2 commit c0fbb1dCopy full SHA for c0fbb1d
Makefile
@@ -378,7 +378,7 @@ _cdrom/ramdisk.img: ${NONTEST} hdd/usr/share/wallpapers util/devtable hdd/usr/sh
378
@${BEG} "hdd" "Generating a ramdisk image..."
379
@rm -f $(filter-out ${NONTEST},${USERSPACE})
380
@rm -f ${BLACKLIST}
381
- @${STRIP} hdd/bin/*
+ @${STRIP} ${NONTEST}
382
@${GENEXT} -B 4096 -d hdd -D util/devtable -U -b 16384 -N 2048 $@
383
@${END} "hdd" "Generated ramdisk image"
384
hdd/opt/examples/get-py renamed to hdd/bin/get-py
0 commit comments