mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-24 20:20:35 +00:00
73846549f6
targets need to have their modtimes rechecked (-n, etc.)
12 lines
596 B
Text
12 lines
596 B
Text
# Solaris (2.5.1) has a couple if issues.
|
|
#
|
|
suppress plk malloc; setvbuf "libc*"; main "main.c"
|
|
suppress umr kstat_read; kstat_chain_update; kstat_open; getloadavg
|
|
suppress umr kstat_chain_update; kstat_open; getloadavg
|
|
|
|
# The command line options stuff leaks a little bit. No big deal.
|
|
#
|
|
suppress mlk malloc; xmalloc "misc.c"; decode_env_switches "main.c"
|
|
suppress plk malloc; xmalloc "misc.c"; decode_env_switches "main.c"
|
|
suppress mlk malloc; xmalloc "misc.c"; concat "misc.c"; decode_env_switches "main.c"
|
|
suppress plk malloc; xmalloc "misc.c"; concat "misc.c"; decode_env_switches "main.c"
|