build: Update .gitignore
The patch to add more symlink bits also needed CLEANFILES updates. Closes: #446 Approved by: jlebon
This commit is contained in:
parent
d238683332
commit
056cc0543f
|
|
@ -243,6 +243,7 @@ ALL_LOCAL_RULES += tests/libreaddir-rand.so
|
||||||
CLEANFILES += tests/libreaddir-rand.so tests/ostree-symlink-stamp \
|
CLEANFILES += tests/libreaddir-rand.so tests/ostree-symlink-stamp \
|
||||||
tests/ostree-prepare-root-symlink-stamp tests/ostree-remount-symlink-stamp \
|
tests/ostree-prepare-root-symlink-stamp tests/ostree-remount-symlink-stamp \
|
||||||
tests/rofiles-fuse-symlink-stamp tests/ostree
|
tests/rofiles-fuse-symlink-stamp tests/ostree
|
||||||
|
CLEANFILES += tests/ostree-prepare-root tests/ostree-remount tests/rofiles-fuse
|
||||||
|
|
||||||
tests/%-symlink-stamp: % Makefile
|
tests/%-symlink-stamp: % Makefile
|
||||||
$(AM_V_GEN) set -e; \
|
$(AM_V_GEN) set -e; \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue