Logo
Explore Help
Sign In
morgan/systemd
1
0
Fork 0
You've already forked systemd
mirror of https://github.com/morgan9e/systemd synced 2026-04-15 00:47:10 +09:00
Code Issues Packages Projects Releases Wiki Activity
Files
fec0d508a2f3d6bcf9be16a805dfc8facdfd9bb0
systemd/Makefile

8 lines
120 B
Makefile
Raw Normal View History

tree-wide: add spdx header on all scripts and helpers Even though many of those scripts are very simple, it is easier to include the header than to try to say whether each of those files is trivial enough not to require one.
2021-01-27 13:37:10 +01:00
# SPDX-License-Identifier: LGPL-2.1-or-later
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
Powered by Gitea Version: 1.25.5 Page: 797ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API