diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-04-08 23:29:25 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-04-08 23:29:25 +0000 |
commit | b035eca3f95fd13f03a658baa88412b7f97bba36 (patch) | |
tree | cefc5bab869b6fba987fe527d767641dc83b0c10 /debian | |
parent | b3fefc1084f0f1c309dafb5c0d6e54c5b7d950d8 (diff) |
rules: Remove dde drivers, will be shipped by netdde
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 10 |
2 files changed, 1 insertions, 10 deletions
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 <sthibault@debian.org> 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 |