Commit c7d95c0
build: fix binary name produced on
Summary:
When running `make oss` or `make install-oss`, both a `hg` and a `sl` binaries would be produced under `eden/scm/build/scripts-*/`. For `make oss` a `hg` binary was produced at `eden/scm` and when running make install, `hg` and `sl` binaries were created under `$DESTDIR/usr/local/bin/`.
This diff fixes both of the previously mentioned behaviors so that now only a `sl` binary is created at `eden/scm`, `eden/scm/build/scripts-*/`, and `$DESTDIR/usr/local/bin/`.
X-link: facebookarchive/sapling-staging#60
Reviewed By: bolinfest
Differential Revision: D41047258
Pulled By: sggutier
fbshipit-source-id: 4fde9c659be4e69105105922a2711575ac4073ebmake oss (#60)1 parent 7f40624 commit c7d95c0
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
| 70 | + | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments