]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/cmd/dist/build.c
[dev.garbage] all: merge default (f38460037b72) into dev.garbage
[gostls13.git] / src / cmd / dist / build.c
index 8fd2e998a44d4a7990a2b2542f4c8c131dfd4d87..9c81dd8b22443f643a23fb873968af3dfe5dfdb4 100644 (file)
@@ -691,13 +691,6 @@ install(char *dir)
        bpathf(&final_path, "%s/src/%s", goroot_final, dir);
        name = lastelem(dir);
 
-       // For misc/prof, copy into the tool directory and we're done.
-       if(hasprefix(dir, "misc/")) {
-               copyfile(bpathf(&b, "%s/%s", tooldir, name),
-                       bpathf(&b1, "%s/misc/%s", goroot, name), 1);
-               goto out;
-       }
-
        // set up gcc command line on first run.
        if(gccargs.len == 0) {
                bprintf(&b, "%s %s", defaultcc, defaultcflags);
@@ -1328,8 +1321,6 @@ static char *buildorder[] = {
        "libbio",
        "liblink",
 
-       "misc/pprof",
-
        "cmd/cc",  // must be before c
        "cmd/gc",  // must be before g
        "cmd/%sl",  // must be before a, c, g