Skip to content

Commit

Permalink
small Makefile changes, disabled gcc warnings mp3info
Browse files Browse the repository at this point in the history
  • Loading branch information
silv3rr committed May 17, 2021
1 parent 1bcdca8 commit d66cfa5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ lfrtest
spy
webspy
zipcheck
tester
mp3genre

Makefile
config.h
Expand All @@ -45,6 +47,8 @@ autom4te.cache/
*.log
*.debug
*_debug
*.new
*.old
*_new
*_old

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ Addons for foo-pre; modules add functions but are not build into foo-pre binary

## TODO

Moved to [TODO](TODO.md)
Moved to [TODO.md](TODO.md)

3 changes: 0 additions & 3 deletions src/pre/modules/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ mod_audiosort.so.debug:
$(CC) -g -DDEBUG -c mod_audiosort.c -I${SRCDIR}
$(CC) -g -shared -Wl,-soname,mod_audiosort.so -o $@ mod_audiosort.o.debug $(LIBS) $(SRCDIR)/collection/strlist.o

mod_audiosort.so.debug: mod_audiosort.o
$(CC) -DDEBUG -g -shared -Wl,-soname,mod_audiosort.so -o $@ $< $(LIBS) $(SRCDIR)/collection/strlist.o

tester: tester.o
$(CC) -g -o $@ $< ../../collection/hashtable.o ../../util/linefilereader.o $(SRCDIR)/lib/gllogs.o -ldl

Expand Down
2 changes: 1 addition & 1 deletion src/pre/modules/mp3info-0.8.5a/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ STRIP = strip

LIBS = -lncurses
CC = gcc
CFLAGS = -g -O2 -Wall -fPIC
CFLAGS = -g -O2 -Wall -fPIC -Wno-stringop-truncation -Wno-stringop-overflow

all: mp3info doc

Expand Down
2 changes: 1 addition & 1 deletion src/pre/mp3genre/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ standalone.debug:
all: mp3genre

clean:
rm -f *.o *~
rm -f *.o *~ mp3genre

release:
mkdir -p $(RELEASEDIR)/pre/mp3genre
Expand Down

0 comments on commit d66cfa5

Please sign in to comment.