aboutsummaryrefslogtreecommitdiffstats
path: root/package/targets.mak
diff options
context:
space:
mode:
authorPS <p@0x53.net>2026-02-07 11:32:25 +0100
committerPS <p@0x53.net>2026-02-07 11:32:25 +0100
commit88048289ee9d66f55952048f9a0ef6cfcef21599 (patch)
tree30b783ff47e605f862298cc7fc6c6b599d3ff280 /package/targets.mak
parent02a071125de739ed54660ad014ffd57c42516abf (diff)
downloadgoetia-linux-init-88048289ee9d66f55952048f9a0ef6cfcef21599.tar.gz
goetia-linux-init-88048289ee9d66f55952048f9a0ef6cfcef21599.tar.bz2
goetia-linux-init-88048289ee9d66f55952048f9a0ef6cfcef21599.zip
Improve build system and doc
Diffstat (limited to 'package/targets.mak')
-rw-r--r--package/targets.mak35
1 files changed, 17 insertions, 18 deletions
diff --git a/package/targets.mak b/package/targets.mak
index 508898e..8ff628a 100644
--- a/package/targets.mak
+++ b/package/targets.mak
@@ -7,12 +7,12 @@ ALL_BINS ::= \
system-shutdown \
INSTALL_BINS ::= \
- $(DESTDIR)$(bindir)/system-init \
- $(DESTDIR)$(bindir)/system-shutdown \
+ $(bindir)/system-init \
+ $(bindir)/system-shutdown \
SLASHCOMMAND_BINS ::= \
- $(DESTDIR)$(sproot)/command/system-init \
- $(DESTDIR)$(sproot)/command/system-shutdown \
+ $(sproot)/command/system-init \
+ $(sproot)/command/system-shutdown \
ALL_LIBS ::= \
service/system/.s6-svscan/crash \
@@ -30,17 +30,16 @@ ALL_LIBS ::= \
service/system/goetia-shutdown/stage4 \
INSTALL_LIBS ::= \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/crash \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGUSR1 \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/finish \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGQUIT \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGINT \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGUSR2 \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGWINCH \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGTERM \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGPWR \
- $(DESTDIR)$(libdir)/service/system/goetia-shutdown/run \
- $(DESTDIR)$(libdir)/service/system/goetia-shutdown/stage3b \
- $(DESTDIR)$(libdir)/service/system/goetia-shutdown/down \
- $(DESTDIR)$(libdir)/service/system/goetia-shutdown/stage4 \
-
+ $(libdir)/service/system/.s6-svscan/crash \
+ $(libdir)/service/system/.s6-svscan/SIGUSR1 \
+ $(libdir)/service/system/.s6-svscan/finish \
+ $(libdir)/service/system/.s6-svscan/SIGQUIT \
+ $(libdir)/service/system/.s6-svscan/SIGINT \
+ $(libdir)/service/system/.s6-svscan/SIGUSR2 \
+ $(libdir)/service/system/.s6-svscan/SIGWINCH \
+ $(libdir)/service/system/.s6-svscan/SIGTERM \
+ $(libdir)/service/system/.s6-svscan/SIGPWR \
+ $(libdir)/service/system/goetia-shutdown/run \
+ $(libdir)/service/system/goetia-shutdown/stage3b \
+ $(libdir)/service/system/goetia-shutdown/down \
+ $(libdir)/service/system/goetia-shutdown/stage4 \