Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
7a8bfb8a
Commit
7a8bfb8a
authored
Apr 01, 2009
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test.sh: added variable MAKE
The environment variable MAKE can be set by the caller process, and may be used to pass a concurrency value (-j).
parent
a3823c76
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
12 deletions
+14
-12
test.sh
scripts/test.sh
+14
-12
No files found.
scripts/test.sh
View file @
7a8bfb8a
...
...
@@ -8,6 +8,8 @@
PREFIX
=
/tmp/mpd
rm
-rf
$PREFIX
test
"x
$MAKE
"
!=
x
||
MAKE
=
make
export
CFLAGS
=
"-Os"
test
-x
configure
||
NOCONFIGURE
=
1 ./autogen.sh
...
...
@@ -17,16 +19,16 @@ test -x configure || NOCONFIGURE=1 ./autogen.sh
--disable-dependency-tracking
--enable-debug
--enable-werror
\
--enable-un
\
--enable-ao
--enable-mod
--enable-mvp
make
-j2
install
make
distclean
$MAKE
install
$MAKE
distclean
# no UN, no oggvorbis, no flac, enable oggflac
./configure
--prefix
=
$PREFIX
/small
\
--disable-dependency-tracking
--enable-debug
--enable-werror
\
--disable-un
\
--disable-flac
--disable-oggvorbis
--enable-oggflac
make
-j2
install
make
distclean
$MAKE
install
$MAKE
distclean
# strip down (disable TCP, disable nearly all plugins)
CFLAGS
=
"
$CFLAGS
-DNDEBUG"
\
...
...
@@ -40,8 +42,8 @@ CFLAGS="$CFLAGS -DNDEBUG" \
--disable-ffmpeg
--disable-wavpack
--disable-mpc
--disable-aac
\
--disable-flac
--disable-oggvorbis
--disable-oggflac
--disable-audiofile
\
--with-zeroconf
=
no
make
-j2
install
make
distclean
$MAKE
install
$MAKE
distclean
# shout: ogg without mp3
./configure
--prefix
=
$PREFIX
/shout_ogg
\
...
...
@@ -54,8 +56,8 @@ make distclean
--disable-ffmpeg
--disable-wavpack
--disable-mpc
--disable-aac
\
--disable-flac
--enable-oggvorbis
--disable-oggflac
--disable-audiofile
\
--with-zeroconf
=
no
make
-j2
install
make
distclean
$MAKE
install
$MAKE
distclean
# shout: mp3 without ogg
./configure
--prefix
=
$PREFIX
/shout_mp3
\
...
...
@@ -68,8 +70,8 @@ make distclean
--disable-ffmpeg
--disable-wavpack
--disable-mpc
--disable-aac
\
--disable-flac
--disable-oggvorbis
--disable-oggflac
--disable-audiofile
\
--with-zeroconf
=
no
make
-j2
install
make
distclean
$MAKE
install
$MAKE
distclean
# oggvorbis + oggflac
./configure
--prefix
=
$PREFIX
/oggvorbisflac
\
...
...
@@ -83,5 +85,5 @@ make distclean
--disable-ffmpeg
--disable-wavpack
--disable-mpc
--disable-aac
\
--disable-flac
--enable-oggvorbis
--enable-oggflac
--disable-audiofile
\
--with-zeroconf
=
no
make
-j2
install
make
distclean
$MAKE
install
$MAKE
distclean
Write
Preview
Markdown
is supported
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