~ubuntu-branches/ubuntu/oneiric/eglibc/oneiric

« back to all changes in this revision

Viewing changes to debian/rules.d/control.mk

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-08-09 16:11:30 UTC
  • mfrom: (4.2.44 sid)
  • mto: (216.2.73 precise)
  • mto: This revision was merged to the branch mainline in revision 229.
  • Revision ID: package-import@ubuntu.com-20110809161130-47f8h0ptwfjzbjae
* Merge with Debian (r4860).
* Update patches/svn-updates to revision 14811.
* Build using GCC-4.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
control_deps := $(addprefix debian/control.in/, libc6 libc6.1 libc0.1 libc0.3 sparc64 s390x powerpc ppc64 opt amd64 mipsn32 mips64)
 
1
control_deps := $(addprefix debian/control.in/, libc6 libc6.1 libc0.1 libc0.3 sparc64 s390 s390x powerpc ppc64 opt amd64 mipsn32 mips64)
2
2
 
3
3
debian/control.in/libc6: debian/control.in/libc debian/rules.d/control.mk
4
4
        sed -e 's%@libc@%libc6%g' \
5
 
            -e 's%@archs@%amd64 arm armeb armel armhf i386 m32r m68k mips mipsel powerpc powerpcspe ppc64 sparc sparc64 s390 hppa sh3 sh4 sh3eb sh4eb%g' < $< > $@
 
5
            -e 's%@archs@%amd64 arm armeb armel armhf i386 m32r m68k mips mipsel powerpc powerpcspe ppc64 sparc sparc64 s390 s390x hppa sh3 sh4 sh3eb sh4eb%g' < $< > $@
6
6
 
7
7
debian/control.in/libc6.1: debian/control.in/libc debian/rules.d/control.mk
8
8
        sed -e 's%@libc@%libc6.1%g;s%@archs@%alpha ia64%g' < $< > $@
29
29
        cat debian/control.in/libc0.1           >> $@T
30
30
        cat debian/control.in/i386              >> $@T
31
31
        cat debian/control.in/sparc64           >> $@T
 
32
        cat debian/control.in/s390              >> $@T
32
33
        cat debian/control.in/s390x             >> $@T
33
34
        cat debian/control.in/amd64             >> $@T
34
35
        cat debian/control.in/powerpc           >> $@T