Print this page
make: unifdef for TEAMWARE_MAKE_CMN (defined)
*** 23,38 ****
/*
* Copyright 2004 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
- /*
- * This is not "#ifdef TEAMWARE_MAKE_CMN" because we're currently
- * using the TW fake i18n headers and libraries to build both
- * SMake and PMake on SPARC/S1 and x86/S2.
- */
-
#include <avo/intl.h>
#include <limits.h> /* MB_LEN_MAX */
#include <stdio.h>
#include <stdlib.h> /* wchar_t */
#include <string.h> /* strcmp() */
--- 23,32 ----
*** 900,912 ****
extern Boolean working_on_targets;
extern Name virtual_root;
extern Boolean vpath_defined;
extern Name vpath_name;
extern Boolean make_state_locked;
- #if defined (TEAMWARE_MAKE_CMN)
extern Boolean out_err_same;
- #endif
extern pid_t childPid;
extern nl_catd libmksh_catd;
/*
* RFE 1257407: make does not use fine granularity time info available from stat.
--- 894,904 ----