OSDN Git Service

uclinux-h8/uClibc.git
22 years agoMinor updates.
Eric Andersen [Mon, 22 Apr 2002 16:50:52 +0000 (16:50 -0000)]
Minor updates.

22 years agoMoved old README to INSTALL, and wrote a new README that is much more
David Schleef [Sat, 20 Apr 2002 23:26:32 +0000 (23:26 -0000)]
Moved old README to INSTALL, and wrote a new README that is much more
like an introduction to the project.

22 years agoMake sure that CROSS="" for native building.
David Schleef [Sat, 20 Apr 2002 22:43:27 +0000 (22:43 -0000)]
Make sure that CROSS="" for native building.

22 years agouploading new snapshot
David Schleef [Fri, 19 Apr 2002 17:25:02 +0000 (17:25 -0000)]
uploading new snapshot

22 years agoupdated kernel source package to 2.4.18
David Schleef [Fri, 19 Apr 2002 17:24:35 +0000 (17:24 -0000)]
updated kernel source package to 2.4.18

22 years agoupdated to 0.9.11
David Schleef [Fri, 19 Apr 2002 17:24:15 +0000 (17:24 -0000)]
updated to 0.9.11

22 years agoPatch from Axel Barnitzke <barney@xkontor.com> to fix handling
Eric Andersen [Wed, 17 Apr 2002 12:56:57 +0000 (12:56 -0000)]
Patch from Axel Barnitzke <barney@xkontor.com> to fix handling
of the isinf() macro, which was a casulty of my grafting the
glibc header onto out math library.

22 years agoPatch from Axel Barnitzke <barney@xkontor.com> to add basic
Eric Andersen [Wed, 17 Apr 2002 12:41:10 +0000 (12:41 -0000)]
Patch from Axel Barnitzke <barney@xkontor.com> to add basic
support for struct _res.  This is a minimalist implementation,
but should work for most anything out there.

22 years agoPatch from Mike McDonald to make gethostbyname_r() not fail for things like
Eric Andersen [Wed, 17 Apr 2002 12:34:36 +0000 (12:34 -0000)]
Patch from Mike McDonald to make gethostbyname_r() not fail for things like
gethostbyname("192.168.0.1"), which should work even when the /etc/hosts and
/etc/config/hosts files do not exist.

22 years agoPatch from Martin Proulx to not do ELFish things when not ELF.
Eric Andersen [Wed, 17 Apr 2002 11:32:37 +0000 (11:32 -0000)]
Patch from Martin Proulx to not do ELFish things when not ELF.

22 years agoPatch from Martin Proulx to remove weak_aliases for non ELF compilers in
Eric Andersen [Wed, 17 Apr 2002 11:31:08 +0000 (11:31 -0000)]
Patch from Martin Proulx to remove weak_aliases for non ELF compilers in
__uClibc_main for the _stdio_init and _stdio_term functions.  Since
weak_aliases are defined as hard aliases for non ELF compilers, these 2 symbols
ended up to be multiply defined, as those two are defined in stdio.c.

22 years agoStub out pread and pwrite when not available
Eric Andersen [Wed, 17 Apr 2002 11:27:15 +0000 (11:27 -0000)]
Stub out pread and pwrite when not available

22 years agoChange branch to fallthrough. Unclean, but it removes last R_PPC_REL24.
David Schleef [Wed, 17 Apr 2002 07:29:12 +0000 (07:29 -0000)]
Change branch to fallthrough.  Unclean, but it removes last R_PPC_REL24.

22 years agoJust tail-call __uClibc_main. There's no real point to calling abort if
Miles Bader [Wed, 17 Apr 2002 06:30:14 +0000 (06:30 -0000)]
Just tail-call __uClibc_main.  There's no real point to calling abort if
exit failed, and abort drags in some unecessary grot.

22 years agoRemove strong aliases to symbols that we don't define in uClibc
Eric Andersen [Wed, 17 Apr 2002 02:59:22 +0000 (02:59 -0000)]
Remove strong aliases to symbols that we don't define in uClibc

22 years ago(L_dummy_main_reference): Reference the C symbol `main', not the linker
Miles Bader [Mon, 15 Apr 2002 07:32:29 +0000 (07:32 -0000)]
(L_dummy_main_reference): Reference the C symbol `main', not the linker
symbol `main'.

22 years agoFix dummy main reference so it works...
Eric Andersen [Sun, 14 Apr 2002 03:42:45 +0000 (03:42 -0000)]
Fix dummy main reference so it works...

22 years agoManuel and I were looking into a problem with applications failing to link
Eric Andersen [Sun, 14 Apr 2002 03:32:14 +0000 (03:32 -0000)]
Manuel and I were looking into a problem with applications failing to link
(undefined reference to `main') when the .o file containing main was contained
in an static library(a '.a' ar archive).  It turns out that due to its single
pass nature, GNU ld was failing to pull it into the build.  This sticks a dummy
reference to main() into crt0.o, so that when an application is linked with the
main() function in a static library, we can be sure that main() actually gets
linked in.
 -Erik

22 years agouse uClibc_config_fix.pl for configuration
David Schleef [Sat, 13 Apr 2002 20:58:16 +0000 (20:58 -0000)]
use uClibc_config_fix.pl for configuration

22 years agouse ds account on cvs.uclibc.org
David Schleef [Sat, 13 Apr 2002 20:57:30 +0000 (20:57 -0000)]
use ds account on cvs.uclibc.org

22 years agoFixed stpncpy() implementation from Manuel
Eric Andersen [Sat, 13 Apr 2002 15:44:56 +0000 (15:44 -0000)]
Fixed stpncpy() implementation from Manuel

22 years agoPatch from Jim Treadway <jim@stardot-tech.com>:
Eric Andersen [Sat, 13 Apr 2002 15:13:59 +0000 (15:13 -0000)]
Patch from Jim Treadway <jim@stardot-tech.com>:
    The internal __getgrent function doesn't allocate enough memory to hold
    the trailing NULL pointer in the gr_mem member of the returned 'struct
    group *'.

22 years agoUpdate TODO list
Eric Andersen [Thu, 11 Apr 2002 18:34:45 +0000 (18:34 -0000)]
Update TODO list

22 years agoFixed broken shell syntax.
David McCullough [Thu, 11 Apr 2002 06:23:34 +0000 (06:23 -0000)]
Fixed broken shell syntax.

22 years agoAdded a dummy romfs target so this stuff slots nicely into the
David McCullough [Thu, 11 Apr 2002 04:26:32 +0000 (04:26 -0000)]
Added a dummy romfs target so this stuff slots nicely into the
uClinux distro.

22 years agoMinor doc update
Eric Andersen [Wed, 10 Apr 2002 17:05:18 +0000 (17:05 -0000)]
Minor doc update

22 years agoA last minute addition
Eric Andersen [Wed, 10 Apr 2002 13:01:33 +0000 (13:01 -0000)]
A last minute addition

22 years agoAdd a list of known bugs. Update the docs in preparation for a release.
Eric Andersen [Wed, 10 Apr 2002 12:59:58 +0000 (12:59 -0000)]
Add a list of known bugs.  Update the docs in preparation for a release.
 -Erik

22 years agoSEND_NUMBER_STDERR is supposed to be calling _dl_simple_ltoa(),
Eric Andersen [Wed, 10 Apr 2002 12:50:32 +0000 (12:50 -0000)]
SEND_NUMBER_STDERR is supposed to be calling _dl_simple_ltoa(),
not _dl_simple_ltoahex().  Numbers are not supposed to be in hex.
 -Erik

22 years agoJohn Traill <john.traill@motorola.com> noticed that on powerpc
Eric Andersen [Wed, 10 Apr 2002 12:37:37 +0000 (12:37 -0000)]
John Traill <john.traill@motorola.com> noticed that on powerpc
a dev_t is _not_ a quad type, but a simple int.  Doh!  We fixed
that months ago, but subsequently lost the fix, so this restores
things.

22 years agoUpdate Changelog
Eric Andersen [Wed, 10 Apr 2002 10:25:39 +0000 (10:25 -0000)]
Update Changelog

22 years agoTeach powerpc to whine loudly about using -fPIC when a R_PPC_REL24
Eric Andersen [Wed, 10 Apr 2002 09:04:40 +0000 (09:04 -0000)]
Teach powerpc to whine loudly about using -fPIC when a R_PPC_REL24
is encountered...
 -Erik

22 years agoMention pthreads for sparc
Eric Andersen [Wed, 10 Apr 2002 08:05:12 +0000 (08:05 -0000)]
Mention pthreads for sparc

22 years agoFix libpthread compile for sparc
Eric Andersen [Wed, 10 Apr 2002 08:04:19 +0000 (08:04 -0000)]
Fix libpthread compile for sparc

22 years agoSome minor updates per discussion with Miles Bader
Eric Andersen [Wed, 10 Apr 2002 07:45:20 +0000 (07:45 -0000)]
Some minor updates per discussion with Miles Bader
 -Erik

22 years agoMake assembly code PIC-compatible.
David Schleef [Wed, 10 Apr 2002 07:20:20 +0000 (07:20 -0000)]
Make assembly code PIC-compatible.

22 years agoRemove v850-specific versions of truncate64.c and ftruncate64.c.
Miles Bader [Wed, 10 Apr 2002 06:16:08 +0000 (06:16 -0000)]
Remove v850-specific versions of truncate64.c and ftruncate64.c.

22 years agoGeneric implemention works for v850 now, so we don't need a special version.
Miles Bader [Wed, 10 Apr 2002 06:14:51 +0000 (06:14 -0000)]
Generic implemention works for v850 now, so we don't need a special version.

22 years agoRemoved handling for R_PPC_REL24, since it is deceptively useless.
David Schleef [Tue, 9 Apr 2002 21:07:33 +0000 (21:07 -0000)]
Removed handling for R_PPC_REL24, since it is deceptively useless.

22 years agoRuss Dill noticed that the symlinks for libpthread didn't match
Eric Andersen [Tue, 9 Apr 2002 20:45:53 +0000 (20:45 -0000)]
Russ Dill noticed that the symlinks for libpthread didn't match
the other links.  Fixed now.
 -Erik

22 years agoBump up version number...
Eric Andersen [Tue, 9 Apr 2002 17:51:57 +0000 (17:51 -0000)]
Bump up version number...

22 years agoAdd finite() to C89 math lib, since it is needed...
Eric Andersen [Tue, 9 Apr 2002 17:49:13 +0000 (17:49 -0000)]
Add finite() to C89 math lib, since it is needed...
 -Erik

22 years agoFixup __USE_FILE_OFFSET64
Eric Andersen [Tue, 9 Apr 2002 17:33:17 +0000 (17:33 -0000)]
Fixup __USE_FILE_OFFSET64

22 years agoAdd creat64
Eric Andersen [Tue, 9 Apr 2002 17:32:37 +0000 (17:32 -0000)]
Add creat64
 -Erik

22 years agoFix the read/write auto-transition bugs. Note that if we can't
Manuel Novoa III [Tue, 9 Apr 2002 17:05:32 +0000 (17:05 -0000)]
Fix the read/write auto-transition bugs.  Note that if we can't
auto-transition, we fail the operation.  This is different than glibc's
apparent behavior for writing of clearing the read buffer and still
failing the write without setting the stream's error flag.

Also, change a number of "errno = xxx" assignments to use __set_errno().

Also, change setvbuf(file, NULL, _IO{LF}BF, 0) behavior to more closely
match glibc's by keeping the current buffer and only changing the buffering
mode.  Update setlinebuf() in the process to match the man page behavior.

22 years agoOnly set no buffering if we opened the file. Also, don't bother restoring
Manuel Novoa III [Tue, 9 Apr 2002 17:00:04 +0000 (17:00 -0000)]
Only set no buffering if we opened the file.  Also, don't bother restoring
buffering since we will close the file in that case anyway.

22 years agoRe-enable clnt_perror. Patch from Miles Bader.
Eric Andersen [Tue, 9 Apr 2002 16:28:10 +0000 (16:28 -0000)]
Re-enable clnt_perror.  Patch from Miles Bader.

22 years agoAdd truncate64.c
Eric Andersen [Tue, 9 Apr 2002 16:26:51 +0000 (16:26 -0000)]
Add truncate64.c

22 years agoRemove from syscalls.c, leave just ftruncate64.c and truncate64.c
Eric Andersen [Tue, 9 Apr 2002 15:28:18 +0000 (15:28 -0000)]
Remove from syscalls.c, leave just ftruncate64.c and truncate64.c
which have implementations that works...
 -Erik

22 years agoRevert Erik's changes... they were broken since there weren't enough
Manuel Novoa III [Tue, 9 Apr 2002 15:01:00 +0000 (15:01 -0000)]
Revert Erik's changes... they were broken since there weren't enough
bits for the extra ISblank flag.  Instead, hardwire isblank() to not
depend on locale for now.  At least it will work for space and tab
in the immenent release.  This will all be blown away for the next
release anyway, as I should be committing my new stuff in the next
day or two.

22 years agoCreate a much more careful ftruncate64 implementation, that should
Eric Andersen [Tue, 9 Apr 2002 14:55:49 +0000 (14:55 -0000)]
Create a much more careful ftruncate64 implementation, that should
address all the concern Miles had with the earlier versions...
 -Erik

22 years agoPer discussion on the mailing list, fix getpass properly.
Eric Andersen [Tue, 9 Apr 2002 13:25:11 +0000 (13:25 -0000)]
Per discussion on the mailing list, fix getpass properly.
 -Erik

22 years agoSupport ISblank properly
Eric Andersen [Tue, 9 Apr 2002 10:24:31 +0000 (10:24 -0000)]
Support ISblank properly

22 years agoAvoid defining __USE_FILE_OFFSET64, since we do _NOT_ want
Eric Andersen [Tue, 9 Apr 2002 08:32:13 +0000 (08:32 -0000)]
Avoid defining __USE_FILE_OFFSET64, since we do _NOT_ want
interfaces silently renamed under us or very bad things may
happen...
 -Erik

22 years agoundefine __USE_FILE_OFFSET64, since we absolutely do _NOT_ want interfaces
Eric Andersen [Tue, 9 Apr 2002 08:27:21 +0000 (08:27 -0000)]
undefine __USE_FILE_OFFSET64, since we absolutely do _NOT_ want interfaces
silently renamed under us or very bad things will happen.  In this case,
statfs64() ended up recurively calling statfs64() instead of statfs()....
 -Erik

22 years agoNew Debian snapshot. The release has ld.so for mips fubared.
David Schleef [Sun, 7 Apr 2002 04:52:20 +0000 (04:52 -0000)]
New Debian snapshot.  The release has ld.so for mips fubared.

22 years agoAdd libungif-4.1.0b1
Eric Andersen [Sat, 6 Apr 2002 23:29:38 +0000 (23:29 -0000)]
Add libungif-4.1.0b1

22 years agoAccount for new upstream version. Fix shlibs, because they were
David Schleef [Sat, 6 Apr 2002 22:22:37 +0000 (22:22 -0000)]
Account for new upstream version.  Fix shlibs, because they were
broken.  Add INCLUDE_THREADS to Config.

22 years agoFaster implementation from Miles Bader
Eric Andersen [Sat, 6 Apr 2002 00:07:58 +0000 (00:07 -0000)]
Faster implementation from Miles Bader

22 years agoPatch from Axel Barnitzke <barney@xkontor.com> to fixup
Eric Andersen [Fri, 5 Apr 2002 23:34:26 +0000 (23:34 -0000)]
Patch from Axel Barnitzke <barney@xkontor.com> to fixup
a problem with getpass() echoing passwords...

22 years agoAdd a fun pointer to make apps happy
Eric Andersen [Fri, 5 Apr 2002 23:32:54 +0000 (23:32 -0000)]
Add a fun pointer to make apps happy

22 years agoTeach initfini to build properly on arches where gcc tries to be
Eric Andersen [Wed, 3 Apr 2002 14:09:25 +0000 (14:09 -0000)]
Teach initfini to build properly on arches where gcc tries to be
sneaky behind our back...
 -Erik

22 years agoRevert this file back to where it was so m68k can compile again.
Eric Andersen [Wed, 3 Apr 2002 12:33:29 +0000 (12:33 -0000)]
Revert this file back to where it was so m68k can compile again.
Oops.  I'd hosed things up for m68k with the header file rework.
 -Erik

22 years agoA ton of updates from Dwayne Fontenot <fontenot@jacques.activebuddy.com>.
Eric Andersen [Wed, 3 Apr 2002 12:12:17 +0000 (12:12 -0000)]
A ton of updates from Dwayne Fontenot <fontenot@jacques.activebuddy.com>.
Thanks Dwayne!

22 years agoRichard June <rjune@bravegnuworld.com> noticed that pututline
Eric Andersen [Wed, 3 Apr 2002 12:00:54 +0000 (12:00 -0000)]
Richard June <rjune@bravegnuworld.com> noticed that pututline
was only writing the first sizeof-a-pointer bytes to the utmp
file.  oops.
 -Erik

22 years agoPatch from Jim Treadway <jim@stardot-tech.com> to eliminate
Eric Andersen [Wed, 3 Apr 2002 11:50:50 +0000 (11:50 -0000)]
Patch from Jim Treadway <jim@stardot-tech.com> to eliminate
use of alarm() and therefore SIGARLM in the resolver and to
instead use select, which is much cleaner.

22 years agoRichard June <rjune@bravegnuworld.com> noticed that setutent
Eric Andersen [Wed, 3 Apr 2002 11:11:27 +0000 (11:11 -0000)]
Richard June <rjune@bravegnuworld.com> noticed that setutent
was only opening utmp readonly.  Oops.

22 years agoSince pthreads work on powerpc, at least mention the option.
Eric Andersen [Wed, 3 Apr 2002 11:05:44 +0000 (11:05 -0000)]
Since pthreads work on powerpc, at least mention the option.

22 years agoAdd the xopen swab() function, contributed by Kensuke Otake <kensuke@phreaker.net>
Eric Andersen [Wed, 3 Apr 2002 10:55:50 +0000 (10:55 -0000)]
Add the xopen swab() function, contributed by Kensuke Otake <kensuke@phreaker.net>

22 years agoBe certain that
Eric Andersen [Wed, 3 Apr 2002 10:40:21 +0000 (10:40 -0000)]
Be certain that

22 years agoDoh! I forgot to commit this...
Eric Andersen [Wed, 3 Apr 2002 10:38:18 +0000 (10:38 -0000)]
Doh!  I forgot to commit this...

22 years agoAdjust beinning
Eric Andersen [Wed, 3 Apr 2002 10:30:45 +0000 (10:30 -0000)]
Adjust beinning

22 years agorun dos2unix on these files
Eric Andersen [Wed, 3 Apr 2002 10:26:12 +0000 (10:26 -0000)]
run dos2unix on these files

22 years agoRun dos2unix on these files
Eric Andersen [Wed, 3 Apr 2002 10:24:39 +0000 (10:24 -0000)]
Run dos2unix on these files

22 years agoRemove gratuitous symlink trashing
Eric Andersen [Wed, 3 Apr 2002 09:29:45 +0000 (09:29 -0000)]
Remove gratuitous symlink trashing

22 years agoRemove unused variable
Eric Andersen [Wed, 3 Apr 2002 09:19:36 +0000 (09:19 -0000)]
Remove unused variable
 -Erik

22 years agoSteven's patch contained a spare SEND_NUMBER_STDERR call that was
Eric Andersen [Wed, 3 Apr 2002 09:15:47 +0000 (09:15 -0000)]
Steven's patch contained a spare SEND_NUMBER_STDERR call that was
spamming us.   Kill that.  My bad for not spotting that when merging.
 -Erik

22 years agom4@brecis.COM noticed a typing problem with the getuid syscall. OOps.
Eric Andersen [Wed, 3 Apr 2002 09:04:01 +0000 (09:04 -0000)]
m4@brecis.COM noticed a typing problem with the getuid syscall.  OOps.

22 years agoSteven J. Hill's latest mips dynamic loader updates
Eric Andersen [Tue, 2 Apr 2002 21:12:37 +0000 (21:12 -0000)]
Steven J. Hill's latest mips dynamic loader updates

22 years agoDoh! This is _still_ wrong. Fix potential buffer overflow.
Eric Andersen [Tue, 2 Apr 2002 19:24:52 +0000 (19:24 -0000)]
Doh!  This is _still_ wrong.  Fix potential buffer overflow.
 -Erik

22 years agoFix an arg promotion handling bug in _do_one_spec for %c reported
Manuel Novoa III [Tue, 2 Apr 2002 00:36:12 +0000 (00:36 -0000)]
Fix an arg promotion handling bug in _do_one_spec for %c reported
by Ilguiz Latypov <ilatypov@superbt.com>.

22 years agoForget to initialize thread locks for fake files. Thanks Erik.
Manuel Novoa III [Mon, 1 Apr 2002 15:16:54 +0000 (15:16 -0000)]
Forget to initialize thread locks for fake files.  Thanks Erik.

22 years agoLast bit for old config system
Eric Andersen [Mon, 1 Apr 2002 12:51:36 +0000 (12:51 -0000)]
Last bit for old config system

22 years agoRemove function declartions from include/features.h, create
Eric Andersen [Mon, 1 Apr 2002 11:57:37 +0000 (11:57 -0000)]
Remove function declartions from include/features.h, create
a separate header file for those, and fixup references.
 -Erik

22 years agoPatches from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix h8300
Eric Andersen [Mon, 1 Apr 2002 11:44:34 +0000 (11:44 -0000)]
Patches from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix h8300
support for pthreads and update for the latest and greatest.

22 years agoPatch from Miles Bader to fix the spots I'd messed up.
Eric Andersen [Mon, 1 Apr 2002 10:22:31 +0000 (10:22 -0000)]
Patch from Miles Bader to fix the spots I'd messed up.

22 years agoAdd glob64.c, and add support for glob64 when large file is enabled.
Eric Andersen [Sun, 31 Mar 2002 04:42:13 +0000 (04:42 -0000)]
Add glob64.c, and add support for glob64 when large file is enabled.
 -Erik

22 years agoRework __gen_tempname() to better match glibc, and add mkstemp64(),
Eric Andersen [Sun, 31 Mar 2002 04:17:44 +0000 (04:17 -0000)]
Rework __gen_tempname() to better match glibc, and add mkstemp64(),
which is needed for busybox ash when using largefile support.
 -Erik

22 years agoAdd support for getrlimit64 and setrlimit64. Fix some problems
Eric Andersen [Sun, 31 Mar 2002 01:56:09 +0000 (01:56 -0000)]
Add support for getrlimit64 and setrlimit64.  Fix some problems
with the getrlimit and setrlimit syscalls.
 -Erik

22 years agoAdd in support for ftruncate64 on both ARM and x86
Eric Andersen [Sun, 31 Mar 2002 01:03:15 +0000 (01:03 -0000)]
Add in support for ftruncate64 on both ARM and x86
 -Erik

22 years agoMore mips support from sjhill
Eric Andersen [Fri, 29 Mar 2002 22:31:12 +0000 (22:31 -0000)]
More mips support from sjhill

22 years agoAdd EM_CYGNUS_V850.
Miles Bader [Tue, 26 Mar 2002 05:42:45 +0000 (05:42 -0000)]
Add EM_CYGNUS_V850.

22 years agoImplement sqrtf(), needed for libstdc++ on arm
Eric Andersen [Mon, 25 Mar 2002 21:24:05 +0000 (21:24 -0000)]
Implement sqrtf(), needed for libstdc++ on arm
 -Erik

22 years agoMips config fixes from Steven J. Hill
Eric Andersen [Mon, 25 Mar 2002 19:41:33 +0000 (19:41 -0000)]
Mips config fixes from Steven J. Hill

22 years agoPatch from Steven J. Hill to disable __fsetlocking when
Eric Andersen [Mon, 25 Mar 2002 19:40:43 +0000 (19:40 -0000)]
Patch from Steven J. Hill to disable __fsetlocking when
threads are disabled.  Bug is my fault.  oops.
 -Erik

22 years agoPatch from Steven J. Hill to fix pthreads on mips
Eric Andersen [Mon, 25 Mar 2002 19:39:30 +0000 (19:39 -0000)]
Patch from Steven J. Hill to fix pthreads on mips

22 years agoInclude our own copy of struct sysinfo to avoid binary compatibility
Eric Andersen [Mon, 25 Mar 2002 14:29:38 +0000 (14:29 -0000)]
Include our own copy of struct sysinfo to avoid binary compatibility
problems with Linux 2.4, which changed things.  And thereby reduce by
one more the kernel headers we depend on...
 -Erik

22 years agoIt doesn't make sense to supress linking for -i or -r,
Eric Andersen [Fri, 22 Mar 2002 20:33:28 +0000 (20:33 -0000)]
It doesn't make sense to supress linking for -i or -r,
 -Erik

22 years agoAdd in a knob to disable %m support
Eric Andersen [Fri, 22 Mar 2002 08:17:28 +0000 (08:17 -0000)]
Add in a knob to disable %m support
 -Erik

22 years agoPatch from Miles Bader to be less militant when doing a make clean.
Eric Andersen [Fri, 22 Mar 2002 07:53:38 +0000 (07:53 -0000)]
Patch from Miles Bader to be less militant when doing a make clean.