fnord 1.11 has all the same bugs

This commit is contained in:
Neale Pickett 2020-12-07 14:06:23 -07:00
parent d524cc02d5
commit 2acfd4cf2d
1 changed files with 8 additions and 8 deletions

View File

@ -1,9 +1,9 @@
#! /bin/sh #! /bin/sh
## Breaking fnord 1.10 ## Breaking fnord 1.11
if [ "$1" = "clean" ]; then if [ "$1" = "clean" ]; then
rm -rf fnord-1.10 rm -rf fnord-1.11
fi fi
# Set HTTPD= to test something else # Set HTTPD= to test something else
@ -36,16 +36,16 @@ d () {
} }
if [ ! -f fnord-1.10.tar.bz2 ]; then if [ ! -f fnord-1.11.tar.bz2 ]; then
wget http://www.fefe.de/fnord/fnord-1.10.tar.bz2 wget http://www.fefe.de/fnord/fnord-1.11.tar.bz2
fi fi
if [ ! -f fnord-1.10/httpd.c ]; then if [ ! -f fnord-1.11/httpd.c ]; then
rm -rf fnord-1.10 rm -rf fnord-1.11
bzcat fnord-1.10.tar.bz2 | tar xf - bzcat fnord-1.11.tar.bz2 | tar xf -
fi fi
cd fnord-1.10 cd fnord-1.11
# Comment this out if you want to build with diet libc # Comment this out if you want to build with diet libc
make DIET= make DIET=