ed-0.2
ed-0.2-mkstemp-1.patch
patching file buf.c
creating cache ./config.cache
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for a BSD compatible install... /bin/install -c
checking for POSIXized ISC... no
checking for gcc... gcc
checking whether we are using GNU C... yes
checking for working const... yes
checking how to run the C preprocessor... gcc -E
checking whether cross-compiling... no
checking for ANSI C header files... yes
checking for limits.h... yes
checking for memory.h... yes
checking for string.h... yes
checking for unistd.h... yes
checking for locale.h... yes
checking for setbuffer... yes
checking for sigsetjmp... no
checking for sigaction... yes
checking for strerror... yes
checking for vprintf... yes
checking for working alloca.h... yes
checking for alloca... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
./config.status
creating Makefile
creating config.h
config.h is unchanged
touch stamp-h
gcc -c -I. -I. -DHAVE_CONFIG_H  -O3 -march=k8 -fomit-frame-pointer -ftracer -mmmx -msse2 -mfpmath=sse buf.c
gcc -c -I. -I. -DHAVE_CONFIG_H  -O3 -march=k8 -fomit-frame-pointer -ftracer -mmmx -msse2 -mfpmath=sse glbl.c
gcc -c -I. -I. -DHAVE_CONFIG_H  -O3 -march=k8 -fomit-frame-pointer -ftracer -mmmx -msse2 -mfpmath=sse io.c
gcc -c -I. -I. -DHAVE_CONFIG_H  -O3 -march=k8 -fomit-frame-pointer -ftracer -mmmx -msse2 -mfpmath=sse main.c
gcc -c -I. -I. -DHAVE_CONFIG_H  -O3 -march=k8 -fomit-frame-pointer -ftracer -mmmx -msse2 -mfpmath=sse re.c
gcc -c -I. -I. -DHAVE_CONFIG_H  -O3 -march=k8 -fomit-frame-pointer -ftracer -mmmx -msse2 -mfpmath=sse signal.c
gcc -c -I. -I. -DHAVE_CONFIG_H  -O3 -march=k8 -fomit-frame-pointer -ftracer -mmmx -msse2 -mfpmath=sse sub.c
gcc -c -I. -I. -DHAVE_CONFIG_H  -O3 -march=k8 -fomit-frame-pointer -ftracer -mmmx -msse2 -mfpmath=sse undo.c
gcc -c -I. -I. -DHAVE_CONFIG_H  -O3 -march=k8 -fomit-frame-pointer -ftracer -mmmx -msse2 -mfpmath=sse version.c
gcc -c -I. -I. -DHAVE_CONFIG_H  -O3 -march=k8 -fomit-frame-pointer -ftracer -mmmx -msse2 -mfpmath=sse getopt.c
gcc -c -I. -I. -DHAVE_CONFIG_H  -O3 -march=k8 -fomit-frame-pointer -ftracer -mmmx -msse2 -mfpmath=sse getopt1.c
gcc -c -I. -I. -DHAVE_CONFIG_H  -O3 -march=k8 -fomit-frame-pointer -ftracer -mmmx -msse2 -mfpmath=sse regex.c
In file included from regex.c:3996:
regex.c: In function `re_match_2':
regex.c:4817: warning: passing arg 1 of `bcmp_translate' discards qualifiers from pointer target type
regex.c:4817: warning: passing arg 2 of `bcmp_translate' discards qualifiers from pointer target type
rm -f libed.a
ar cru libed.a getopt.o getopt1.o regex.o 
ranlib libed.a
gcc  -o ed buf.o glbl.o io.o main.o re.o signal.o sub.o undo.o version.o libed.a 
./mkinstalldirs /usr/bin /usr/info /usr/man/man1
/bin/install -c ed /usr/bin/ed
rm -f /usr/bin/red
cd /usr/bin; \
  ln -s ed red
/bin/install -c -m 644 ./ed.info /usr/info/ed.info
/bin/install -c -m 644 ./ed.1 /usr/man/man1/ed.1
rm -f /usr/man/man1/red.1
cd /usr/man/man1; \
  ln -s ed.1 red.1

real	0m3.845s
user	0m3.428s
sys	0m0.337s
