diff options
author | Ori Bernstein <ori@eigenstate.org> | 2015-04-14 00:18:14 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2015-04-14 00:18:14 -0700 |
commit | 4457a03154b82d5e5e60a98b6ad5f217436c64b5 (patch) | |
tree | bc56485a60a52ce3fba8bbadab6d71a670e25f18 /bootstrap.sh | |
parent | 6126262772590d74d00325f6c33c7ab5c6ba3987 (diff) | |
download | mc-4457a03154b82d5e5e60a98b6ad5f217436c64b5.tar.gz |
Regenerate bootstrap.sh without full paths.
/home/ori is unlikely to exist on most systems.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 87116a7..9a37036 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -208,5 +208,5 @@ echo ../6/6m -I ../libstd -I ../libbio -I ../libregex test.myr ../6/6m -I ../libstd -I ../libbio -I ../libregex test.myr echo ../6/6m -I ../libstd -I ../libbio -I ../libregex main.myr ../6/6m -I ../libstd -I ../libbio -I ../libregex main.myr -echo ld -o mbld /home/ori/bin/lib/myr/_myrrt.o clean.o config.o deps.o types.o fsel.o util.o subdir.o main.o parse.o build.o opts.o install.o test.o -L../libstd -L../libbio -L../libregex -L/home/ori/bin/lib/myr -lregex -lbio -lstd -lsys -lsys -lstd -lbio -lregex - ld -o mbld /home/ori/bin/lib/myr/_myrrt.o clean.o config.o deps.o types.o fsel.o util.o subdir.o main.o parse.o build.o opts.o install.o test.o -L../libstd -L../libbio -L../libregex -L/home/ori/bin/lib/myr -lregex -lbio -lstd -lsys -lsys -lstd -lbio -lregex +echo ld -o mbld ../rt/_myrrt.o clean.o config.o deps.o types.o fsel.o util.o subdir.o main.o parse.o build.o opts.o install.o test.o -L../libstd -L../libbio -L../libregex -L/home/ori/bin/lib/myr -lregex -lbio -lstd -lsys -lsys -lstd -lbio -lregex + ld -o mbld ../rt/_myrrt.o clean.o config.o deps.o types.o fsel.o util.o subdir.o main.o parse.o build.o opts.o install.o test.o -L../libstd -L../libbio -L../libregex -L/home/ori/bin/lib/myr -lregex -lbio -lstd -lsys -lsys -lstd -lbio -lregex |