commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 03/25: Drop DIST_FILES from Makefile


From: Samuel Thibault
Subject: [hurd] 03/25: Drop DIST_FILES from Makefile
Date: Tue, 27 May 2014 08:32:02 +0000

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

sthibault pushed a commit to branch dde
in repository hurd.

commit e9ad61281761eaa485611578ac8ed71480e73eed
Author: Justus Winter <address@hidden>
Date:   Sat Apr 12 09:39:57 2014 +0200

    Drop DIST_FILES from Makefile
    
    Since 50bfb9acf98d5f4c0c5948cc28285e990b40b659 git is used to produce
    dist tarballs.
    
    * boot-proxy-exc/Makefile (DIST_FILES): Do not set obsolete variable.
    * devnode/Makefile: Likewise.
    * eth-filter.multi-thread/Makefile: Likewise.
    * eth-filter/Makefile: Likewise.
    * eth-multiplexer/Makefile: Likewise.
    * proc_proxy/Makefile: Likewise.
---
 boot-proxy-exc/Makefile          | 1 -
 devnode/Makefile                 | 1 -
 eth-filter.multi-thread/Makefile | 1 -
 eth-filter/Makefile              | 1 -
 eth-multiplexer/Makefile         | 1 -
 proc_proxy/Makefile              | 1 -
 6 files changed, 6 deletions(-)

diff --git a/boot-proxy-exc/Makefile b/boot-proxy-exc/Makefile
index 33fa7c7..57323ce 100644
--- a/boot-proxy-exc/Makefile
+++ b/boot-proxy-exc/Makefile
@@ -31,7 +31,6 @@ target = boot
 io-MIGSFLAGS=-DREPLY_PORTS
 HURDLIBS=store shouldbeinlibc ports
 OTHERLIBS = -lpthread
-DIST_FILES=frank1.ld frankemul.ld
 
 include ../Makeconf
 
diff --git a/devnode/Makefile b/devnode/Makefile
index 2c8af58..7b3c0bd 100644
--- a/devnode/Makefile
+++ b/devnode/Makefile
@@ -20,7 +20,6 @@ makemode := server
 
 SRCS = devnode.c
 LCLHDRS = util.h
-DIST_FILES = ourdevice.defs notify.defs
 HURDLIBS = ports trivfs fshelp shouldbeinlibc
 target = devnode
 MIGSTUBS = ourdeviceServer.o notifyServer.o
diff --git a/eth-filter.multi-thread/Makefile b/eth-filter.multi-thread/Makefile
index 216664f..2aaf543 100644
--- a/eth-filter.multi-thread/Makefile
+++ b/eth-filter.multi-thread/Makefile
@@ -20,7 +20,6 @@ makemode := server
 
 SRCS = bpf_impl.c filter.c queue.c pcap_filter.c msg_queue.c
 LCLHDRS = bpf_impl.h queue.h util.h filter.h msg_queue.h
-DIST_FILES = ourdevice.defs notify.defs device_reply.defs
 HURDLIBS = ports trivfs fshelp ihash shouldbeinlibc
 OTHERLIBS = -lpthread
 target = eth-filter
diff --git a/eth-filter/Makefile b/eth-filter/Makefile
index 0b22222..38c378a 100644
--- a/eth-filter/Makefile
+++ b/eth-filter/Makefile
@@ -20,7 +20,6 @@ makemode := server
 
 SRCS = bpf_impl.c filter.c queue.c pcap_filter.c
 LCLHDRS = bpf_impl.h queue.h util.h
-DIST_FILES = ourdevice.defs notify.defs
 HURDLIBS = ports trivfs fshelp ihash shouldbeinlibc
 target = eth-filter
 MIGSTUBS = ourdeviceServer.o notifyServer.o
diff --git a/eth-multiplexer/Makefile b/eth-multiplexer/Makefile
index 15d05a6..fcd40f2 100644
--- a/eth-multiplexer/Makefile
+++ b/eth-multiplexer/Makefile
@@ -25,7 +25,6 @@ MIGSTUBS = ourdeviceServer.o notifyServer.o
 MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h
 OBJS = $(SRCS:.c=.o) $(MIGSTUBS)
 LCLHDRS = ethernet.h util.h vdev.h netfs_impl.h
-DIST_FILES = ourdevice.defs notify.defs
 HURDLIBS=ports fshelp shouldbeinlibc netfs bpf
 OTHERLIBS = -lpthread
 
diff --git a/proc_proxy/Makefile b/proc_proxy/Makefile
index 3b95807..e760f9b 100644
--- a/proc_proxy/Makefile
+++ b/proc_proxy/Makefile
@@ -20,7 +20,6 @@ makemode := server
 
 SRCS = proc_proxy.c process_ops.c
 LCLHDRS = proc_proxy.h
-DIST_FILES = process.defs
 HURDLIBS = ports
 target = proc_proxy
 MIGSTUBS = processServer.o

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