Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't do anything special to prevent access to created files - honour | bde | 1998-09-05 | 1 | -1/+3 |
| | | | | the default umask. World unreadable files broke installing over nfs. | ||||
* | Keep build-tools objects separate from `all' objects so that my | bde | 1998-09-02 | 1 | -3/+6 |
| | | | | cross-builds work. | ||||
* | Make the build tools static to avoid trying to use the shared loader | jb | 1998-08-20 | 1 | -2/+2 |
| | | | | | | | | | before it is installed. This upsets Bruce because the host boostrap build forces tools to be static anyway. He says I'm abusing NOTOOLS in src/Makefile by using it to do a aout->elf transition build. One day I'll find a place to install host tools like these to allow a true cross build. | ||||
* | Added a `build-tools' target for internal tools. | bde | 1998-07-07 | 1 | -1/+3 |
| | | | | Honor LDFLAGS for building internal tools. | ||||
* | Add #include string.h to get prototypes. | jb | 1998-05-09 | 1 | -0/+1 |
| | |||||
* | Add #include string.h to get prototypes and change variables from long | jb | 1998-05-09 | 2 | -3/+5 |
| | | | | to time_t where they are passed to time() and localtime() by reference. | ||||
* | Remove bogus time() prototype and let the one in time.h rule. | jb | 1998-05-09 | 1 | -1/+0 |
| | |||||
* | Add #include string.h to get prototypes. | jb | 1998-05-09 | 3 | -0/+3 |
| | |||||
* | Wargh! Who went and changed all the getopt() comparisons from -1 to | jkh | 1998-03-01 | 1 | -1/+1 |
| | | | | | | | EOF? The getopt(3) manpage clearly states that the return value is *-1*, not EOF! Besides, getopt(3) isn't reading from a file. :) Noticed-while: merging to 2.2 (where this is correct). | ||||
* | Fixed long lines in install rule. Fixed other bogons while I was here: | bde | 1998-01-16 | 1 | -19/+12 |
| | | | | | | | | | | | | - removed vestigal rule for a Lite1 `.0' manpage. - don't duplicate defaults in the `all' dependencies. - removed bogus dependency of `setup' on monsters.asc. - compile `setup' with the usual CFLAGS. - create monster files at build time, not at install time. - don't be so repetitive in the install rule. - fixed too-global replacement of `install' by ${INSTALL}. Long lines made disgustingly longer by: previous commit. | ||||
* | Avoid fclose(NULL). | imp | 1998-01-07 | 1 | -4/+16 |
| | | | | Submitted by: OpenBSD (Theo de Raadt) | ||||
* | Fix phantasia. | eivind | 1998-01-05 | 1 | -8/+8 |
| | | | | Noticed by: max | ||||
* | Use srandomdev | ache | 1997-09-24 | 4 | -4/+4 |
| | |||||
* | Merge from Lite2 so that it compiles | peter | 1997-03-12 | 2 | -3/+8 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Use ${COPY} instead of -c for installing non-source files. | bde | 1997-01-01 | 1 | -8/+8 |
| | |||||
* | delete doubled words, e.g.: "the the" -> "the" | wosch | 1996-10-05 | 1 | -1/+3 |
| | |||||
* | Change `install' to `${INSTALL}' so that default install flags can be | bde | 1995-07-25 | 1 | -10/+10 |
| | | | | specified in the top level Makefiles. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 9 | -104/+104 |
| | |||||
* | Fix nested comments for -Wcomment warnings. | rgrimes | 1995-05-09 | 7 | -72/+72 |
| | |||||
* | Add the files: characs, gold, lastdead, mess, monsters, motd, scoreboard, void | ats | 1994-11-28 | 1 | -0/+1 |
| | | | | that are created from a setup program to the CLEANFILES list. | ||||
* | Change setup.c so that game files are generated into obj dir, | swallace | 1994-09-19 | 3 | -17/+32 |
| | | | | then Makefile installs into ${DESTDIR}/var/games/phantasia | ||||
* | Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap | rgrimes | 1994-09-11 | 1 | -2/+2 |
| | |||||
* | Remove the conditional mkdir of /var/games/phantasia - done by mtree now. | jkh | 1994-09-08 | 1 | -3/+0 |
| | | | | Submitted by: jkh | ||||
* | Woo, naughty! It just occurred to me that this guy wasn't using | jkh | 1994-09-08 | 1 | -3/+3 |
| | | | | | ${DESTDIR} - fixed. Submitted by: jkh | ||||
* | More preventive medicine on making directories before installation. | jkh | 1994-09-08 | 1 | -0/+3 |
| | | | | Submitted by: jkh | ||||
* | Bring in the 4.4 Lite games directory, modulo man page changes and segregation | jkh | 1994-09-04 | 23 | -0/+9731 |
of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh |