commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 01/03: New upstream snapshot


From: Samuel Thibault
Subject: [hurd] 01/03: New upstream snapshot
Date: Mon, 14 Mar 2016 00:40:46 +0000

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

sthibault pushed a commit to branch master
in repository hurd.

commit 7998e1d9a2f3745b3d88ddd383979674bd002e71
Author: Samuel Thibault <address@hidden>
Date:   Fri Mar 11 22:20:37 2016 +0000

    New upstream snapshot
---
 console-client/Makefile | 6 +++---
 sutils/Makefile         | 2 +-
 utils/fakeauth.c        | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/console-client/Makefile b/console-client/Makefile
index 4ebdc82..1784d7c 100644
--- a/console-client/Makefile
+++ b/console-client/Makefile
@@ -96,10 +96,10 @@ $(module-dir)/%: %
                '-Wl,-(' $($*-LDLIBS) '-Wl,-)' $^
 
 lex.c: lex.l parser.tab.h
-parser.tab.h: parser.y
+%.tab.h %.c: %.y
        if $(YACC) $(YFLAGS) -d $<; then \
-           mv y.tab.h $@; \
-           rm y.tab.c; \
+           mv y.tab.h $*.tab.h; \
+           mv y.tab.c $*.c; \
        fi
 
 XKB_SRCS = xkb/compose.c xkb/kstoucs.c xkb/parser.y xkb/lex.l \
diff --git a/sutils/Makefile b/sutils/Makefile
index e30bfb7..f4e1811 100644
--- a/sutils/Makefile
+++ b/sutils/Makefile
@@ -27,7 +27,7 @@ special-targets = $(scripts)
 installationdir = $(sbindir)
 SRCS = $(progs:=.c) clookup.c fstab.c update.c $(scripts:=.sh)
 
-OBJS = $(progs:=.c)
+OBJS = $(progs:=.o)
 HURDLIBS = store shouldbeinlibc
 
 include ../Makeconf
diff --git a/utils/fakeauth.c b/utils/fakeauth.c
index 004cc46..40c898b 100644
--- a/utils/fakeauth.c
+++ b/utils/fakeauth.c
@@ -408,7 +408,7 @@ believe it has restricted them to different identities or 
no identity at all.\
     if (execfile == MACH_PORT_NULL)
       error (3, errno, "%s", argv[argi]);
     if (prefixed_name)
-      argv[0] = prefixed_name;
+      argv[argi] = prefixed_name;
 
     err = task_create (mach_task_self (),
 #ifdef KERN_INVALID_LEDGER

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