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

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


Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/seq/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile    20 Aug 2001 15:17:11 -0000      1.1
+++ Makefile    25 Nov 2003 11:51:08 -0000      1.2
@@ -1,7 +1,10 @@
 SUBDIRS = sbiload
 
 all:
-       @for i in $(SUBDIRS); do cd $$i; ./cvscompile; cd ..; $(MAKE) -C $$i; done     
 
+       @for i in $(SUBDIRS); do cd $$i; ./cvscompile $(CVSCOMPILE_ARGS); cd ..; 
$(MAKE) -C $$i; done   
+
+install:
+       @for i in $(SUBDIRS); do $(MAKE) -C $$i DESTDIR=$(DESTDIR) install; done       
 
 
 alsa-dist:
        @for i in $(SUBDIRS); do $(MAKE) -C $$i alsa-dist; done

Index: cvscompile
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/seq/cvscompile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cvscompile  20 Aug 2001 15:44:23 -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