Print this page
make: unifdef SUN5_0 (defined)

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/make/bin/doname.cc
          +++ new/usr/src/cmd/make/bin/doname.cc
↓ open down ↓ 1695 lines elided ↑ open up ↑
1696 1696          }
1697 1697          /* If quest, then exit(1) because the target is out of date */
1698 1698          if (quest) {
1699 1699                  if (posix) {
1700 1700  #ifdef TEAMWARE_MAKE_CMN
1701 1701                          result = execute_parallel(line, true);
1702 1702  #else
1703 1703                          result = execute_serial(line);
1704 1704  #endif
1705 1705                  }
1706      -#if defined(SUN5_0) || defined(HP_UX) || defined(linux)
1707 1706                  exit_status = 1;
1708      -#endif
1709 1707                  exit(1);
1710 1708          }
1711 1709          /* We actually had to do something this time */
1712 1710          rewrite_statefile = commands_done = true;
1713 1711          /*
1714 1712           * If this is an sccs command, we have to do some extra checking
1715 1713           * and possibly complain. If the file can't be gotten because it's
1716 1714           * checked out, we complain and behave as if the command was
1717 1715           * executed eventhough we ignored the command.
1718 1716           */
↓ open down ↓ 2063 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX