From b546937f4c5af45ae4a21948a984bece693c7e78 Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 15 Jun 2008 11:35:42 +0000 Subject: [PATCH] New $(ocmp) like $o but compares to avoid too much remaking --- common.make | 1 + 1 file changed, 1 insertion(+) diff --git a/common.make b/common.make index a15cbed..8a9c398 100644 --- a/common.make +++ b/common.make @@ -1 +1,2 @@ o=>$@.new && mv -f $@.new $@ +ocmp=>$@.new && (cmp $@ $@.new || mv -f $@.new $@) -- 2.30.2