openap-cvs
[Top][All Lists]
Advanced

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

[openap-cvs] : wl11000 Makefile,1.4,1.5


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : wl11000 Makefile,1.4,1.5
Date: Mon, 15 Jul 2002 14:35:35 -0400

Update of /cvsroot/openap/wl11000
In directory subversions:/tmp/cvs-serv5239

Modified Files:
        Makefile 
Log Message:
new way to specify a root device, modified build.c takes major
and minor number.  we have nothing to build in the misc subdir now.


Index: Makefile
===================================================================
RCS file: /cvsroot/openap/wl11000/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile    20 May 2002 04:19:13 -0000      1.4
+++ Makefile    15 Jul 2002 18:35:33 -0000      1.5
@@ -82,7 +82,6 @@
 
 tools: check config_kernel cramfs
        $(MAKE) -C uclibc KERNEL_SOURCE=$(KERNEL_DIR)
-       $(MAKE) -C misc
 
 cramfs:
        $(MAKE) CC=gcc -C $(KERNEL_DIR)/scripts/cramfs/
@@ -117,8 +116,7 @@
        $(MAKE) -C $(KERNEL_DIR) dep
        $(MAKE) config_pcmcia
        $(MAKE) image
-       $(MAKE) -C linux bzImage
-       ./misc/image_rdev $(KERNEL_DIR)/arch/i386/boot/bzImage 31 1
+       $(MAKE) -C linux bzImage ROOT_DEV="31 1"
        echo "`date "+%Y%m%d.%T"` `whoami` `hostname` " \
                > $(IMAGE_DIR)/etc/i802_version
        rm -rf `find $(IMAGE_DIR)/* -name *CVS*`
@@ -159,8 +157,7 @@
        fi
 
 kernel:
-       $(MAKE) -C linux bzImage
-       ./misc/image_rdev $(KERNEL_DIR)/arch/i386/boot/bzImage 31 0
+       $(MAKE) -C linux bzImage ROOT_DEV="31 0"
 
 
 clean_image:
@@ -284,7 +281,6 @@
 subdir-$(CONFIG_BRIDGE_UTILS)          += bridge-utils
 subdir-$(CONFIG_PCMCIA_CS)             += pcmcia-cs
 subdir-$(CONFIG_BUSYBOX)               += busybox
-subdir-$(CONFIG_MISC)                  += misc
 subdir-$(CONFIG_ERASE)                 += erase
 subdir-$(CONFIG_IPTABLES)              += iptables
 




reply via email to

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