chiark / gitweb /
added buildship.
authorian <ian>
Sun, 24 Aug 1997 22:49:27 +0000 (22:49 +0000)
committerian <ian>
Sun, 24 Aug 1997 22:49:27 +0000 (22:49 +0000)
Makefile.in
buildship [new file with mode: 0755]

index be5687bafdb463213986fc6b69f8c89d657e4a0b..115ab4ab78256a6c7080b226c750d5e4e41da381 100644 (file)
@@ -43,7 +43,7 @@ SOURCES=      Makefile.in configure.in acconfig.h                     \
                language.i4 lexer.l.m4 tokens.h.m4
 ALSOSHIP=      system.default system.override \
                spec.sgml overview.fig overview.ps \
-               COPYING install-sh .cvsignore
+               COPYING buildship install-sh .cvsignore
 GENSHIP=       lexer.l lexer.c tokens.h pcsum.h \
                spec.html spec.ps overview.ps
 
diff --git a/buildship b/buildship
new file mode 100755 (executable)
index 0000000..9ab54ef
--- /dev/null
+++ b/buildship
@@ -0,0 +1,10 @@
+#!/bin/sh
+if test $# = 1
+then
+       echo >&2 'usage: buildship VERSION=<whatever>'
+       exit 1
+fi
+autoconf
+autoheader
+./configure
+make ship "$@"