- Timestamp:
- Jun 23, 2012, 6:57:16 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/ippTools/src/disttool.c
r33042 r34058 403 403 } 404 404 405 if (0) { 406 fprintf (stderr, "runJoinStr: %s\n", runJoinStr); 407 } 408 405 409 if (!strcmp(stage, "raw")) { 406 410 if (!no_magic) { … … 726 730 } 727 731 732 if (simple) {/* no option? */} 728 733 729 734 if (pretend) { … … 1833 1838 psStringAppend(&query, " %s last_fileset = '%s'", sep, last_fileset); 1834 1839 } 1840 #else 1841 if (0) { fprintf (stderr, "sep: %s\n", sep); } 1835 1842 #endif 1836 1843 … … 2186 2193 PXOPT_COPY_STR(config->args, where, "-state", "state", "=="); 2187 2194 2188 PXOPT_LOOKUP_BOOL(clean, config->args, "-clean", false);2189 PXOPT_LOOKUP_BOOL(full, config->args, "-full", false);2195 // PXOPT_LOOKUP_BOOL(clean, config->args, "-clean", false); 2196 // PXOPT_LOOKUP_BOOL(full, config->args, "-full", false); 2190 2197 2191 2198 pxAddLabelSearchArgs (config, where, "-label", "distRun.label", "==");
Note:
See TracChangeset
for help on using the changeset viewer.
