[beast/ebeast: 16/24] EBEAST: describe experimental make rules
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast/ebeast: 16/24] EBEAST: describe experimental make rules
- Date: Tue, 21 Feb 2017 23:22:28 +0000 (UTC)
commit c4c3ae418ac3e4d97cc57e1964d97156bc9d2d3f
Author: Tim Janik <timj gnu org>
Date: Tue Feb 21 11:50:10 2017 +0100
EBEAST: describe experimental make rules
Signed-off-by: Tim Janik <timj gnu org>
ebeast/Makefile.am | 9 +++++++++
ebeast/v8bse/Makefile.am | 8 +-------
2 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/ebeast/Makefile.am b/ebeast/Makefile.am
index f307abe..6017b56 100644
--- a/ebeast/Makefile.am
+++ b/ebeast/Makefile.am
@@ -5,3 +5,12 @@ SUBDIRS = v8bse .
EXTRA_DIST += $(strip \
)
+
+# == all: ==
+all:
+ @echo "$$(basename $$(pwd))/: experimental code, not built by default. Usage:"
+ @echo " make npm # install electron and build tools locally"
+ @echo " make app # build the v8 Bse module and app files"
+ @echo " make run # run the electron app in the current directory"
+ @echo " make clean # remove build files"
+ @echo " make npmclean # remove npm installations and make clean"
diff --git a/ebeast/v8bse/Makefile.am b/ebeast/v8bse/Makefile.am
index f2afc6f..70516f1 100644
--- a/ebeast/v8bse/Makefile.am
+++ b/ebeast/v8bse/Makefile.am
@@ -7,13 +7,7 @@ CLEANDIRS =
# == all: ==
all:
- @echo "make all -C $$(basename $$(pwd))"
- @echo " This is experimental code, which is not currently built by default. Usage:"
- @echo " make npm install electron and build tools locally"
- @echo " make app build the v8 Bse module and app files"
- @echo " make run run the electron app in the current directory"
- @echo " make clean remove build files"
- @echo " make npmclean remove npm installations and make clean"
+ @echo "$$(basename $$(pwd))/: experimental code, not built by default"
# == run ==
run: # requires: npm app
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]