WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Another xcutil Makefile 'fix'.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Another xcutil Makefile 'fix'.
From: BitKeeper Bot <riel@xxxxxxxxxxx>
Date: Tue, 24 May 2005 14:20:04 +0000
Delivery-date: Tue, 24 May 2005 15:02:03 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: Xen Development List <xen-devel@xxxxxxxxxxxxxxxxxxx>
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
ChangeSet 1.1528, 2005/05/24 15:20:04+01:00, kaf24@xxxxxxxxxxxxxxxxxxxx

        Another xcutil Makefile 'fix'.
        Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>



 Makefile |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)


diff -Nru a/tools/xcutils/Makefile b/tools/xcutils/Makefile
--- a/tools/xcutils/Makefile    2005-05-24 11:02:46 -04:00
+++ b/tools/xcutils/Makefile    2005-05-24 11:02:46 -04:00
@@ -39,14 +39,12 @@
 build: $(PROGRAMS)
 
 define PROGRAM_template
- $(1): $$($(1)_OBJS)
- ALL_OBJS      += $$($(1)_OBJS)
+$(1): $$($(1)_OBJS)
+       $$(LINK.o) $$^ $$(LDLIBS) -o $$@
+ALL_OBJS       += $$($(1)_OBJS)
 endef
 
 $(foreach prog,$(PROGRAMS),$(eval $(call PROGRAM_template,$(prog))))
-
-$(PROGRAMS):
-       $(LINK.o) $^ $(LDLIBS) -o $@
 
 .PHONY: install
 install: build

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Another xcutil Makefile 'fix'., BitKeeper Bot <=