diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-10-07 21:50:51 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-10-07 21:50:51 +0000 |
commit | c6a1e70a04a6f2553c32c200e95869c35fb3c2dd (patch) | |
tree | 8f0ec316ef48ee18ce8725b47972d3ab8978a04f | |
parent | ddb1e7600903c28cc3258f4463df4fad1a178d28 (diff) |
- remove xlink set description, we don't have it nowadays.
- showsize now always takes MB sizes as arguments, and prints the unit
by itself.
-rw-r--r-- | distrib/notes/m4.common | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/distrib/notes/m4.common b/distrib/notes/m4.common index afa97681aee..1dad88e3f94 100644 --- a/distrib/notes/m4.common +++ b/distrib/notes/m4.common @@ -1,5 +1,5 @@ dnl -dnl $OpenBSD: m4.common,v 1.22 2001/10/06 20:38:16 miod Exp $ +dnl $OpenBSD: m4.common,v 1.23 2001/10/07 21:50:50 miod Exp $ dnl dnl simulate an include path with a macro 'includeit'. define(`includeit',`sinclude('INCLUDE/`$1)sinclude('INCLUDE/../`$1)')dnl @@ -50,7 +50,7 @@ dnl - empty 2nd arg, for files where only compressed size is dnl known dnl define({:-showsize-:},{:-ifelse(X$1,X,,X$2,X,,X,X,{:- - [ $1 gzipped, $2 uncompressed ]-:})-:})dnl + [ $1 MB gzipped, $2 MB uncompressed ]-:})-:})dnl dnl dnl dnl @@ -164,13 +164,6 @@ define({:-OpenBSDxserv-:}, {:- xserv{:--:}OSrev This set includes all of the X servers.showsize($1,$2)-:})dnl dnl dnl -dnl OpenBSDxlink( compressed size, uncompressed size ) -dnl Describes xlinkXX.tgz. -dnl -define({:-OpenBSDxlink-:}, -{:- xlink{:--:}OSrev This set includes the X server link kit.showsize($1,$2)-:})dnl -dnl -dnl dnl Floppy and bootable cdrom stuff dnl define({:-OpenBSDfloppy-:}, |