openap-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openap-cvs] : openap-main Makefile,1.13,1.14


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : openap-main Makefile,1.13,1.14
Date: Mon, 05 Aug 2002 17:45:00 -0400

Update of /cvsroot/openap/openap-main
In directory subversions:/tmp/cvs-serv28011

Modified Files:
        Makefile 
Log Message:
use facility/rules

Index: Makefile
===================================================================
RCS file: /cvsroot/openap/openap-main/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Makefile    1 Aug 2002 20:14:20 -0000       1.13
+++ Makefile    5 Aug 2002 21:44:57 -0000       1.14
@@ -279,7 +279,7 @@
 
 subdirs: 
        for dir in $(SUBDIRS) ; do \
-               if ! $(MAKE) -C $$dir ; then \
+               if ! $(MAKE) -C $$dir -f facility/rules build ; then \
                    exit 1; \
                fi \
        done
@@ -296,7 +296,7 @@
 
 clean: clean_image
        for dir in $(SUBDIRS) ; do \
-               $(MAKE) -C $$dir clean; \
+               $(MAKE) -C $$dir -f facility/rules clean ; \
        done
        $(RM) flash flash.md5 $(STAMPDIR)/.configure
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]