a trivial change in LTP Makefile

This commit is contained in:
Chia-Che Tsai
2018-08-13 10:11:06 -04:00
committed by Don Porter
parent b4936dd531
commit 2a6171518e
+1 -4
View File
@@ -2,7 +2,7 @@ manifests = $(wildcard ../../../../*.manifest.template) manifest
testcases = $(filter-out $(wildcard *.*) $(patsubst %/,%,$(wildcard */)) Makefile manifest pal_loader,$(wildcard *))
exec_target = $(testcases)
target = $(manifests) $(testcases) /tmp/shm etc/nsswitch.conf etc/passwd
target = $(manifests) $(testcases) etc/nsswitch.conf etc/passwd
level = ../../../../../../
include ../../../../../../Makefile
@@ -10,9 +10,6 @@ include ../../../../../../Makefile
$(addsuffix .template,$(manifests)): %: ../../../../%
ln -sf $< $@
/tmp/shm:
mkdir -p $@
etc/nsswitch.conf:
mkdir -p etc
echo "passwd: compat\ngroup: compat\nshadow: compat\nhosts: files" > $@