Home
last modified time | relevance | path

Searched refs:BuildBase (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/usr.bin/dsynth/
H A Dmount.c63 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 Dconfig.c68 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 Ddsynth.c226 asprintf(&lkpath, "%s/.lock", BuildBase); in main()
340 BuildBase); in main()
431 asprintf(&dbmpath, "%s/ports_crc.db", BuildBase); in main()
H A Dmonitor.c131 SNPRINTF(rs->buildbase, "%s", BuildBase); in MonitorReset()
H A Dbuild.c124 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 Ddsynth.h574 extern const char *BuildBase;
H A Dpkglist.c1008 asprintf(&localbase, "LOCALBASE=%s/empty", BuildBase); in childGetPackageInfo()
1263 asprintf(&localbase, "LOCALBASE=%s/empty", BuildBase); in childOptimizeEnv()
H A Drepo.c140 asprintf(&pkg_path, "%s/Template/usr/local/sbin/pkg-static", BuildBase); in childRebuildRepo()