[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Org Build System (aka Makefile)
From: |
Achim Gratz |
Subject: |
Re: [O] Org Build System (aka Makefile) |
Date: |
Mon, 13 Aug 2012 20:56:16 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) |
Bastien writes:
> Do you get them with make
> ~$ make _COMPILE_=single
Not now, but I've seen them before. I think this is one of those cases
where an indirect require provides a dependency.
> How do you set up the load-path
The current directory (which is lisp) is prepended to the load-path, so
that any require will find the correct files. This is always the same
regardless the compilation method.
If you ever want to know what make is doing, just start a dry-run via
`make -n´ and you'll see. The easiest way to compile a single file is
to remove the
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Factory and User Sound Singles for Waldorf rackAttack:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds
- Re: [O] Org Build System (aka Makefile), (continued)
- Re: [O] Org Build System (aka Makefile), Bastien, 2012/08/12
- Re: [O] Org Build System (aka Makefile), Achim Gratz, 2012/08/13
- Re: [O] Org Build System (aka Makefile), Bastien, 2012/08/13
- Re: [O] Org Build System (aka Makefile), Achim Gratz, 2012/08/13
- Re: [O] Org Build System (aka Makefile), Bastien, 2012/08/13
- Re: [O] Org Build System (aka Makefile), Achim Gratz, 2012/08/13
- Re: [O] Org Build System (aka Makefile), Bastien, 2012/08/13
- Re: [O] Org Build System (aka Makefile),
Achim Gratz <=
- Re: [O] Org Build System (aka Makefile), Bastien, 2012/08/13
Re: [O] Org Build System (aka Makefile), Samuel Wales, 2012/08/12