git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4320 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
80718ed845
commit
b42853ffd1
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
# $Id$
|
||||
|
||||
(
|
||||
sed -e '/^EXTEND$/,$d' q_MLast.ml
|
||||
echo EXTEND
|
||||
../../boot/ocamlrun ../boot/camlp4r -I ../boot -I ../etc q_MLast.cmo pa_extend.cmo pr_r.cmo pr_extend.cmo -quotify pa_r.ml | sed -e '1,/^EXTEND$/d' -e '/^END;$/,$d'
|
||||
echo ' (* Antiquotations for local entries *)'
|
||||
sed -e '1,/Antiquotations for local entries/d' q_MLast.ml
|
||||
)
|
Loading…
Reference in New Issue