commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 09/25: Fix installing runsystem.hurd


From: Samuel Thibault
Subject: [hurd] 09/25: Fix installing runsystem.hurd
Date: Mon, 24 Oct 2016 00:16:44 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit 9eeba20f44cc1e883606304091a03e64b8102244
Author: Samuel Thibault <address@hidden>
Date:   Sun Sep 4 14:46:02 2016 +0200

    Fix installing runsystem.hurd
    
    * daemons/runsystem.hurd: Rename to daemons/runsystem.hurd.sh
    * daemons/Makefile (targets): Add runsystem.hurd
    (special-targets): Likewise.
    (runsystem.hurd): New rule, simply depends on runsystem.hurd.sh
---
 daemons/Makefile                              | 7 ++++---
 daemons/{runsystem.hurd => runsystem.hurd.sh} | 0
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/daemons/Makefile b/daemons/Makefile
index 9d32617..289fbf6 100644
--- a/daemons/Makefile
+++ b/daemons/Makefile
@@ -20,10 +20,10 @@
 dir := daemons
 makemode := utilities
 
-targets = rc getty mail.local console-run runttys runsystem
-special-targets = rc runsystem
+targets = rc getty mail.local console-run runttys runsystem runsystem.hurd
+special-targets = rc runsystem runsystem.hurd
 SRCS = rc.sh runsystem.sh getty.c lmail.c console-run.c runttys.c \
-       runsystem.hurd \
+       runsystem.hurd.sh \
 
 installationdir = $(libexecdir)
 
@@ -45,3 +45,4 @@ runttys: runttys.o
 runttys-LDLIBS = -lutil
 
 runsystem: runsystem.sh
+runsystem.hurd: runsystem.hurd.sh
diff --git a/daemons/runsystem.hurd b/daemons/runsystem.hurd.sh
similarity index 100%
rename from daemons/runsystem.hurd
rename to daemons/runsystem.hurd.sh

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]