# HG changeset patch # User Rob Landley # Date 1203800362 21600 # Node ID 4b4a6979d228f23930233502e8b0457c4a06f88b # Parent 7c53152a483b18632b7caf8458d9b4ec6ac427ff Remove some commented out code. diff -r 7c53152a483b -r 4b4a6979d228 scripts/make.sh --- a/scripts/make.sh Thu Feb 21 04:44:42 2008 -0600 +++ b/scripts/make.sh Sat Feb 23 14:59:22 2008 -0600 @@ -70,15 +70,6 @@ -e 'g' -e 's/.*/#define USE_&(...) __VA_ARGS__/p' .config > \ generated/config.h || exit 1 -#for i in $(echo toys/*.c | sort) -#do - # Grab the function command names - # NAME=$(echo $i | sed -e 's@toys/@@' -e 's@\.c@@') - #sed -n '/struct '$NAME'_command {/,/};/p' $i \ - # >> generated/globals_big.h - # echo "struct ${NAME}_command;" >> generated/globals.h -#done - # Extract a list of toys/*.c files to compile from the data in ".config" with # sed, sort, and tr: