Changeset 34081 for trunk/ippTools/src/disttool.c
- Timestamp:
- Jun 26, 2012, 11:19:48 AM (14 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
disttool.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120601/ippTools/src (added) merged: 34034,34047,34051-34052,34058-34059,34073
- Property svn:mergeinfo changed
-
trunk/ippTools/src/disttool.c
r33042 r34081 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.
