put dd on install & kc disks, as requested by John Kohl in pr 472,
and make sure the .o's are made (e.g. after clean), as proposed by Rafal Boni in pr 493.
This commit is contained in:
parent
126cf80fd0
commit
fa0f27fb2d
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.inc,v 1.1.1.1 1994/08/29 15:30:23 cgd Exp $
|
||||
# $Id: Makefile.inc,v 1.2 1994/10/18 21:21:34 cgd Exp $
|
||||
|
||||
# TOP is assumed to be defined by Makefile including this one.
|
||||
|
||||
|
@ -40,7 +40,7 @@ ${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
|
|||
crunchgen ${CRUNCHCONF}
|
||||
|
||||
${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
|
||||
make -f ${CBIN}.mk
|
||||
make -f ${CBIN}.mk all
|
||||
|
||||
clean cleandir:
|
||||
/bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
#
|
||||
# kcbin.conf - unified binary for the kc floppy
|
||||
# $Id: instbin.conf,v 1.1.1.1 1994/08/29 15:30:22 cgd Exp $
|
||||
# $Id: instbin.conf,v 1.2 1994/10/18 21:21:37 cgd Exp $
|
||||
#
|
||||
|
||||
srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/usr.sbin
|
||||
srcdirs /usr/src/gnu/usr.bin
|
||||
|
||||
progs bad144 cat chmod chown chroot cp df disklabel ed expr fsck ftp gawk
|
||||
progs bad144 cat chmod chown chroot cp dd df disklabel ed expr fsck ftp gawk
|
||||
progs gzip ifconfig init halt ln ls mkdir mknod more mount mount_cd9660
|
||||
progs mount_msdos mount_nfs mv newfs ping pwd reboot rm route sed sh
|
||||
progs shutdown slattach strings stty sync tar test tip umount update
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
# $Id: list,v 1.2 1994/10/18 07:03:09 glass Exp $
|
||||
# $Id: list,v 1.3 1994/10/18 21:21:39 cgd Exp $
|
||||
|
||||
# copy the crunched binary, link to it, and kill it
|
||||
COPY ${OBJDIR}/instbin instbin
|
||||
LINK instbin bin/cat
|
||||
LINK instbin bin/chmod
|
||||
LINK instbin bin/cp
|
||||
LINK instbin bin/dd
|
||||
LINK instbin bin/df
|
||||
LINK instbin bin/ed
|
||||
LINK instbin bin/expr
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.inc,v 1.1.1.1 1994/08/29 15:30:16 cgd Exp $
|
||||
# $Id: Makefile.inc,v 1.2 1994/10/18 21:21:48 cgd Exp $
|
||||
|
||||
# TOP is assumed to be defined by Makefile including this one.
|
||||
|
||||
|
@ -41,7 +41,7 @@ ${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
|
|||
crunchgen ${CRUNCHCONF}
|
||||
|
||||
${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
|
||||
make -f ${CBIN}.mk
|
||||
make -f ${CBIN}.mk all
|
||||
|
||||
clean cleandir:
|
||||
/bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
#
|
||||
# kcbin.conf - unified binary for the kc floppy
|
||||
# $Id: kcbin.conf,v 1.1.1.1 1994/08/29 15:30:15 cgd Exp $
|
||||
# $Id: kcbin.conf,v 1.2 1994/10/18 21:21:51 cgd Exp $
|
||||
#
|
||||
|
||||
srcdirs /usr/src/bin /usr/src/sbin
|
||||
|
||||
progs cp disklabel fsck halt init mount reboot sh test umount
|
||||
progs cp dd disklabel fsck halt init mount reboot sh test umount
|
||||
|
||||
ln test [
|
||||
ln sh -sh # init invokes the shell this way
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
# $Id: list,v 1.1.1.1 1994/08/29 15:30:15 cgd Exp $
|
||||
# $Id: list,v 1.2 1994/10/18 21:21:53 cgd Exp $
|
||||
|
||||
# copy the crunched binary, link to it, and kill it
|
||||
COPY ${OBJDIR}/kcbin kcbin
|
||||
LINK kcbin bin/cp
|
||||
LINK kcbin bin/dd
|
||||
LINK kcbin bin/sh
|
||||
LINK kcbin bin/test
|
||||
LINK kcbin bin/[
|
||||
|
|
Loading…
Reference in New Issue