Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
103461b7
Commit
103461b7
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2005-01-03 12:05:58 by afrisch] Empty log message
Original author: afrisch Date: 2005-01-03 12:05:59+00:00
parent
61a68f6b
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
103461b7
...
...
@@ -14,6 +14,7 @@ Since 0.2.1
- add "system: Latin1->Latin1", "exit: (0--255)->Empty"
- (e :? t) raises an exception when e doesn't have type t;
the exception is an explanation of why this is not the case.
- apps-cduce-cvs GODI package is updatable
...
...
Makefile
View file @
103461b7
...
...
@@ -60,8 +60,17 @@ package: clean
tar
czf
$(PACKAGE)
.tar.gz
--exclude
CVS
--exclude
".#*"
$(PACKAGE)
rm
-Rf
$(PACKAGE)
#cvs_snapshot:
# $(MAKE) package VERSION=cvs`date +%Y%m%d`
cvs_snapshot
:
$(MAKE)
package
VERSION
=
cvs
`
date
+%Y%m%d
`
(
cd
/tmp
;
\
rm
-Rf
cduce
;
\
cvs
-z3
-d
":pserver:anonymous@cvs.cduce.org:/cvsroot"
co cduce
;
\
tar
czf cduce-cvs.tar.gz cduce
;
\
rm
-Rf
cduce
;
\
scp cduce-cvs.tar.gz cduce@iris.ens.fr:public_html/download
;
\
rm
-f
cduce-cvs.tar.gz
)
OCAML_STDLIBDIR
:=
$(
shell
ocamlc
-where
)
.PHONY
:
.ocamlinit
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment