Summary: | systemd fails to build from outside of source directory | ||
---|---|---|---|
Product: | systemd | Reporter: | Zbigniew Jedrzejewski-Szmek <zbyszek> |
Component: | general | Assignee: | Lennart Poettering <lennart> |
Status: | RESOLVED NOTOURBUG | QA Contact: | |
Severity: | minor | ||
Priority: | medium | CC: | zbyszek |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | output of failing mkdir build && cd build && ../configure && make |
This is pretty much standard use of automake's vala integration. Probably something to report to upstream autoconf. uh, to upstream automake I meant. OK, closing, please submit to automake upstream! |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 38343 [details] output of failing mkdir build && cd build && ../configure && make On my machine, systemd build fine when running 'configure && make' from the root of the source directory. When running from a 'build' subdirectory (either under the top-level source directory or in a completely different place), the build fails with make[1]: *** No rule to make target `../systemadm_vala.stamp', needed by `../src/systemadm.c'. Stop.