diff options
author | joerg <joerg@pkgsrc.org> | 2010-09-07 14:41:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-09-07 14:41:39 +0000 |
commit | d1a6ab52dfec3f1f4c76b2535a6283b5b1ee3bb2 (patch) | |
tree | df76439e06601834bb5f7b9bc69767bb4b82fdfe /devel/bmake/files/bmake.cat1 | |
parent | 048b1bc3f65d2c18d3ba4596b5cdf87f84c0ff6d (diff) | |
download | pkgsrc-d1a6ab52dfec3f1f4c76b2535a6283b5b1ee3bb2.tar.gz |
Remerge man page. Cleanup old version.
Diffstat (limited to 'devel/bmake/files/bmake.cat1')
-rw-r--r-- | devel/bmake/files/bmake.cat1 | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/devel/bmake/files/bmake.cat1 b/devel/bmake/files/bmake.cat1 index a6df53d1063..986206322ab 100644 --- a/devel/bmake/files/bmake.cat1 +++ b/devel/bmake/files/bmake.cat1 @@ -1,4 +1,4 @@ -MAKE(1) NetBSD General Commands Manual MAKE(1) +BMAKE(1) NetBSD General Commands Manual BMAKE(1) NNAAMMEE bbmmaakkee -- maintain program dependencies @@ -1206,7 +1206,17 @@ SSEEEE AALLSSOO mkdep(1) HHIISSTTOORRYY - bbmmaakkee is derived from NetBSD's make(1). It uses autoconf to facilitate - portability to other platforms. + A bbmmaakkee command appeared in Version 7 AT&T UNIX. bbmmaakkee is derived from + NetBSD's make(1). It uses autoconf to facilitate portability to other + platforms. + +BBUUGGSS + The bbmmaakkee syntax is difficult to parse without actually acting of the + data. For instance finding the end of a variable use should involve + scanning each the modifiers using the correct terminator for each field. + In many places bbmmaakkee just counts {} and () in order to find the end of a + variable expansion. + + There is no way of escaping a space character in a filename. NetBSD 5.0 June 30, 2010 NetBSD 5.0 |