From b035eca3f95fd13f03a658baa88412b7f97bba36 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 8 Apr 2012 23:29:25 +0000 Subject: rules: Remove dde drivers, will be shipped by netdde --- debian/changelog | 1 + debian/rules | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 6d72506d..f77aa113 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ hurd (20120408-1) UNRELEASED; urgency=low * patches/libexec.patch: Switch to gnu-mach-color TERM. * hurd-console.default: Document the -f option of the vga module. * patches/run.patch: Fix utmp database creation, and thus w command. + * rules: Remove dde drivers, will be shipped by netdde. -- Samuel Thibault Fri, 06 Apr 2012 19:07:15 +0200 diff --git a/debian/rules b/debian/rules index 4ffe0fe3..ce6ae7a1 100755 --- a/debian/rules +++ b/debian/rules @@ -29,25 +29,15 @@ DEB_MAKE_INSTALL_TARGET = install prefix=$(DEB_DESTDIR) sysconfdir=$(DEB_DESTDIR DEB_DH_STRIP_ARGS := --dbg-package=hurd DEB_DH_MAKESHLIBS_ARGS_hurd := --add-udeb="hurd-udeb" -DDE_DRIVERS = e100 e1000 pcnet32 rtl8139 ne2k_pci - build/hurd:: cd $(DEB_BUILDDIR)/doc && texi2html -split chapter ../../doc/hurd.texi $(MAKE) -C libdde_linux26 BUILDDIR=$(CURDIR)/build - for i in $(DDE_DRIVERS) ; \ - do \ - $(MAKE) -C dde_$$i BUILDDIR=$(CURDIR)/build || exit 1 ; \ - done clean:: $(MAKE) -C libdde_linux26 cleanall rm -f $$(find libdde_linux26 -name \*.d) rm -fr libdde_linux26/build rm -fr libdde_linux26/lib/src/gen_crc32table libdde_linux26/lib/src/crc32table.h libdde_linux26/lib/src/timeconst.h - for i in $(DDE_DRIVERS) ; \ - do \ - $(MAKE) -C dde_$$i cleanall ; \ - done install/hurd:: # runsystem is managed by update-alternatives -- cgit v1.2.3