Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
[SSI] openssi Makefile,1.33,1.34: msg#00090
|
Subject: |
[SSI] openssi Makefile,1.33,1.34 |
Update of /cvsroot/ssic-linux/openssi
In directory sc8-pr-cvs1:/tmp/cvs-serv30910
Modified Files:
Tag: OPENSSI-RH
Makefile
Log Message:
- build mkinitrd RPM
- add warning about RH specific stuff in a supposedly COMMON file
Index: Makefile
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/Makefile,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** Makefile 27 Aug 2003 04:20:34 -0000 1.33
--- Makefile 24 Sep 2003 23:44:38 -0000 1.34
***************
*** 87,90 ****
--- 87,91 ----
@rm -rf ../${KSSIDIR}
+ # XXX: this REDHAT stuff does not work well for the trunk
utilpatch: scrub
mkdir -p patches
***************
*** 97,100 ****
--- 98,102 ----
${MKCVSPATCH} distro-pkgs/redhat/chkconfig REDHAT
${MKCVSPATCH} distro-pkgs/redhat/initscripts REDHAT
+ ${MKCVSPATCH} distro-pkgs/redhat/mkinitrd REDHAT
patchclean:
***************
*** 230,233 ****
--- 232,239 ----
patches/initscripts-ssi.patch
+ mkinitrd.rpm: utilpatch
+ @${MKRPM} '' distro-pkgs/redhat/specs/mkinitrd.spec \
+ patches/mkinitrd-ssi.patch
+
kernel.rpm: kernpatch
@${MKRPM} '--target=i586' specs/kernel-2.4.spec \
***************
*** 235,239 ****
kernel.configs/kernel-2.4.18-i586-ssi.config
! utilrpms: ot.rpm devfsd.rpm e2fsprogs.rpm nfs-utils.rpm util-linux.rpm
sysvinit.rpm chkconfig.rpm initscripts.rpm
rpms: utilrpms kernel.rpm
binrel: docs rpms
--- 241,245 ----
kernel.configs/kernel-2.4.18-i586-ssi.config
! utilrpms: ot.rpm devfsd.rpm e2fsprogs.rpm nfs-utils.rpm util-linux.rpm
sysvinit.rpm chkconfig.rpm initscripts.rpm mkinitrd.rpm
rpms: utilrpms kernel.rpm
binrel: docs rpms
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
|
| |