From: Jonatan Schlag <jonatan.schlag@ipfire.org>
To: network@lists.ipfire.org
Subject: [PATCH 1/3] Add make install recipe for alice only
Date: Tue, 24 Jul 2018 11:09:49 +0200 [thread overview]
Message-ID: <20180724090951.11769-1-jonatan.schlag@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1544 bytes --]
It saves us much time when we install the network only on alice, when we
are using alice only.
Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
Makefile.am | 9 ++++++---
test/nitsi/include/alice_make-install.in | 4 ++++
2 files changed, 10 insertions(+), 3 deletions(-)
create mode 100644 test/nitsi/include/alice_make-install.in
diff --git a/Makefile.am b/Makefile.am
index e56d0fb..bde49ff 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -586,13 +586,16 @@ VIRTUAL_ENVIRONMENT_IMAGES_DOWNLOAD_URL = \
https://people.ipfire.org/~jschlag/nitsi-ipfire/virtual-environment/basic/
NITSI_INCLUDE_RECIPES = \
- test/nitsi/include/make-install
+ test/nitsi/include/make-install \
+ test/nitsi/include/alice_make-install
EXTRA_DIST += \
- test/nitsi/include/make-install.in
+ test/nitsi/include/make-install.in \
+ test/nitsi/include/alice_make-install.in
CLEANFILES += \
- test/nitsi/include/make-install
+ test/nitsi/include/make-install \
+ test/nitsi/include/alice_make-install
NITSI_TESTS = \
test/nitsi/test/hello-world \
diff --git a/test/nitsi/include/alice_make-install.in b/test/nitsi/include/alice_make-install.in
new file mode 100644
index 0000000..6718510
--- /dev/null
+++ b/test/nitsi/include/alice_make-install.in
@@ -0,0 +1,4 @@
+alice: tar xvfa @PACKAGE_NAME(a)-@PACKAGE_VERSION(a).tar.gz && cd @PACKAGE_NAME(a)-@PACKAGE_VERSION@
+alice: ./configure --prefix=/usr && make -j2
+alice: make
+alice: make install
--
2.11.0
next reply other threads:[~2018-07-24 9:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-24 9:09 Jonatan Schlag [this message]
2018-07-24 9:09 ` [PATCH 2/3] This recipe resets the network to a clean state Jonatan Schlag
2018-07-24 9:09 ` [PATCH 3/3] This recipe sets settings which are usually equal for each test Jonatan Schlag
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180724090951.11769-1-jonatan.schlag@ipfire.org \
--to=jonatan.schlag@ipfire.org \
--cc=network@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox