chiark
/
gitweb
/
~ian
/
userv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcc2d35
)
added buildship.
author
ian
<ian>
Sun, 24 Aug 1997 22:49:27 +0000
(22:49 +0000)
committer
ian
<ian>
Sun, 24 Aug 1997 22:49:27 +0000
(22:49 +0000)
Makefile.in
patch
|
blob
|
history
buildship
[new file with mode: 0755]
patch
|
blob
diff --git
a/Makefile.in
b/Makefile.in
index be5687bafdb463213986fc6b69f8c89d657e4a0b..115ab4ab78256a6c7080b226c750d5e4e41da381 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-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 "$@"