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

Unified Diff: third_party/instrumented_libraries/download_build_install.py

Issue 755653006: Instrumented libraries: do not use FORTIFY_SOURCE when building udev. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « no previous file | third_party/instrumented_libraries/scripts/udev.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/instrumented_libraries/download_build_install.py
diff --git a/third_party/instrumented_libraries/download_build_install.py b/third_party/instrumented_libraries/download_build_install.py
index ddaed7732f6e2c6554427db053887eb327d2df4e..7452043590985d7a3fe0c3ea08ebfece1d13d1e8 100755
--- a/third_party/instrumented_libraries/download_build_install.py
+++ b/third_party/instrumented_libraries/download_build_install.py
@@ -95,7 +95,7 @@ def destdir_configure_make_install(parsed_arguments, environment,
# Installing to a temporary directory allows us to safely clean up the .la
# files below.
destdir = '%s/debian/instrumented_build' % os.getcwd()
- # Some makefiles use BUILDROOT instead of DESTDIR.
+ # Some makefiles use BUILDROOT or INSTALL_ROOT instead of DESTDIR.
make_command = 'make DESTDIR=%s BUILDROOT=%s INSTALL_ROOT=%s' % (destdir,
destdir,
destdir)
« no previous file with comments | « no previous file | third_party/instrumented_libraries/scripts/udev.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698