1 defsystem.lisp is a slightly modified version of mk:defsystem from
2 CLOCC, <http://clocc.sourceforge.net>. This file contains instructions
3 for applying CLOCC updates to defsystem.lisp.
5 1) Get difference between current defsystem.lisp and the clocc version
8 diff -c defsystem.lisp-clocc defsystem.lisp > ds.diff
10 2) Get the new version of defsystem.lisp from
11 clocc.sourceforge.net. Call it defsystem.lisp-new.
13 3) Replace *both* defsystem.lisp and defsystem.lisp-clocc with
16 cp defsystem.lisp-new defsystem.lisp
17 cp defsystem.lisp-new defsystem.lisp-clocc
19 4) Apply the patch from step (1).
23 5) Make sure to commit both defsystem.lisp and defsystem.lisp-clocc.