commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 23/70: Do not build gzip/bzip2 support


From: Samuel Thibault
Subject: [hurd] 23/70: Do not build gzip/bzip2 support
Date: Mon, 16 Sep 2013 07:41:38 +0000

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

sthibault pushed a commit to branch upstream
in repository hurd.

commit c4549b057bd1c2e43579614d985b3d9bfab94141
Author: Samuel Thibault <address@hidden>
Date:   Wed Aug 28 23:52:03 2013 +0200

    Do not build gzip/bzip2 support
    
    * exec/Makefile (SRCS): Remove gzip and bzip2 sources.
    (OBJS): Remove gzip and bzip2 objects.
---
 exec/Makefile |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/exec/Makefile b/exec/Makefile
index c72eb34..eb88361 100644
--- a/exec/Makefile
+++ b/exec/Makefile
@@ -20,11 +20,11 @@
 dir := exec
 makemode := server
 
-SRCS = exec.c main.c hashexec.c hostarch.c \
-       $(gzip-sources) $(bzip2-sources)
+SRCS = exec.c main.c hashexec.c hostarch.c
+#       $(gzip-sources) $(bzip2-sources)
 OBJS = main.o hostarch.o exec.o hashexec.o \
-       execServer.o exec_startupServer.o \
-       $(gzip-objects) $(bzip2-objects)
+       execServer.o exec_startupServer.o
+#       $(gzip-objects) $(bzip2-objects)
 gzip-sources = unzip.c util.c inflate.c
 gzip-objects = $(gzip-sources:%.c=%.o)
 bzip2-sources = do-bunzip2.c

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