Force compilation with defsystem
Hi,
Is it possible to force the compilation of certain members of a system
without any condition ?
I'm looking for a keyword like (foo :force-compile) for the member, but this
keyword does not seem to exist.
So, I tried this rules :
(:in-order-to :load foo
(:requires (:compile foo)))
OR
(:in-order-to :compile foo
(:caused-by (:load foo)))
but it doesn¹t work.
In fact, I simply need to systematically recompile some files because they
can be different in delivery context or in normal context (they contain #:+
and #:- expressions). But these files are members of other large systems,
it's why I would like to avoid the use of 'compile-system with the :force
argument to T.
Thanks in advance
Denis
-------------------------------------------------------
Denis Pousseur
70 rue de Wansijn
1180 Bruxelles, Belgium
Tel : 32 (0)2 219 31 09
Email : denis.pousseur@gmail.com
Website : http://www.denispousseur.com
-------------------------------------------------------