From: "Horst H. von Brand" <vonbrand@inf.utfsm.cl>
To: Josef Sipek <jsipek@cs.sunysb.edu>
Cc: git@vger.kernel.org, "Horst H. von Brand" <vonbrand@inf.utfsm.cl>
Subject: [PATCH 1/2] Fix up Makefiles
Date: Sat, 6 Jan 2007 23:04:51 -0300 [thread overview]
Message-ID: <11681354942365-git-send-email-vonbrand@inf.utfsm.cl> (raw)
In-Reply-To: <11681354924120-git-send-email-vonbrand@inf.utfsm.cl>
From: Horst H. von Brand <vonbrand@inf.utfsm.cl>
Signed-off-by: Horst H. von Brand <vonbrand@inf.utfsm.cl>
---
Makefile | 11 ++++++++++-
regression/Makefile | 1 +
2 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index a9fb9b7..7e40266 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,17 @@
PREFIX=/usr/local
+SCRIPTS = guilt guilt-applied guilt-delete guilt-header guilt-init guilt-new guilt-next guilt-pop guilt-prev guilt-push guilt-refresh guilt-series guilt-top guilt-unapplied
+
+.PHONY: all
all:
echo "Nothing to build, it is all bash :)"
echo "Try make install"
+.PHONY: install
install:
- install guilt* $(PREFIX)/bin/
+ install -m 755 $(SCRIPTS) $(PREFIX)/bin/
+
+.PHONY: test
+test:
+ make -C regression all
+
diff --git a/regression/Makefile b/regression/Makefile
index c73d5d0..c538029 100644
--- a/regression/Makefile
+++ b/regression/Makefile
@@ -1,2 +1,3 @@
+.PHONY: all
all:
(for x in *.sh ; do sh $$x || exit $?; done)
--
1.5.0.rc0.g244a7
next prev parent reply other threads:[~2007-01-07 2:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-07 2:04 Some guilt fixes Horst H. von Brand
2007-01-07 2:04 ` Horst H. von Brand [this message]
2007-01-07 2:04 ` [PATCH 2/2] Run regression on the current version Horst H. von Brand
2007-01-07 6:16 ` Some guilt fixes Josef Sipek
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=11681354942365-git-send-email-vonbrand@inf.utfsm.cl \
--to=vonbrand@inf.utfsm.cl \
--cc=git@vger.kernel.org \
--cc=jsipek@cs.sunysb.edu \
/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;
as well as URLs for NNTP newsgroup(s).