VOGONS


First post, by ih8registrations

User metadata
Rank Oldbie
Rank
Oldbie

Starting from a fresh cvs checkout; run autogen, configure, make, but as make runs, it does a configure for each file before compiling. Anyone know the cause of that? "config.status --recheck" is what's apparently invoking configure for each file, but I don't know what or why it was added.

cd . && /bin/sh ./config.status Makefile 
config.status: creating Makefile
cd . && /bin/sh /home/Administrator/dosbox/missing --run aclocal-1.7
cd . && \
/bin/sh /home/Administrator/dosbox/missing --run automake-1.7 --gnu Makefile
cd . && /bin/sh /home/Administrator/dosbox/missing --run autoconf
/bin/sh ./config.status --recheck
running /bin/sh ./configure --enable-core-inline CFLAGS=-s -O3 -fomit-frame-pointer -ffast-math -march=athlon-xp -mtune=athlon-xp -fexpensive-optimizations -msse -mfpmath=sse CXXFLAGS=-s -O3 -fomit-frame-pointer -ffast-math -march=athlon-xp -mtune=athlon-xp -fexpensive-optimizations -msse -mfpmath=sse --no-create --no-recursion