changeset 264:4b4a6979d228

Remove some commented out code.
author Rob Landley <rob@landley.net>
date Sat, 23 Feb 2008 14:59:22 -0600
parents 7c53152a483b
children c7645fab8d73
files scripts/make.sh
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- 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: