/[gentoo-x86]/media-plugins/vdr-burn/files/vdr-burn-0.2.0_beta1-makefile.diff
Gentoo

Contents of /media-plugins/vdr-burn/files/vdr-burn-0.2.0_beta1-makefile.diff

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Sat Jun 30 18:45:04 2012 UTC (11 months, 2 weeks ago) by hd_brummy
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
FILE REMOVED
cleanup; vdr-plugin-2.eclass

(Portage version: 2.1.10.11/cvs/Linux i686)

1 Index: burn-0.2.0-beta1/Makefile
2 ===================================================================
3 --- burn-0.2.0-beta1.orig/Makefile
4 +++ burn-0.2.0-beta1/Makefile
5 @@ -136,7 +136,7 @@ all: libvdr-$(PLUGIN).so burn-buffers i1
6
7 SUBDIRS:
8 @for dir in $(SUBDIRS); do \
9 - make -C $$dir CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" lib$$dir.a ; \
10 + $(MAKE) -C $$dir CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" lib$$dir.a ; \
11 done
12
13 libvdr-$(PLUGIN).so: $(OBJS) SUBDIRS Makefile
14 @@ -169,7 +169,7 @@ clean:
15 @-rm -f *.o genindex/*.o $(DEPFILE) *.so *.tgz core* *~ burn-buffers \
16 scan-test test t/*.o
17 @for dir in $(SUBDIRS); do \
18 - make -C $$dir clean ; \
19 + $(MAKE) -C $$dir clean ; \
20 done
21
22 ### Implicit rules:

  ViewVC Help
Powered by ViewVC 1.1.20