diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-04-06 00:10:39 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-04-06 00:10:39 +0000 |
commit | e9fee653dcceacb65b965f77dc20437cd862d976 (patch) | |
tree | 452da337a26872bcb08b52b1a02bdd772de8bfaf /Changelog | |
parent | d4bc1fcad8b0f9f4ce423c60c9563e8224651a26 (diff) |
Use gcc -E instead of cpp to enhance portability for brain
damaged platforms (i.e. OpenLinux) that do not have cpp in
the default path but instead hide it under /usr/lib/...
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ * Added usleep contributed by Nicolas Pitre <nico@cam.org> * tar wouldn't create directory entries that don't end in '/', now it does (thanks to Avery Pennarun <apenwarr@worldvisions.ca>) + * tar has been completely rewritten, and tar creation and extraction + is now much better behaved. * Several fixes from Pavel Roskin <pavel_roskin@geocities.com>: - When `tail' fails to open a file it now exits. - When `syslogd' is given the `-n' option it should still use |