We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9e9b1 commit 476f39eCopy full SHA for 476f39e
tools/acrnlog/Makefile
@@ -3,10 +3,13 @@ OUT_DIR ?= .
3
4
all:
5
$(CC) -g acrnlog.c -o $(OUT_DIR)/acrnlog -lpthread
6
+ cp acrnlog.service $(OUT_DIR)/acrnlog.service
7
8
clean:
9
rm $(OUT_DIR)/acrnlog
10
11
install: $(OUT_DIR)/acrnlog
12
install -d $(DESTDIR)/usr/bin
13
install -t $(DESTDIR)/usr/bin $(OUT_DIR)/acrnlog
14
+ install -d $(DESTDIR)/usr/lib/systemd/system
15
+ install -p -D -m 0644 $(OUT_DIR)/acrnlog.service $(DESTDIR)/usr/lib/systemd/system
0 commit comments