git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4320 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Daniel de Rauglaudre 2002-01-26 13:18:06 +00:00
parent 80718ed845
commit b42853ffd1
1 changed files with 10 additions and 0 deletions

10
camlp4/meta/mk_q_MLast.sh Executable file
View File

@ -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
)