From c25e25c4d2706eb5e540bdbbb2765672824fa5ae Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sun, 7 Jan 2001 17:07:02 +0000 Subject: [PATCH 1/1] . added a .cvsignore file in lib/ so that the directory doesn't get removed whenever one does a cvs update -dP . fixed debian/.cvsignore because of a new version of debhelper --- Makefile.in | 5 +---- debian/.cvsignore | 2 ++ lib/.cvsignore | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 lib/.cvsignore diff --git a/Makefile.in b/Makefile.in index d09d19f86f..4182d71628 100644 --- a/Makefile.in +++ b/Makefile.in @@ -436,10 +436,7 @@ snapshot: mv /tmp/${SNAPSHOTDIR}.tar.bz2 .. @echo "Sources are in ../${SNAPSHOTDIR}.tar.[gz,bz2]" -plugins: lib $(PLUGINS:%=lib/%.so) - -lib: - mkdir -p lib +plugins: $(PLUGINS:%=lib/%.so) FORCE: diff --git a/debian/.cvsignore b/debian/.cvsignore index cff05f9ba4..ac42c955c1 100644 --- a/debian/.cvsignore +++ b/debian/.cvsignore @@ -1,4 +1,6 @@ tmp +vlc +vlc-* delete files *debhelper diff --git a/lib/.cvsignore b/lib/.cvsignore new file mode 100644 index 0000000000..140f8cf80f --- /dev/null +++ b/lib/.cvsignore @@ -0,0 +1 @@ +*.so -- 2.39.2