summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-01-29 14:56:06 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-01-29 14:56:06 -0200
commit5ca53de82657edb7d0212c7b235f0360e382df00 (patch)
tree924703749e1a65c73b28ff67724a55080df93c9a /Makefile
parentc7c364220f2c55cb827142e67388a07eb6012e74 (diff)
downloadmediapointer-dvb-s2-5ca53de82657edb7d0212c7b235f0360e382df00.tar.gz
mediapointer-dvb-s2-5ca53de82657edb7d0212c7b235f0360e382df00.tar.bz2
ChangeLog file removed from v4l-dvb Mercurial tree
From: Mauro Carvalho Chehab <mchehab@infradead.org> - This patch removes ChangeLog file. with Mercurial, it can be generated any time by running hg logs -v. - Makefile and prep_commit_msg.pl updated to work without ChangeLog. - Removed/Adapted instructions on README.HG about ChangeLog. - prepare-Changelog.pl changed to just report one line. This might help people to identify functions that were changed by a patchset. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 7d960135b..8dcf8a289 100644
--- a/Makefile
+++ b/Makefile
@@ -18,23 +18,22 @@ install:
%::
$(MAKE) -C $(BUILD_DIR) $(MAKECMDGOALS)
-commit cvscommit hgcommit::
- v4l/scripts/prep_commit_msg.pl v4l/ChangeLog >/tmp/v4l_hg_commit.msg
+commit cvscommit hgcommit change changes changelog:: whitespace
+ cd $(BUILD_DIR); scripts/cardlist; cd ..
+ v4l/scripts/prep_commit_msg.pl >/tmp/v4l_hg_commit.msg
$(EDITOR) /tmp/v4l_hg_commit.msg
grep -v ^# /tmp/v4l_hg_commit.msg | hg commit -l -
pull update v4l-update::
+ @echo "Pulling master repository changes"
-hg pull -u $(REPO_PULL)
hg checkout
push::
+ @echo "Pushing changes to master repository"
-hg push $(REPO_PUSH)
-change changes changelog:: whitespace update
- cd $(BUILD_DIR); scripts/cardlist; cd ..
- v4l/scripts/prepare-ChangeLog.pl
- $(EDITOR) v4l/ChangeLog
-
whitespace:
+ @echo "Cleaning bad whitespaces"
@v4l/scripts/strip-trailing-whitespaces.sh | patch -p0