Print this page
make: unifdef for NSE (undefined)

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/make/bin/implicit.cc
          +++ new/usr/src/cmd/make/bin/implicit.cc
↓ open down ↓ 278 lines elided ↑ open up ↑
 279  279                                  }
 280  280                                  /*
 281  281                                   * The source file is a file.
 282  282                                   * Make sure it is up to date.
 283  283                                   */
 284  284                                  if (dependency_exists(source,
 285  285                                                        get_prop(target->prop,
 286  286                                                                 line_prop))) {
 287  287                                          result = (Doname) source->state;
 288  288                                  } else {
 289      -#ifdef NSE
 290      -                                        nse_check_derived_src(target, source->string,
 291      -                                         source_suffix->body.suffix.command_template);
 292      -#endif
 293  289  #if 0  /* with_squiggle sends false, which is buggy. : djay */
 294  290                                          result = doname(source,
 295  291                                                          (Boolean) source_suffix->body.
 296  292                                                          suffix.suffix->with_squiggle,
 297  293                                                          true);
 298  294  #else
 299  295                                          result = doname(source,
 300  296                                                          true,
 301  297                                                          true);
 302  298  #endif
↓ open down ↓ 1172 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX