mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-11 14:52:19 +00:00
Formerly main.c.~96~
This commit is contained in:
parent
1775c102ad
commit
f8c3e52b0f
1 changed files with 16 additions and 14 deletions
6
main.c
6
main.c
|
@ -1649,7 +1649,7 @@ define_makeflags (all, makefile)
|
||||||
*p = '\0';
|
*p = '\0';
|
||||||
}
|
}
|
||||||
|
|
||||||
(void) define_variable ("MAKEFLAGS", 9,
|
define_variable ("MAKEFLAGS", 9,
|
||||||
/* On Sun, the value of MFLAGS starts with a `-' but
|
/* On Sun, the value of MFLAGS starts with a `-' but
|
||||||
the value of MAKEFLAGS lacks the `-'.
|
the value of MAKEFLAGS lacks the `-'.
|
||||||
Be compatible with this unless FLAGSTRING starts
|
Be compatible with this unless FLAGSTRING starts
|
||||||
|
@ -1662,7 +1662,9 @@ define_makeflags (all, makefile)
|
||||||
to redefine its value with the full set of
|
to redefine its value with the full set of
|
||||||
switches. Of course, an override or command
|
switches. Of course, an override or command
|
||||||
definition will still take precedence. */
|
definition will still take precedence. */
|
||||||
o_file, 0);
|
o_file, 0)
|
||||||
|
/* Always export MAKEFLAGS. */
|
||||||
|
->export = v_export;
|
||||||
/* Since MFLAGS is not parsed for flags, there is no reason to
|
/* Since MFLAGS is not parsed for flags, there is no reason to
|
||||||
override any makefile redefinition. */
|
override any makefile redefinition. */
|
||||||
(void) define_variable ("MFLAGS", 6, flagstring, o_env, 0);
|
(void) define_variable ("MFLAGS", 6, flagstring, o_env, 0);
|
||||||
|
|
Loading…
Reference in a new issue