[beast: 18/70] EBEAST: describe experimental make rules



commit d532918b91d4ccc99709e23d99192ff34cebdae2
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]