Re: [patch] v1.01 of /proc/.config (ready to eat)

jlewis@lewis.org
Sat, 13 Mar 1999 17:00:12 -0500 (EST)


Why are you even using /tmp files?

#!/bin/sh

echo -e "/* DO NOT EDIT: Automatically generated by scripts/mkdconfig.sh */\n" >./kernel/dconfig_buf.c
echo -en "static char *dconfig_buf = \n\"" >> ./kernel/dconfig_buf.c
cat .config >> ./kernel/dconfig_buf.c
echo "\";" >> ./kernel/dconfig_buf.c

----don't waste your cpu, crack rc5...www.distributed.net team enzo---
Jon Lewis *jlewis@lewis.org*| Spammers will be winnuked or
System Administrator | nestea'd...whatever it takes
Atlantic Net | to get the job done.
_________http://www.lewis.org/~jlewis/pgp for PGP public key__________

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/