This website requires JavaScript.
Explore
Help
Sign In
morgan
/
systemd
Watch
1
Star
0
Fork
0
You've already forked systemd
mirror of
https://github.com/morgan9e/systemd
synced
2026-04-15 08:56:15 +09:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bf1868c8d7abaadaad4df00aafb9c183c8d6480b
systemd
/
Makefile
6 lines
74 B
Makefile
Raw
Normal View
History
Unescape
Escape
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=
2017-07-13 20:57:43 -04:00
all
:
ninja -C build
install
:
build-sys: Fix Makefile wrapper for install target (#6548)
2017-08-07 11:29:20 +02:00
DESTDIR
=
$(
DESTDIR
)
ninja -C build install
Reference in New Issue
Copy Permalink