mirror of
https://github.com/videolan/vlc.git
synced 2025-01-10 17:58:22 +08:00
* ./Makefile: make clean works again.
This commit is contained in:
parent
d860bddfc2
commit
25235c6d1b
5
Makefile
5
Makefile
@ -135,10 +135,7 @@ po-clean:
|
||||
-cd po && $(MAKE) clean
|
||||
|
||||
plugins-clean:
|
||||
for dir in $(PLUGINS_DIR) ; do \
|
||||
( cd modules/$${dir} \
|
||||
&& $(MAKE) -f ../../Makefile.modules clean ) ; done
|
||||
rm -f modules/**/*.o modules/**/*.lo modules/**/*.moc modules/**/*.bak
|
||||
for dir in $(shell echo $(PLUGIN_OBJ) $(BUILTIN_OBJ) | sed 's@\([^ ]*\)/[^ ]*@\1@g' ) ; do ( PWD=`pwd` ; cd $${dir} && $(MAKE) -f $$PWD/Makefile.modules clean ) ; done
|
||||
|
||||
vlc-clean:
|
||||
rm -f $(C_OBJ) $(CPP_OBJ)
|
||||
|
Loading…
Reference in New Issue
Block a user