]> git.ipfire.org Git - thirdparty/systemd.git/commit - Makefile
build-sys: add basic support for ./configure && make && make install
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 14 Jul 2017 00:57:43 +0000 (20:57 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 18 Jul 2017 14:05:06 +0000 (10:05 -0400)
commite7e157032bb5a9cb2d951fc6b28394d66cb513ad
treea52a40063d7b64da19008e846a0b5c7ccefaa49e
parent02263eb75ef2f2b6e46d36232c0470f297225e83
build-sys: add basic support for ./configure && make && make install

This adds the basic make support required by
https://github.com/cgwalters/build-api. CFLAGS, CXXFLAGS, DESTDIR variables are
supported:
   ./configure CFLAGS=... CXXFLAGS=... && make && make install DESTDIR=
Makefile [new file with mode: 0644]
configure [new file with mode: 0755]