This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch upstream in repository hurd.
commit 5592e5f0971029b4d0445f1afb7e0ce05eb89621 Author: Samuel Thibault <[email protected]> Date: Sun Jan 17 20:50:56 2016 +0100 Also build exec.static Which can be more convenient than using ld.so to boot the Hurd * exec/Makefile (targets): Add exec.static --- exec/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/exec/Makefile b/exec/Makefile index 2406203..bb47a45 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -24,8 +24,7 @@ SRCS = exec.c main.c hashexec.c hostarch.c OBJS = main.o hostarch.o exec.o hashexec.o \ execServer.o exec_startupServer.o -target = exec -#targets = exec exec.static +targets = exec exec.static HURDLIBS = trivfs fshelp iohelp ports ihash shouldbeinlibc LDLIBS = -lpthread -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
