[bug #35248] When running in debug-mode (-d), make reports a strange `multiple target patterns' error

2012-01-05 Thread Mikhail T.
Follow-up Comment #2, bug #35248 (project make): Yes, it certainly looks like make's own output is being parsed as a makefile... Line rules.mk:327 reads: $(SHARED_LIBRARY): $(OBJS) $(RES) $(MAPFILE) $(SUB_SHLOBJS) The project is Mozilla's NSS, BTW. Source downloaded from: http://ftp.mozilla.or

[bug #35248] When running in debug-mode (-d), make reports a strange `multiple target patterns' error

2012-01-05 Thread Paul D. Smith
Follow-up Comment #1, bug #35248 (project make): It looks to me like somewhere in your makefiles you are invoking make and capturing its output and using that as part of the makefile so make is trying to parse it. When you run make with -d it not only prints its normal output that you expect, but

[bug #35248] When running in debug-mode (-d), make reports a strange `multiple target patterns' error

2012-01-05 Thread Mikhail T.
URL: Summary: When running in debug-mode (-d), make reports a strange `multiple target patterns' error Project: make Submitted by: kot Submitted on: Thu 05 Jan 2012 08:31:18 PM GMT Sev