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 n08J8ppv023234 for ; Thu, 8 Jan 2009 13:08:51 -0600 Received: from mx2.redhat.com (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id 3BF2E17C0100 for ; Thu, 8 Jan 2009 11:08:50 -0800 (PST) Received: from mx2.redhat.com (mx2.redhat.com [66.187.237.31]) by cuda.sgi.com with ESMTP id nzQaJSGb3Zz0lxA3 for ; Thu, 08 Jan 2009 11:08:50 -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 n08J8oWu012981 for ; Thu, 8 Jan 2009 14:08:50 -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 n08J8oxn012967 for ; Thu, 8 Jan 2009 14:08:50 -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 n08J8oUA002015 for ; Thu, 8 Jan 2009 14:08:50 -0500 Message-ID: <49664F40.40109@sandeen.net> Date: Thu, 08 Jan 2009 13:08:48 -0600 From: Eric Sandeen MIME-Version: 1.0 Subject: [PATCH] nfs4acl: 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 sys target, missing disk, and failures ensued. Signed-off-by: Eric Sandeen --- diff --git a/include/Makefile b/include/Makefile index 3cff3a9..4f5f734 100644 --- a/include/Makefile +++ b/include/Makefile @@ -9,11 +9,11 @@ HFILES = nfs4acl.h nfs4acl-internal.h nfs4acl_xattr.h string_buffer.h LSRCFILES = builddefs.in buildmacros buildrules config.h.in LDIRT = sys +default: sys + sys: $(LN_S) . $@ -default: sys - include $(BUILDRULES) install-dev: default _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs