From 37fbec1536c0003eda73ee4d349aad362522f389 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Thu, 14 Sep 2006 19:38:11 +0000 Subject: [PATCH] smart-selection.mk: Improve handling - Replace install-% by %-install - Exit successfully after smart update --- make/smart-selection.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/smart-selection.mk b/make/smart-selection.mk index 1b5acd67..ec6e3a10 100644 --- a/make/smart-selection.mk +++ b/make/smart-selection.mk @@ -49,9 +49,9 @@ rpm-install-smart.done: touch $@ smart-update.done: - smart update + smart update || exit 0 touch $@ -install-%: smart-update.done +%-install: smart-update.done cat $* | xargs sudo smart install -y