commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 18/43: Make build system more robust.


From: Samuel Thibault
Subject: [hurd] 18/43: Make build system more robust.
Date: Mon, 11 Sep 2017 07:10:10 +0000

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

sthibault pushed a commit to branch upstream
in repository hurd.

commit 94202d376102f6368260aeb0a26bed5b0be52fe5
Author: Justus Winter <address@hidden>
Date:   Sun Aug 6 19:45:28 2017 +0200

    Make build system more robust.
    
    * Makeconf: Use '#' instead of '/' in the sed command to avoid
    clashing with the path separator '/'.
---
 Makeconf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makeconf b/Makeconf
index 02594c6..f718164 100644
--- a/Makeconf
+++ b/Makeconf
@@ -548,7 +548,7 @@ MIGCOMFLAGS := -subrprefix __
          -DHURD_SERVER=1 \
          -MD -MF $*.sdefs.d.new \
          $< -o $*.sdefsi
-       sed -e 's/[^:]*:/$*Server.c $(mig-sheader-prefix)$*_S.h:/' \
+       sed -e 's#[^:]*:#$*Server.c $(mig-sheader-prefix)$*_S.h:#' \
          < $*.sdefs.d.new > $*.sdefs.d
        rm $*.sdefs.d.new
 
@@ -561,7 +561,7 @@ $(mig-sheader-prefix)%_S.h %Server.c: %.sdefsi
        $(CPP) $(CPPFLAGS) $(MIGUFLAGS) $($*-MIGUFLAGS) \
          -MD -MF $*.udefs.d.new \
          $< -o $*.udefsi
-       sed -e 's/[^:]*:/$*User.c $*_U.h:/' \
+       sed -e 's#[^:]*:#$*User.c $*_U.h:#' \
          < $*.udefs.d.new > $*.udefs.d
        rm $*.udefs.d.new
 

-- 
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]