summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: add convenience "shell" target to start python shellZbigniew Jędrzejewski-Szmek2017-03-191-1/+5
|
* Makefile: add "doc" target for convenienceZbigniew Jędrzejewski-Szmek2017-03-191-1/+3
|
* Makefile: remove unneeded -I/usr/include from flagsZbigniew Jędrzejewski-Szmek2017-03-191-1/+2
| | | | | | | gcc warns about an include directive that shadows the system include directory at high verbosity levels. Let's filter it out (pkgconfig implements that) to reduce noise and also to make the command line shorter.
* Makefile: use $(INCLUDE_DIR) also for compilationZbigniew Jędrzejewski-Szmek2016-12-131-0/+1
| | | | | | This way we can compile against unreleased systemd: make PYTHON=python3 INCLUDE_DIR=/home/zbyszek/src/systemd/src (cd build/lib.linux-x86_64-3.5; systemd-socket-activate -E LD_LIBRARY_PATH=/home/zbyszek/src/systemd-master/.libs -l2000 -l127.0.0.1:2001 python3)
* build-sys: add sign and upload targetsZbigniew Jędrzejewski-Szmek2016-12-131-1/+7
|
* build-sys: import "pytest" instead of "py.test"Zbigniew Jędrzejewski-Szmek2016-09-221-1/+1
| | | | | Fixes the following error in rawhide: /usr/bin/python3: loader for pytest cannot handle py.test
* build-sys: add doc-sync targetZbigniew Jędrzejewski-Szmek2016-09-221-1/+5
|
* docs: autoregenerate id128.rstZbigniew Jędrzejewski-Szmek2016-09-211-0/+4
|
* Store id128-constants.h in the repositoryZbigniew Jędrzejewski-Szmek2016-09-211-2/+13
| | | | | | | | | | | | | | Instead of generating the list of message ids anew during every build, the file is generated manually and committed into the repository. Also, the list of defines is stored in id128-defines.h, also kept in the repository. Both files should only grow. This should make build easier. But it also fixes a problem with systemd, which occasionally drops message definitions. We will keep them forever, so it should be safe to rely on the presence of message definitions which systemd does not use anymore. Fixes #23.
* Makefile: correct path to generated docsSebastian2016-09-151-1/+1
|
* build-sys: make sure we use modules from the build dirZbigniew Jędrzejewski-Szmek2015-10-281-1/+1
| | | | | When running form the top source directory, sometimes modules from systemd/ and not build/*/systemd/ were loaded.
* build-sys: name html build directory after formatZbigniew Jędrzejewski-Szmek2015-10-281-1/+1
| | | | This way different outputs don't land in the same place.
* build-sys: add utility target to run testsZbigniew Jędrzejewski-Szmek2015-10-271-0/+4
|
* build-sys: add utility target to build TAGSZbigniew Jędrzejewski-Szmek2015-10-271-1/+5
|
* build-sys: generate systemd/id128-constants.h in setup.pyJeroen Dekkers2015-10-251-4/+1
| | | | Fixes #7.
* build-sys: add clean targetsZbigniew Jędrzejewski-Szmek2015-08-071-1/+7
|
* build-sys: also add installation and dist targetsZbigniew Jędrzejewski-Szmek2015-07-081-1/+7
|
* build-sys: call setup.py from makeZbigniew Jędrzejewski-Szmek2015-07-081-1/+8
|
* build-sys: add make rules for documentationZbigniew Jędrzejewski-Szmek2015-07-081-0/+15
|
* build-sys: update setup.py to build everythingZbigniew Jędrzejewski-Szmek2015-07-051-0/+5