Follow-up Comment #1, bug #25697 (project make):

Can reproduce with latest make from CVS.  ns is null at the penultimate
line:

2175                    /* In case user set .DEFAULT_GOAL to a non-existent
target
2176                       name let's just enter this name into the table and
let
2177                       the standard logic sort it out. */
2178                    if (default_goal_file == 0)
2179                      {
2180                        struct nameseq *ns;
2181                        char *p = *default_goal_name;
2182    
2183                        ns = multi_glob (
2184                          parse_file_seq (&p, '


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to