]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_auto_build
Updated French man page translation. Closes: #685560
[debhelper.git] / dh_auto_build
index 77b55eef84d5ee48d1249018e4ff402f7c2c1056..bbb5e851f93f79490ef821a5343545ce2a737fea 100755 (executable)
@@ -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
@@ -39,8 +34,8 @@ system selection and control options.
 
 =item B<--> I<params>
 
-Pass I<params> to the program that is run. These can be used to supplement
-or override any standard parameters that B<dh_auto_build> passes.
+Pass I<params> to the program that is run, after the parameters that
+B<dh_auto_build> usually passes.
 
 =back