File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 8db1d2cdde6fafdd396d2ce5c5994492d5bcf8cb
4
+ refs/heads/snap-stage3: 8b87debbc28d947220614f315cbcee5dfe17436a
5
5
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ validate_opt () {
138
138
done
139
139
if [ " $arg " = " --help" ]
140
140
then
141
- echo " "
141
+ echo
142
142
echo " No more help available for Configure options,"
143
143
echo " check the Uncyclo or join our IRC channel"
144
144
break
@@ -349,11 +349,11 @@ if [ "$1" = "--help" ]
349
349
then
350
350
HELP=1
351
351
shift
352
- echo " "
352
+ echo
353
353
echo " Usage: $CFG_SELF [options]"
354
- echo " "
354
+ echo
355
355
echo " Options:"
356
- echo " "
356
+ echo
357
357
else
358
358
msg " recreating config.tmp"
359
359
echo ' ' > config.tmp
@@ -394,7 +394,7 @@ validate_opt
394
394
395
395
if [ $HELP -eq 1 ]
396
396
then
397
- echo " "
397
+ echo
398
398
exit 0
399
399
fi
400
400
Original file line number Diff line number Diff line change @@ -211,8 +211,7 @@ $$(LIBUV_LIB_$(1)_$(2)): $$(LIBUV_DEPS)
211
211
endif
212
212
213
213
$$(JEMALLOC_LIB_$(1 ) _$(2 ) ) :
214
- cd $$(CFG_BUILD_DIR ) /rt/$(1 ) /stage$(2 ) /jemalloc; $(S ) src/rt/jemalloc/configure \
215
- --disable-experimental --build=$(CFG_BUILD_TRIPLE ) --host=$(1 )
214
+ cd $$(CFG_BUILD_DIR ) /rt/$(1 ) /stage$(2 ) /jemalloc; $(S ) src/rt/jemalloc/configure --disable-experimental
216
215
$$(Q )$$(MAKE ) -C $$(CFG_BUILD_DIR ) /rt/$(1 ) /stage$(2 ) /jemalloc
217
216
218
217
# These could go in rt.mk or rustllvm.mk, they're needed for both.
You can’t perform that action at this time.
0 commit comments