All or nothing: put && in between the statements.
This commit is contained in:
parent
94d5ae9f71
commit
6a794e1eba
28
autogen.sh
28
autogen.sh
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue