diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-20 11:49:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-20 11:49:15 -0400 |
commit | f24df6415586bd07fb5903fba3252495c4e5c065 (patch) | |
tree | 21d47990dbf27097425df37dee14c5a996572320 /dh_auto_build | |
parent | 031319820566968f4f44f003cd2313062231da46 (diff) | |
download | debhelper-f24df6415586bd07fb5903fba3252495c4e5c065.tar.gz |
Revert "Always respect DEB_${flag}_{APPEND,SET} envvars."
This reverts commit fcfcd1298f6ea1fcfb2b2b5a529303270aa800d9.
Per Raphael's mail.
Diffstat (limited to 'dh_auto_build')
-rwxr-xr-x | dh_auto_build | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dh_auto_build b/dh_auto_build index 77b55eef..dccd04a0 100755 --- a/dh_auto_build +++ b/dh_auto_build @@ -25,11 +25,6 @@ This is intended to work for about 90% of packages. If it doesn't work, you're encouraged to skip using B<dh_auto_build> at all, and just run the build process manually. -In order to override standard build flags, export appropriate environment -variables as documented in the L<dpkg-buildflags(1)> manual page. They will be -preferred over directly exported their counterparts (CFLAGS, CXXFLAGS, LDFLAGS -etc.). - =head1 OPTIONS See L<debhelper(7)/B<BUILD SYSTEM OPTIONS>> for a list of common build |