aboutsummaryrefslogtreecommitdiff
path: root/unix/mkfile.utf
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-14 03:45:44 +0000
committerrsc <devnull@localhost>2005-01-14 03:45:44 +0000
commit78e51a8c6678b6e3dff3d619aa786669f531f4bc (patch)
tree015e00fde4fc837fd31b705e18d17dc913829388 /unix/mkfile.utf
parent2634795b5f0053bc0ff08e5d7bbc0eda8efea061 (diff)
downloadplan9port-78e51a8c6678b6e3dff3d619aa786669f531f4bc.tar.gz
plan9port-78e51a8c6678b6e3dff3d619aa786669f531f4bc.tar.bz2
plan9port-78e51a8c6678b6e3dff3d619aa786669f531f4bc.zip
checkpoint
Diffstat (limited to 'unix/mkfile.utf')
-rw-r--r--unix/mkfile.utf32
1 files changed, 5 insertions, 27 deletions
diff --git a/unix/mkfile.utf b/unix/mkfile.utf
index 23ed764e..581c4e09 100644
--- a/unix/mkfile.utf
+++ b/unix/mkfile.utf
@@ -4,7 +4,7 @@ TARG=\
NOTICE\
README\
Makefile\
- `{ls -p $PLAN9/src/lib9/utf/*.c}\
+ `{9 ls -p $PLAN9/src/lib9/utf/*.c}\
plan9.h\
utf.h\
utfdef.h\
@@ -13,35 +13,13 @@ TARG=\
runestrcat.3\
utf.7\
-all:V: $TARG
+WHAT=utf
-%: $PLAN9/include/%
- cp $prereq $target
-
-%: $PLAN9/src/lib9/utf/%
- cp $prereq $target
-
-%: $PLAN9/man/man1/%
- cp $prereq $target
-
-%: $PLAN9/man/man3/%
- cp $prereq $target
-
-%: $PLAN9/man/man7/%
- cp $prereq $target
-
-%: ../make/%
- cp $prereq $target
+<../mkfile.what
-Makefile:D: ../make/Makefile.TOP ../make/Makefile.utf ../make/Makefile.LIB ../make/Makefile.BOT
- cat $prereq >$target
-
-README: ../README
- cp $prereq $target
-
-NOTICE: ../NOTICE.utf
+utf.h: $PLAN9/include/utf.h
cp $prereq $target
-utf.h: $PLAN9/include/utf.h
+%: $PLAN9/src/lib9/utf/%
cp $prereq $target