Searched refs:BuildBase (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/usr.bin/dsynth/ |
H A D | mount.c | 63 asprintf(&goodbuf, "%s/.template.good", BuildBase); in DoCreateTemplate() 74 asprintf(&buf, "%s/Template", BuildBase); in DoCreateTemplate() 93 asprintf(&buf, "%s/bin.%03d/ls", BuildBase, n); in DoCreateTemplate() 119 SCRIPTPATH(SCRIPTDIR), SystemPath, BuildBase); in DoCreateTemplate() 164 asprintf(&path, "%s/Template", BuildBase); in DoDestroyTemplate() 244 asprintf(&buf, "cp -Rp %s/Template/. %s", BuildBase, work->basedir); in DoWorkerMounts() 386 sbase = BuildBase; in domount() 460 asprintf(&dst, "%s%s", BuildBase, buf); in makeDiscreteCopies()
|
H A D | config.c | 68 const char *BuildBase = "/build/synth/build"; variable 238 if (stat(BuildBase, &st) < 0) in ParseConfiguration() 239 dfatal("Directory missing: %s", BuildBase); in ParseConfiguration() 444 BuildBase = l2; in parseConfigFile()
|
H A D | dsynth.c | 226 asprintf(&lkpath, "%s/.lock", BuildBase); in main() 340 BuildBase); in main() 431 asprintf(&dbmpath, "%s/ports_crc.db", BuildBase); in main()
|
H A D | monitor.c | 131 SNPRINTF(rs->buildbase, "%s", BuildBase); in MonitorReset()
|
H A D | build.c | 124 asprintf(&work->basedir, "%s/SL%02d", BuildBase, work->index); in DoInitBuild() 141 asprintf(&path, "%s/empty", BuildBase); in DoInitBuild() 213 asprintf(&dbmpath, "%s/ports_crc", BuildBase); in DoBuild() 280 BuildBase, in DoBuild() 3159 benv[bi].data = BuildBase; in childHookRun()
|
H A D | dsynth.h | 574 extern const char *BuildBase;
|
H A D | pkglist.c | 1008 asprintf(&localbase, "LOCALBASE=%s/empty", BuildBase); in childGetPackageInfo() 1263 asprintf(&localbase, "LOCALBASE=%s/empty", BuildBase); in childOptimizeEnv()
|
H A D | repo.c | 140 asprintf(&pkg_path, "%s/Template/usr/local/sbin/pkg-static", BuildBase); in childRebuildRepo()
|