openap-cvs
[Top][All Lists]
Advanced

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

[openap-cvs] : openap-main Makefile,1.23,1.24 README,1.8,1.9


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : openap-main Makefile,1.23,1.24 README,1.8,1.9
Date: Fri, 09 Aug 2002 21:48:16 -0400

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

Modified Files:
        Makefile README 
Log Message:
* Makefile: allow config/<target>/rules.mk to specify extra install and subdir 
targets.
* README: describe (tersely) how to get linux into your working copy
* config/wl11000/reflash: allow me to type less, remove cruft
* config/wl11000/rules.mk: fix paths, add buidl target for watchdog daemon
* rootskel/Makefile: don't create /tmp (someone might want to make it a 
  symlink to somewhere), rcX_FILES vars are defined earlier, so use +=.


Index: Makefile
===================================================================
RCS file: /cvsroot/openap/openap-main/Makefile,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- Makefile    9 Aug 2002 23:47:41 -0000       1.23
+++ Makefile    10 Aug 2002 01:48:14 -0000      1.24
@@ -114,7 +114,7 @@
 # those symbols.
 reduce:
        $(INSTALL) -d  $(IMAGE_DIR)/lib
-       scripts/mklibs -v -v $(MKLIBSFLAGS) \
+       scripts/mklibs $(MKLIBSFLAGS) \
            `find $(IMAGE_DIR) -type f -perm +0111`
 
 menuconfig:
@@ -149,7 +149,7 @@
        done
 
 # build files for target
-subdirs: 
+subdirs: $(EXTRA_SUBDIRS_TARGETS)
        @for dir in $(SUBDIRS) ; do \
                if ! $(MAKE) -C $$dir -f facility/rules build ; then \
                    exit 1; \
@@ -157,8 +157,7 @@
        done
 
 # install files into target directory
-install: subdirs
-       rm -rf $(IMAGE_DIR) 
+install: subdirs $(EXTRA_INSTALL_TARGETS)
        @for dir in $(SUBDIRS) ; do \
                if ! $(MAKE) -C $$dir -f facility/rules install \
                        IMAGE_DIR=$(IMAGE_DIR) ; then \
@@ -168,6 +167,7 @@
 
 
 clean: clean_image
+       rm -rf $(IMAGE_DIR) 
        @for dir in $(SUBDIRS) ; do \
                $(MAKE) -C $$dir -f facility/rules clean ; \
        done

Index: README
===================================================================
RCS file: /cvsroot/openap/openap-main/README,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- README      9 Aug 2002 22:52:05 -0000       1.8
+++ README      10 Aug 2002 01:48:14 -0000      1.9
@@ -1,6 +1,14 @@
 OpenAP
 
+CVS 
 
+$ export CVSROOT=<username>@subversions.gnu.org:/cvsroot/openap/
+$ cvs co openap
+ . . . 
+$ cd openap
+$ cvs co linux
+
+ 
 * Quick Start
 
 To build from fresh sources do:





reply via email to

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