81 lines
2.6 KiB
Plaintext
81 lines
2.6 KiB
Plaintext
:
|
|
:
|
|
: This script is intended to be temporary and should be replaced by
|
|
: actions in makefiles to create symbolic links.
|
|
:
|
|
: It would be unfortunate if time constraints during the source reorg
|
|
: do not permit the elimination of this script.
|
|
:
|
|
|
|
#ifdef CLEAN
|
|
#define LN(from,to)rm -rf to
|
|
#else
|
|
#define LN(from,to)ln -s from to
|
|
#endif
|
|
|
|
|
|
|
|
LN(".", "sys/sun4/machine")
|
|
LN("../sun/seg_kmem.h", "sys/sun4/seg_kmem.h")
|
|
LN("../sparc/a.out.h", "sys/sun4/a.out.h")
|
|
LN("../sparc/asm_linkage.h", "sys/sun4/asm_linkage.h")
|
|
LN("../sparc/fpu", "sys/sun4/fpu")
|
|
LN("../sparc/frame.h", "sys/sun4/frame.h")
|
|
LN("../sparc/pcb.h", "sys/sun4/pcb.h")
|
|
LN("../sparc/psl.h", "sys/sun4/psl.h")
|
|
LN("../sparc/reg.h", "sys/sun4/reg.h")
|
|
LN("../sparc/setjmp.h", "sys/sun4/setjmp.h")
|
|
LN("../sparc/trap.h", "sys/sun4/trap.h")
|
|
LN("GENERIC", "sys/sun4/conf/LINT")
|
|
|
|
LN(".", "sys/sun4c/machine")
|
|
LN("../sun/seg_kmem.h", "sys/sun4c/seg_kmem.h")
|
|
LN("../sun4/vm_hat.h", "sys/sun4c/vm_hat.h")
|
|
LN("../sparc/a.out.h", "sys/sun4c/a.out.h")
|
|
LN("../sparc/asm_linkage.h", "sys/sun4c/asm_linkage.h")
|
|
LN("../sparc/fpu", "sys/sun4c/fpu")
|
|
LN("../sparc/frame.h", "sys/sun4c/frame.h")
|
|
LN("../sparc/pcb.h", "sys/sun4c/pcb.h")
|
|
LN("../sparc/psl.h", "sys/sun4c/psl.h")
|
|
LN("../sparc/reg.h", "sys/sun4c/reg.h")
|
|
LN("../sparc/setjmp.h", "sys/sun4c/setjmp.h")
|
|
LN("../sparc/trap.h", "sys/sun4c/trap.h")
|
|
LN("../sbusdev/dmaga.h", "sys/sundev/dmaga.h")
|
|
|
|
LN(".", "sys/sun4m/machine")
|
|
LN("../sun/seg_kmem.h", "sys/sun4m/seg_kmem.h")
|
|
#LN("../sun/vm_hat.h", "sys/sun4m/vm_hat.h")
|
|
LN("../sparc/a.out.h", "sys/sun4m/a.out.h")
|
|
LN("../sparc/asm_linkage.h", "sys/sun4m/asm_linkage.h")
|
|
LN("../sparc/fpu", "sys/sun4m/fpu")
|
|
LN("../sparc/frame.h", "sys/sun4m/frame.h")
|
|
#LN("../sparc/pcb.h", "sys/sun4m/pcb.h")
|
|
LN("../sparc/psl.h", "sys/sun4m/psl.h")
|
|
LN("../sparc/reg.h", "sys/sun4m/reg.h")
|
|
LN("../sparc/setjmp.h", "sys/sun4m/setjmp.h")
|
|
LN("../sparc/trap.h", "sys/sun4m/trap.h")
|
|
|
|
LN("../dump/dumprmt.c", "etc/restore/dumprmt.c")
|
|
|
|
|
|
LN("../lib/libc/des", "sys/des")
|
|
LN("stand/mon/h", "sys/mon")
|
|
LN("../usr.lib/libpixrect/pixrect", "sys/pixrect")
|
|
LN("../lib/libc/rpc", "sys/rpc")
|
|
LN("../usr.lib/librpcsvc", "sys/rpcsvc")
|
|
LN("../usr.lib/libsunwindow/include/sunwindow", "sys/sunwindow")
|
|
|
|
LN("../lwp/sparc", "sys/sun4/lwp")
|
|
LN("../lwp/sparc", "sys/sun4/machlwp")
|
|
LN("../lwp/sparc", "sys/sun4c/lwp")
|
|
LN("../lwp/sparc", "sys/sun4c/machlwp")
|
|
LN("../lwp/sparc", "sys/sun4m/lwp")
|
|
LN("../lwp/sparc", "sys/sun4m/machlwp")
|
|
|
|
LN("../../rect", "usr.lib/libsunwindow/include/sunwindow/rect")
|
|
|
|
LN("../../ucb/ftp/glob.c", "usr.etc/in.ftpd/glob.c")
|
|
LN("../../ucb/pascal/pc0/whoami.h", "usr.lib/libpfc/whoami.h")
|
|
|
|
LN("../sys/conf.common/RELEASE", "sundist/RELEASE")
|