Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Unified Diff: third_party/tcmalloc/vendor/packages/rpm.sh

Issue 9701040: Revert 126715 - Update the tcmalloc vendor branch to r144 (gperftools 2.0). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/tcmalloc/vendor/packages/rpm.sh
===================================================================
--- third_party/tcmalloc/vendor/packages/rpm.sh (revision 126727)
+++ third_party/tcmalloc/vendor/packages/rpm.sh (working copy)
@@ -52,7 +52,7 @@
# does a better job of this, so if we can run 'dpkg --print-architecture'
# to get the build CPU, we use that in preference of the rpmbuild
# default.
-target=`dpkg --print-architecture 2>/dev/null || echo ""`
+target=`dpkg --print-architecture 2>/dev/null` # "" if dpkg isn't found
if [ -n "$target" ]
then
target=" --target $target"
Property changes on: third_party/tcmalloc/vendor/packages/rpm.sh
___________________________________________________________________
Deleted: svn:executable
- *
« no previous file with comments | « third_party/tcmalloc/vendor/packages/deb/libgperftools0.manpages ('k') | third_party/tcmalloc/vendor/packages/rpm/rpm.spec » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698