From 71fe2cd51f10c74043e1a4439dd96dc2aa2deeed Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Thu, 14 Sep 2006 15:53:46 +0000 Subject: [PATCH] smart-selection.mk: Add target commit --- make/smart-selection.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/make/smart-selection.mk b/make/smart-selection.mk index 423ecb66..c17c1622 100644 --- a/make/smart-selection.mk +++ b/make/smart-selection.mk @@ -19,6 +19,9 @@ clean: distclean: clean upload: upload.done install-smart: rpm-install-smart.done +commit: selection.done channels.done + cvs add $(SELECTION) $(CHANNEL_LIST) + cvs commit -m "o updated by target $@" # === rules selection.done: $(MODDIR)/make/smart-selection.mk @@ -46,3 +49,4 @@ rpm-install-smart.done: install-packages: cat $(SELECTION) | xargs sudo smart install -y +