From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Hrubis Date: Wed, 14 Dec 2016 10:19:08 +0100 Subject: [LTP] [PATCH v3 1/4] syscalls/ipc: add newipc library for new API In-Reply-To: <20161214082315.GA16198@rei.lan> References: <20161212142847.GD21828@rei.lan> <1481614745-27778-1-git-send-email-yangx.jy@cn.fujitsu.com> <20161213135233.GB750@rei.lan> <20161214082315.GA16198@rei.lan> Message-ID: <20161214091908.GB16198@rei.lan> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi! > So the correct way how to fix this issue is to add the libnewipc to the > FILTER_OUT_DIRS and create Makefile2.inc similar to Makefile.inc. I will > change the first patch to do exactly that and push the patchset. And I've pushed the patches, thanks. I've added Makefile2.inc and also added clean target to the top level Makefile so that the libnewipc is cleaned up on make clean. And also merged the three msgget patches into one, since once the Makefile.inc is changed for Makefile2.inc in the Makefile the rest of the msgget testcases fails to build, which breaks bisecting. Ideally each commit should leave the tree in a state that at least compiles cleanly... -- Cyril Hrubis chrubis@suse.cz