Changeset 00efe1 in git
- Timestamp:
- Jun 24, 2013, 11:04:38 AM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 3fa1477ae6b4693a0a1b0594cc5e8b9a26b9f7e7
- Parents:
- 96c5cb800f6f54049fb5595e82c0d4d3fc31f8c5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/templates/p_Procs_Generate.cc
r96c5cb r00efe1 313 313 314 314 #ifndef p_Procs_Static 315 printf(" 315 printf("*\n"); 316 316 printf("* KernelProcs = %d\n",KernelProcs); 317 317 printf("* FieldIndepProcs = %d\n",FieldIndepProcs); -
resources/feResource.cc
r96c5cb r00efe1 79 79 ""}, 80 80 {"Singular", 'S', feResBinary,"SINGULAR_EXECUTABLE", "%d/Singular", (char *)""}, 81 {"BinDir", 'b', feResDir, "SINGULAR_BIN_DIR", " %d/MOD/", (char *)""},81 {"BinDir", 'b', feResDir, "SINGULAR_BIN_DIR", "", (char *)""}, 82 82 // should be changed to %b/../libexec/singular/pProcs/: 83 {"ProcDir", 'P', feResDir, "SINGULAR_PROCS_DIR", "% b/MOD/", (char *)""},83 {"ProcDir", 'P', feResDir, "SINGULAR_PROCS_DIR", "%d/libexec/singular/MOD/", (char *)""}, 84 84 {"RootDir", 'r', feResDir, "SINGULAR_ROOT_DIR", "%b/..", (char *)""}, 85 85 {"DataDir", 'D', feResDir, "SINGULAR_DATA_DIR", "%b/../share/", (char *)""}, … … 382 382 if (warn > 0 || (warn < 0 && config->value != NULL)) 383 383 { 384 printf("// ** Could not get %s. 385 printf("// ** Either set environment variable %s to %s, ",384 printf("// ** Could not get %s.\n", config->key); 385 printf("// ** Either set environment variable %s to %s,\n", 386 386 config->env, config->key); 387 387 feSprintf(value, config->fmt, warn); 388 printf("// ** or make sure that %s is at %s ", config->key, value);388 printf("// ** or make sure that %s is at %s\n", config->key, value); 389 389 } 390 390 #ifdef RESOURCE_DEBUG
Note: See TracChangeset
for help on using the changeset viewer.