Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
a4132b19
Commit
a4132b19
authored
Jul 03, 2003
by
Sam Hocevar
Browse files
* debian/rules: Fixed the package generation on !x86.
* .cvsignore: Do not ignore the m4 directory.
parent
9090f58c
Changes
2
Hide whitespace changes
Inline
Side-by-side
.cvsignore
View file @
a4132b19
.*
m4
intl
ABOUT-NLS
core
...
...
@@ -17,9 +16,8 @@ conftest.cc
autom4te.cache
Makefile.in
Makefile
build-stamp
configure-stamp
stamp-h*
*-stamp
stamp-*
aclocal.m4
vlc-debug.*
vlc-log.*
...
...
debian/rules
View file @
a4132b19
...
...
@@ -131,6 +131,8 @@ build-stamp:
dh_testdir
# Build only VLC, with the non-PIC libs
$(MAKE) include/vlc_symbols.h
cd modules && $(MAKE)
$(MAKE) vlc
ifneq ($(shell dpkg-architecture -qDEB_BUILD_GNU_CPU),i386)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment