~ubuntu-branches/ubuntu/jaunty/gpib/jaunty

« back to all changes in this revision

Viewing changes to debian/patches/dont-build-modules.patch_3.2.06

  • Committer: Bazaar Package Importer
  • Author(s): Carlo Segre
  • Date: 2008-04-13 15:10:09 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080413151009-45app81iap00glru
Tags: 3.2.10-2
Correct error in debian/rules for deleting extra gpib_php libraries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: linux-gpib-3.2.02/driver/Makefile.am
2
 
===================================================================
3
 
--- linux-gpib-3.2.02.orig/driver/Makefile.am   2005-01-15 14:51:16.971403607 +0100
4
 
+++ linux-gpib-3.2.02/driver/Makefile.am        2005-01-15 16:51:34.414065348 +0100
5
 
@@ -20,14 +20,14 @@
6
 
 
7
 
 -include $(top_srcdir)/util/linux_flags/flags
8
 
 
9
 
-all-local: 
10
 
+modules-all-local: 
11
 
        $(RM) $(GPIB_MODVERDIR)/*
12
 
        $(MAKE) -C $(LINUX_SRCDIR) V=1 modules\
13
 
                CC="$(LINUX_CC) -I@abs_top_srcdir@ -I@abs_top_srcdir@/driver/include -I@abs_top_srcdir@/include" \
14
 
                SUBDIRS="$(GPIB_ABS_MODULE_SUBDIRS)" \
15
 
                MODVERDIR="$(GPIB_MODVERDIR)"
16
 
 
17
 
-clean-local:
18
 
+modules-clean-local:
19
 
        find $(srcdir) \( -name '*.[oas]' -o -name '*.ko' -o -name core -o -name '.*.cmd' \) -type f \
20
 
                -exec $(RM) {} \;
21