Home
last modified time | relevance | path

Searched refs:install (Results 1 – 25 of 211) sorted by relevance

123456789

/plan9/sys/src/9/pcboot/
H A Dmkfile34 install:V: 9boot.install 9bootpbs.install 9load.install 9loadusb.install
64 cp 9bootmaindebug 9bootdebug # for 9boot.install
68 9boot.install:V: 9boot
83 9bootpbs.install:V: 9bootpbs
86 NPROC=$ONPROC START=l16r.$O; mk install }
96 9load.install:V: 9load
99 NPROC=$ONPROC START=l16r.$O; mk install }
106 9loadusb.install:V: 9loadusb
109 NPROC=$ONPROC START=l16r.$O; mk install }
119 9loadpxe.install:V: 9loadpxe
[all …]
/plan9/sys/src/cmd/upas/misc/unix/
H A Dmakefile13 install: sedfile install.fish install.mail.sh target
15 install.fish:
21 install.mail.sh:
26 install.notify: notify
31 install.mail: mail
/plan9/sys/src/cmd/gs/src/
H A Dunixinst.mak18 # containing the `install' targets.
21 install: install-exec install-scripts install-data target
27 # We include mkdirs for datadir, gsdir, and gsdatadir in all 3 install
30 install-exec: STDDIRS $(GS_XE)
37 install-scripts: $(PSLIBDIR)/gsnd
59 install-data: install-libdata install-resdata install-doc install-man install-examples
64 install-libdata:
94 # install the default resource files
97 install-resdata: $(PSRESDIR)/Decoding/Unicode
109 # install html documentation
[all …]
H A Dall-arch.mak64 # install
65 # install-no-X11
66 # install-gnu-readline
67 # install-binary
68 # install-binary-gnu-readline
69 # install-fontmap
70 # install-pdfsec
128 # install target, and add hostnames as convenience
131 # after build failures. Update install-fontmap target
142 # [09-Feb-1999] -- add install-pdfsec target
[all …]
/plan9/sys/src/cmd/
H A Dmkmany7 echo usage: mk all, install, installall, '$O'.cmd, cmd.install, or cmd.installall
28 %.install:V: $BIN/%
35 mk $stem.install
37 install:V:
39 mk $MKFLAGS $i.install
43 mk $MKFLAGS install
48 mk $stem.install
H A Dmkfile22 echo usage: mk cmds, dirs, all, install, installall, '$O'.cmd, cmd.install, or cmd.installall
56 %.install:V: $BIN/%
84 directories:V: install.directories
92 install:V:
94 mk $MKFLAGS $TARG.install
99 mk $MKFLAGS install
105 mk $stem.install &
130 objtype=$cputype mk install
/plan9/sys/src/cmd/fossil/
H A Dbuild9 mk install # so awk can be cross-compiled (needs to run pcc for maketab)
11 mk install
13 mk install
15 mk install
19 mk install
/plan9/sys/lib/man/permind/
H A Ddup1.awk1 function install(){lastf=$NF; last=$0; split($0,b,"\"")} function
2 $NF!=lastf {if(last!="") print last; install()} function
8 install() function
11 install() function
/plan9/sys/src/cmd/upas/misc/
H A Dmkfile7 installall:VQ: install
10 install:V: mail go.fishing gone.msg gone.fishing
14 safeinstall:V: install
16 safeinstallall:V: install
/plan9/sys/doc/
H A Dmkfile3 # to the external web server, mk install or name.install
4 # To publish changed ps/pdf files, see the install rule.
117 %.install:V: %.html
127 install:V: ${NAMES:%=%.install} release4.install release3.install
131 IGN=${IGNHTML:%=%.html} ${IGNHTML:%=%.install}
/plan9/sys/src/
H A Dmkfile46 echo mk all, install, clean, nuke, release, kernels, or libs
48 all install clean nuke:VQ:
63 mk install
70 mk install
79 mk install
/plan9/sys/src/ape/cmd/
H A Dmkfile25 install:V: install.dir install.rc
53 install.rc:V: $BIN/psh
/plan9/sys/src/libc/
H A Dmkfile7 all install:V:
11 mk $MKFLAGS install
43 for(objtype in $CPUS) mk $MKFLAGS install
49 mk $MKFLAGS install
/plan9/sys/lib/dist/cmd/
H A Dmkfile19 install:V: bzfs!install multi!install
/plan9/sys/src/ape/lib/sec/
H A Dmkfile8 install all:V:
26 for(objtype in $CPUS) mk $MKFLAGS install
32 mk $MKFLAGS install
/plan9/sys/src/ape/
H A Dmkfile2 echo usage: mk all, install, installall, cmd, cmd.install, lib, lib.install
/plan9/sys/src/cmd/hoc/
H A Dinit.c62 install(keywords[i].name, keywords[i].kval, 0.0); in init()
64 install(consts[i].name, VAR, consts[i].cval); in init()
66 s = install(builtins[i].name, BLTIN, 0.0); in init()
/plan9/sys/src/ape/lib/ap/syscall/
H A Dmkfile4 all:V: install
6 install:V: genall gencall
22 for(objtype in $CPUS) mk install
/plan9/sys/src/libsec/
H A Dmkfile7 install all:V:
33 for(objtype in $CPUS) mk $MKFLAGS install
39 mk $MKFLAGS install
/plan9/sys/src/boot/pc/
H A Dmkfile39 install:V:
41 mk $MKFLAGS $i.install
43 %.install:V: $BIN/%
/plan9/sys/src/boot/
H A Dmkfile10 installall install:V:
13 mk install
/plan9/sys/src/ape/lib/
H A Dmkfile6 echo mk all, install, installall, clean, or nuke
8 all clean nuke install installall:V:
/plan9/sys/src/cmd/auth/
H A Dchangeuser.c8 void install(char*, char*, char*, long, int);
67 install(f->keys, u, key, t, newkey); in main()
91 install(f->keys, u, key, t, newkey); in main()
105 install(char *db, char *u, char *key, long t, int newkey) in install() function
/plan9/acme/
H A Dmkfile4 echo mk all, install, clean, nuke, installall, update
6 all install clean nuke installall update:V:
/plan9/acme/bin/source/
H A Dmkfile18 install:V: install.dirs

123456789