if [ -d stage1 ] ; then true ; else mkdir stage1 ; fi
for dir in . cp ; \
 do \
   if [ -d stage1/$dir ] ; then true ; else mkdir stage1/$dir ; fi ; \
 done
mv *.o insn-flags.h insn-config.h insn-codes.h  insn-output.c
insn-recog.c insn-emit.c insn-extract.c insn-peep.c  insn-attr.h
insn-attrtab.c insn-opinit.c  stamp-flags stamp-config
stamp-codes  stamp-output stamp-recog stamp-emit stamp-extract
stamp-peep  stamp-attr stamp-attrtab stamp-opinit stamp-proto
stamp-crt stamp-crtS  genemit genoutput genrecog genextract
genflags gencodes genconfig genpeep  genattrtab genattr
genopinit  bc-arity.h bc-opcode.h bc-opname.h  stamp-bcarity
stamp-bcopcode stamp-bcopname  bi-arity bi-opcode bi-opname
xgcc cc1 cpp    gcc-cross  cccp cc1obj enquire  protoize
unprotoize  specs collect2 ld underscore.c  *.greg *.lreg
*.combine *.flow *.cse *.jump *.rtl *.tree *.loop  *.dbr *.jump2
*.sched *.cse2 *.sched2 *.stack  *.[si]  g++ g++-cross cc1plus
stage1 
if [ -f as ] ; then ln -s ../as stage1 || cp as stage1 ; else true ; fi
if [ -f ld ] ; then ln -s ../ld stage1 || cp ld stage1 ; else true ; fi
if [ -f collect-ld ] ; then ln -s ../collect-ld stage1 || cp collect-ld stage1 ; else true ; fi
rm -f stage1/libgcc.a
cp libgcc.a stage1
if [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ; then ranlib stage1/libgcc.a; else true; fi
mv cp/*.o stage1/cp
`stage1' is up to date.