~ubuntu-branches/ubuntu/natty/armel-cross-toolchain-base/natty

« back to all changes in this revision

Viewing changes to debian/patches/eglibc/local-no-notneeded-packages.patch

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-02-26 18:10:27 UTC
  • Revision ID: james.westby@ubuntu.com-20110226181027-zkfvbri20bv5au6m
Fix up build to work with current eglibc debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 endif
16
16
 
17
17
 # Generic kernel version check
18
 
@@ -216,8 +216,7 @@
19
 
 else
20
 
 build: pre-build $(stamp)info \
21
 
        $(patsubst %,$(stamp)build_%,$(EGLIBC_PASSES)) \
22
 
-       $(patsubst %,$(stamp)check_%,$(EGLIBC_PASSES)) \
23
 
-       $(stamp)source $(stamp)doc
24
 
+       $(patsubst %,$(stamp)check_%,$(EGLIBC_PASSES))
25
 
 endif
26
 
 
27
 
 testroot:
 
18
@@ -199,7 +199,7 @@
 
19
 
 
20
 build-indep: $(stamp)source $(stamp)doc
 
21
 
 
22
-build: pre-build build-arch build-indep
 
23
+build: pre-build build-arch
 
24
 
 
25
 
 
26
 binary-indep: build-indep testroot debian/control $(build-tree) \