mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-27 01:11:33 +02:00
http://julialang.org/ A high-level, high-performance dynamic language for technical computing.
18 lines
618 B
Diff
18 lines
618 B
Diff
Description: Ensure that build is verbose
|
|
Author: Sébastien Villemot <sebastien@debian.org>
|
|
Forwarded: not-needed
|
|
Last-Update: 2013-10-09
|
|
---
|
|
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
|
--- a/deps/Makefile
|
|
+++ b/deps/Makefile
|
|
@@ -756,7 +756,7 @@
|
|
touch -c $(LIBUV_SRC_DIR)/Makefile.in
|
|
touch -c $(LIBUV_SRC_DIR)/configure
|
|
cd $(LIBUV_SRC_DIR) && \
|
|
- ./configure --with-pic $(CONFIGURE_COMMON) $(UV_FLAGS)
|
|
+ ./configure --with-pic $(CONFIGURE_COMMON) $(UV_FLAGS) --disable-silent-rules
|
|
touch -c $@
|
|
$(UV_SRC_TARGET): $(LIBUV_SRC_DIR)/config.status
|
|
$(MAKE) -C $(LIBUV_SRC_DIR) $(UV_MFLAGS)
|