File tree Expand file tree Collapse file tree 6 files changed +1452
-388
lines changed Expand file tree Collapse file tree 6 files changed +1452
-388
lines changed Original file line number Diff line number Diff line change 1
1
# OASIS_START
2
- # DO NOT EDIT (digest: bc1e05bfc8b39b664f29dae8dbd3ebbb )
2
+ # DO NOT EDIT (digest: 7b2408909643717852b95f994b273fee )
3
3
4
4
SETUP = ocaml setup.ml
5
5
@@ -12,7 +12,7 @@ doc: setup.data build
12
12
test : setup.data build
13
13
$(SETUP ) -test $(TESTFLAGS )
14
14
15
- all :
15
+ all :
16
16
$(SETUP ) -all $(ALLFLAGS )
17
17
18
18
install : setup.data
@@ -24,10 +24,10 @@ uninstall: setup.data
24
24
reinstall : setup.data
25
25
$(SETUP ) -reinstall $(REINSTALLFLAGS )
26
26
27
- clean :
27
+ clean :
28
28
$(SETUP ) -clean $(CLEANFLAGS )
29
29
30
- distclean :
30
+ distclean :
31
31
$(SETUP ) -distclean $(DISTCLEANFLAGS )
32
32
33
33
setup.data :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Library packet
25
25
26
26
Document doc
27
27
Title: Packet documentation
28
- Type: ocamlbuild (0.3)
28
+ Type: OCamlbuild (0.3)
29
29
XOCamlBuildPath:
30
30
lib
31
31
XOCamlBuildModules:
Original file line number Diff line number Diff line change 1
1
# OASIS_START
2
- # DO NOT EDIT (digest: 9ef107969592eae54aeeb1aaea360b12 )
3
- # Ignore VCS directories, you can use the same kind of rule outside
4
- # OASIS_START/STOP if you want to exclude directories that contains
2
+ # DO NOT EDIT (digest: 3c7e732d4e333ae1acfd5e06c0b2d31a )
3
+ # Ignore VCS directories, you can use the same kind of rule outside
4
+ # OASIS_START/STOP if you want to exclude directories that contains
5
5
# useless stuff for the build process
6
6
<**/.svn>: -traverse
7
7
<**/.svn>: not_hygienic
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
# OASIS_START
4
- # DO NOT EDIT (digest: 425187ed8bfdbdd207fd76392dd243a7 )
4
+ # DO NOT EDIT (digest: dc86c2ad450f91ca10c931b6045d0499 )
5
5
set -e
6
6
7
7
FST=true
8
- for i in " $@ " ; do
8
+ for i in " $@ " ; do
9
9
if $FST ; then
10
10
set --
11
11
FST=false
You can’t perform that action at this time.
0 commit comments