openap-cvs
[Top][All Lists]
Advanced

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

[openap-cvs] : openap-main/rootskel Makefile,1.4,1.5


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : openap-main/rootskel Makefile,1.4,1.5
Date: Fri, 09 Aug 2002 21:48:16 -0400

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

Modified Files:
        Makefile 
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/rootskel/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile    9 Aug 2002 22:55:47 -0000       1.4
+++ Makefile    10 Aug 2002 01:48:14 -0000      1.5
@@ -1,8 +1,12 @@
+# load target specific rules and variables
+include $(TOPDIR)/config/$(TARGET)/rules.mk
+
+
 all clean:
 
 install: basefiles runlevels
 
-BASEDIRS=proc var etc bin sbin etc/init.d tmp
+BASEDIRS=proc var etc bin sbin etc/init.d
 
 basefiles:
        @echo "Creating base directories."
@@ -17,8 +21,8 @@
                cp -dp root/$$file $(DESTDIR)/$$file; \
        done
 
-rcS_FILES=rootskel/root/etc/init.d/S20mount.sh
-rc0_FILES=rootskel/root/etc/init.d/S20umount.sh
+rcS_FILES += rootskel/root/etc/init.d/S20mount.sh
+rc0_FILES += rootskel/root/etc/init.d/S20umount.sh
 
 # Configuration files add to the rc[S|0|1]_FILES variables a path like
 # 'config/wl11000/S40networking'.  Here we process that string in the





reply via email to

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