HomeSort by relevance Sort by last modified time
    Searched refs:dpkg (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/tcmalloc/vendor/packages/deb/
rules 15 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
16 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
  /external/cmockery/cmockery_0_1_2/packages/deb/
rules 15 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
16 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
  /external/chromium_org/remoting/host/installer/linux/
build-deb.sh 9 ARCHITECTURE=$(dpkg-architecture | awk -F '=' '/DEB_BUILD_ARCH=/{print $2}')
129 # TODO(mmoss): This is a workaround for a problem where dpkg-shlibdeps was
132 # dpkg-shlibdeps: error: no dependency information found for ...
137 dpkg-buildpackage -b -us -uc
  /external/chromium_org/sdch/open-vcdiff/packages/deb/
rules 15 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
16 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
  /external/e2fsprogs/debian/
rules 17 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
18 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
19 DEB_HOST_OS ?= $(shell dpkg-architecture -qDEB_HOST_OS)
20 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
21 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
22 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH 2>/dev/null)
26 SYS_BLKID_VER := $(shell dpkg-query -W libblkid1:$(DEB_HOST_ARCH) | cut -f 2 | cut -b 1)
120 CFLAGS ?= $(shell if dpkg-buildflags > /dev/null 2>&1 ; then \
121 dpkg-buildflags --get CFLAGS; else echo $(DEFAULT_CFLAGS) ; fi)
122 LDFLAGS ?= $(shell if dpkg-buildflags > /dev/null 2>&1 ; then
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/packages/
rpm.sh 51 # This may differ from what kind of binaries gcc produces. dpkg
52 # does a better job of this, so if we can run 'dpkg --print-architecture'
55 target=`dpkg --print-architecture 2>/dev/null || echo ""`
  /external/chromium_org/chrome/installer/linux/debian/
build.sh 17 # Create the Debian changelog file needed by dpkg-gencontrol. This just adds a
33 # Create the Debian control file needed by dpkg-deb.
35 dpkg-gencontrol -v"${VERSIONFULL}" -c"${DEB_CONTROL}" -l"${DEB_CHANGELOG}" \
113 fakeroot dpkg-deb -Zlzma -b "${STAGEDIR}" .
248 # Need a dummy debian/control file for dpkg-shlibdeps.
256 # TODO(mmoss): This is a workaround for a problem where dpkg-shlibdeps was
259 # dpkg-shlibdeps: error: no dependency information found for ...
264 DPKG_SHLIB_DEPS=$(dpkg-shlibdeps -O "$BUILDDIR/chrome" | \
289 # Additional dependencies not in the dpkg-shlibdeps output.
308 COMMON_PREDEPS="dpkg (>= 1.14.0)
    [all...]
  /external/chromium_org/build/
install-chroot.sh 621 sudo "/usr/local/bin/${target%bit}" dpkg --assert-multi-arch >&/dev/null &&
625 [ -d /var/lib/chroot/${target}/etc/dpkg/dpkg.cfg.d/ ] &&
626 sudo "/usr/local/bin/${target%bit}" dpkg --add-architecture \
631 "cat >'/var/lib/chroot/${target}/etc/dpkg/dpkg.cfg.d/multiarch'"
641 autoconf automake1.9 dpkg-dev g++-multilib gcc-multilib gdb less libtool \
install-build-deps.sh 97 dev_list="apache2.2-bin bison cdbs curl dpkg-dev elfutils devscripts fakeroot
163 if $(dpkg-query -Wf'${Status}' libgl1-mesa-glx${variant} | \
301 failed_check="$(dpkg-query -W -f '${PackageSpec}:${Status}\n' \
312 # dpkg (i.e. managed by apt).
  /external/e2fsprogs/debian/attic/libs/
rules 14 ARCH = $(shell dpkg --print-architecture)
  /external/chromium_org/chrome/installer/linux/sysroot_scripts/
sysroot-creator.sh 351 dpkg --fsys-tarfile ${package}\

Completed in 131 milliseconds