This commit is contained in:
Alan Dipert
2010-03-08 05:55:21 -05:00
commit 29c82be0c2
528 changed files with 159411 additions and 0 deletions

8
revert_makefiles Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
for i in . libwww2 libhtmlw src libnut libXmx libdtm libnet
do
echo "cp $i/Makefile.orig $i/Makefile"
cp $i/Makefile.orig $i/Makefile
done