Update of /cvsroot/alsa/alsa-tools
In directory sc8-pr-cvs1:/tmp/cvs-serv1566

Modified Files:
        Makefile cvscompile 
Log Message:
- pass the arguments to cvscompile in subdirectories.
- added "make install".


Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/Makefile,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- Makefile    18 Nov 2003 15:51:59 -0000      1.30
+++ Makefile    25 Nov 2003 11:51:08 -0000      1.31
@@ -5,12 +5,15 @@
        usx2yloader vxloader
 
 all:
-       @for i in $(SUBDIRS); do cd $(TOP)/$$i; ./cvscompile; cd ..; make -C $$i; done
+       @for i in $(SUBDIRS); do cd $(TOP)/$$i; ./cvscompile $(CVSCOMPILE_ARGS); cd 
..; make -C $$i; done
+
+install:
+       @for i in $(SUBDIRS); do make -C $$i DESTDIR=$(DESTDIR) install; done
 
 alsa-dist:
        @echo $(VERSION) >> $(TOP)/version
        @mkdir -p $(TOP)/distdir
-       @for i in $(SUBDIRS); do cd $(TOP)/$$i; ./cvscompile; cd ..; make -C $$i 
alsa-dist; done
+       @for i in $(SUBDIRS); do cd $(TOP)/$$i; ./cvscompile $(CVSCOMPILE_ARGS); cd 
..; make -C $$i alsa-dist; done
        @mv distdir alsa-tools-$(VERSION)
        @tar --create --verbose --file=- alsa-tools-$(VERSION) | bzip2 -c -9 > 
alsa-tools-$(VERSION).tar.bz2
        @mv alsa-tools-$(VERSION) distdir

Index: cvscompile
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/cvscompile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cvscompile  20 Aug 2001 15:17:09 -0000      1.1
+++ cvscompile  25 Nov 2003 11:51:08 -0000      1.2
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-make
+make CVSCOMPILE_ARGS="$*"



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to