- fix definition of OBJS such that they can be placed in the /obj
hierarchy. Also added some more default targets for the same
purpose.
- added in a rule to append an rVersion resource to the library,
unless the NO_REZ macro is set in the makefile
- make all object files have ProDOS file names. This doesn't
affect source files.
- install GNO version of man page rather than the BSD one.
ftp.1G
- fixed up some register interpolations that made the GNO
nroff puke
- put cksum in /usr/bin vice /bin
cksum.1:
- added "sum" to the NAME section so that whatis(1) gets a hit
cksum.rez:
- added (initial test) of automatically displaying the build
date.
mkso.data:
- used for making man page ".so links"
mklink.data:
- used to replicate cksum(1) as sum(1)
- assume the program under test is in the /obj hierarchy rather
than the parent directory
fulltests:
- use tr(1) out of /dist/bin instead of the /src directory
- basename(argv[0]) is verified to be one of "compile", "cmpl",
"assemble", or "asml", or an error is thrown. The latter
two were not in the previous version at all.
- Use the new GS/OS prefixes (>7)
- define REZ as "17/occ" versus "occ" so that dmake doesn't
have to search the PATH every time it calls $(REZ)
- explicitly specify the output file for the default rule for
making *.r files.
builddate.rez:
- This file is for inclusion by the various utility *.rez files
so that the build date can be displayed in a consistent format.
http://plan9.bell-labs.com/who/bwk/
This is version 970821 without modification for GNO/ME compatibility.
It's being included in the repository to assist in importing future
versions of awk from Bell Labs.
----------------------------------------------------------------------
Added Files:
awk/FIXES awk/README awk/awk.1 awk/awk.h awk/awkgram.y awk/b.c
awk/lex.c awk/lib.c awk/main.c awk/makefile awk/maketab.c
awk/missing95.c awk/parse.c awk/proto.h awk/run.c awk/tran.c
awk/ytab.c awk/ytab.h awk/ytabc.bak awk/ytabh.bak
----------------------------------------------------------------------
-- Dave Tribby
found to reflect the directories now recommended in the FAQ.
- added a resource fork with an rVersion.
- use catrez instead of copyfork
- make 'install' and 'release' targets consistent with the rest of
the GNO builds.
database source when using descu. This limit was imposed
due to a bug in ORCA/C (it is no longer clear whether
this was a bug in malloc(3) or in array indexing code).
As of ORCA/C v2.1.x, this bug appears to be fixed, so
the limit was lifted.
A couple of calls to lseek(2) didn't have their return values
checked for errors. Fixed.
Updated email address for Devin Reade.
different directory)
- at Derek's request, added the dmake startup.mk file that I (Devin) use
for /usr/lib/startup.mk. (This file is expected to be in /usr/local/lib
unless you have set up your environment to change the location.)
- changed occurances from trenco.myrias.com to either ftp.gno.org
or www.gno.org, as appropriate
index.html:
- make reference to post-v2.0.4 patches avail from ftp.gno.org
- deleted reference to Soenke's describe database (obsolete),
replaced it with ref to the hosted by www.gno.org
mkhtmlman:
- fixed bug where a non-man-page file was picked up by this script
out of the gsh source directory.
- man pages may appear now as both name.n and name.nG, where the
"n" is the section number. If both files appear, then the former
is BSD-formatted source and the latter is GNO-formatted source.
Make sure we're only picking up the latter.
and INCLUDE_GNO_ALT. The directories specified in 13/orcacdefs/defaults.h
are now assumed to be correct. When building lib/libc/stdio/vfprintf.o,
these directories have to explicitly stated the makefile for the moment.