aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2008-02-23 14:59:22 -0600
committerRob Landley <rob@landley.net>2008-02-23 14:59:22 -0600
commit775257bfc96679f52e9b215b3c6a8941b4974e48 (patch)
treeb66821c25253d40322b3ef9bec94b1901fd8a539 /scripts
parent7f184faac064c66ba28dd44c0df94e34f60db8b0 (diff)
downloadtoybox-775257bfc96679f52e9b215b3c6a8941b4974e48.tar.gz
Remove some commented out code.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/make.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/make.sh b/scripts/make.sh
index ea67e121..2e7fd3b6 100755
--- a/scripts/make.sh
+++ b/scripts/make.sh
@@ -70,15 +70,6 @@ sed -n -e 's/^# CONFIG_\(.*\) is not set.*/\1/' \
-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: