mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-06 22:01:29 +00:00
a trivial change in LTP Makefile
This commit is contained in:
committed by
Don Porter
parent
b4936dd531
commit
2a6171518e
@@ -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" > $@
|
||||
|
||||
Reference in New Issue
Block a user