From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by oss.sgi.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with ESMTP id n08I9E6b016719 for ; Thu, 8 Jan 2009 12:09:14 -0600 Received: from mx2.redhat.com (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id 0FBDA17BFD13 for ; Thu, 8 Jan 2009 10:09:11 -0800 (PST) Received: from mx2.redhat.com (mx2.redhat.com [66.187.237.31]) by cuda.sgi.com with ESMTP id Fa3HMDKkl6K8d3DM for ; Thu, 08 Jan 2009 10:09:11 -0800 (PST) Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n08I9AHQ001312 for ; Thu, 8 Jan 2009 13:09:10 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n08I9AwO028169 for ; Thu, 8 Jan 2009 13:09:11 -0500 Received: from neon.msp.redhat.com (neon.msp.redhat.com [10.15.80.10]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n08I991k024953 for ; Thu, 8 Jan 2009 13:09:10 -0500 Message-ID: <49664144.3@redhat.com> Date: Thu, 08 Jan 2009 12:09:08 -0600 From: Eric Sandeen MIME-Version: 1.0 Subject: [PATCH] xfsprogs: fix include/ symlink creation (again) List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: xfs mailing list We need the "default" target first, otherwise a simple "make -C include" only ran the xfs target, missing disk, and failures ensued. Signed-off-by: Eric Sandeen --- (I'll do the other subdirs too.) diff --git a/include/Makefile b/include/Makefile index 1c68188..0403536 100644 --- a/include/Makefile +++ b/include/Makefile @@ -40,11 +40,11 @@ LSRCFILES += platform_defs.h.in builddefs.in buildmacros buildrules $(DKHFILES) LSRCFILES += command.h input.h path.h project.h LDIRT = xfs disk +default install: xfs disk + xfs disk: $(LN_S) . $@ -default install: xfs disk - include $(BUILDRULES) install-dev: default _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs