All or nothing: put && in between the statements.

This commit is contained in:
mainzelm 2002-02-12 16:26:05 +00:00
parent 94d5ae9f71
commit 6a794e1eba
1 changed files with 14 additions and 14 deletions

View File

@ -1,16 +1,16 @@
#! /bin/sh
autoheader
autoconf
./configure
touch scsh/*.c
touch build/filenames.scm
rm -f scheme48.image cig/cig.image scsh/scsh.image
rm -f build/linker.image build/initial.image
rm -f c/scheme48.h
make build/filenames.make
make i-know-what-i-am-doing
make c/scheme48.h
make linker
make build/initial.image
make distclean
autoheader &&
autoconf &&
./configure &&
touch scsh/*.c &&
touch build/filenames.scm &&
rm -f scheme48.image cig/cig.image scsh/scsh.image &&
rm -f build/linker.image build/initial.image &&
rm -f c/scheme48.h &&
make build/filenames.make &&
make i-know-what-i-am-doing &&
make c/scheme48.h&&
make linker &&
make build/initial.image &&
make distclean