Mike Frysinger
|
3c4bcdcf5a
|
use .bz2 rather than .gz
|
2007-01-28 05:37:54 +00:00 |
|
Mike Frysinger
|
9a859801dd
|
dont actually have to worry about local changes as svn export takes care of that
|
2007-01-26 00:31:29 +00:00 |
|
Mike Frysinger
|
1712052547
|
since we dont symlink the headers, theres nothing to filter
|
2006-12-12 03:56:42 +00:00 |
|
Mike Frysinger
|
08e377aab1
|
we just want the kernel headers, not the whole kernel source ... so people may need to update their paths slightly
|
2006-12-12 03:30:02 +00:00 |
|
Mike Frysinger
|
2576789431
|
kill off the need for fix_includes.sh by utilizing KERNEL_SOURCE directly
|
2006-12-11 00:52:12 +00:00 |
|
Mike Frysinger
|
e1d59aed55
|
create new menu so people can select what format they wish to build uClibc
|
2006-12-11 00:25:23 +00:00 |
|
Mike Frysinger
|
808694e8a3
|
Richard Sandiford writes: add support for init/fini arrays in shared flat libraries
|
2006-12-08 22:53:40 +00:00 |
|
Eric Andersen
|
1da8fd9223
|
mips64 patch from Atsushi Nemoto:
Add selection of 3 ABI.
CPU_CFLAGS is needed to generate correct sysnum.h.
Fix test/Rules.mak.
|
2006-11-04 20:17:03 +00:00 |
|
Mike Frysinger
|
3fdaf2bbc7
|
fix from psm: add UCLIBC_ prefix to HAS_SHADOW option
|
2006-08-23 15:15:47 +00:00 |
|
Peter Kjellerstedt
|
47a8b2079d
|
A little whitespace clean up.
|
2006-06-08 07:55:21 +00:00 |
|
Peter Kjellerstedt
|
3abe19e38f
|
Use tar rather than cp to copy all files matching *.so.* from the lib
directory to $(PREFIX)$(RUNTIME_PREFIX)lib. The reason for this is
that cp -P means wildly different things depending on the version of cp.
|
2006-06-08 07:47:07 +00:00 |
|
Mike Frysinger
|
34f4d314c5
|
use cp -P instead of cp -d as pointed out by David DeHaven
|
2006-05-16 18:05:41 +00:00 |
|
Peter S. Mazinger
|
6ba0493bc3
|
Create libpthread_nonshared.a
|
2006-03-09 12:10:57 +00:00 |
|
Peter S. Mazinger
|
477fd46e64
|
Remove files not used on target
|
2006-02-28 07:16:48 +00:00 |
|
Peter S. Mazinger
|
0e4c4d1108
|
Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getopt
|
2006-02-27 15:09:48 +00:00 |
|
Peter S. Mazinger
|
3115acd52e
|
Move _lfs_64.h to include and adapt files
|
2006-02-26 13:08:32 +00:00 |
|
Mike Frysinger
|
adcf10adfb
|
use a tempfile while generating sysnum.h
|
2006-02-18 20:08:17 +00:00 |
|
Mike Frysinger
|
0da794d618
|
touchup header handling in other config targets
|
2006-02-18 19:42:13 +00:00 |
|
Mike Frysinger
|
010301e968
|
tweak the idea between having a MMU and actually using it
|
2006-02-18 07:03:24 +00:00 |
|
Mike Frysinger
|
94c41e72b5
|
touchup headers target somemore so building in subdirs works nicely again
|
2006-02-18 03:13:07 +00:00 |
|
Mike Frysinger
|
695fcdc154
|
touchup headers output and make it run smoother
|
2006-02-17 12:07:08 +00:00 |
|
Mike Frysinger
|
afc2511f3d
|
clean the test dir silently
|
2006-02-14 01:06:51 +00:00 |
|
Mike Frysinger
|
e471910a1c
|
ldd usage does not cause a failure in tests and we want to remove it anyways, so dont depend on utils for tests
|
2006-02-13 23:56:06 +00:00 |
|
Peter S. Mazinger
|
a2b9934702
|
some test uses ldd, make check depend on utils
|
2006-02-13 18:17:25 +00:00 |
|
Mike Frysinger
|
e5cc40c3be
|
Paul Brook writes:
Firstly it wasn't including $(PREFIX) when figuring out if the kernel headers
are in already in the the right place.
|
2006-02-11 22:56:39 +00:00 |
|
Mike Frysinger
|
02ae0a4e9d
|
make build output a little less noisy
|
2006-02-04 01:28:22 +00:00 |
|
Mike Frysinger
|
f12fe2350d
|
use more portable options since some systems suck
|
2006-01-15 02:40:31 +00:00 |
|
Mike Frysinger
|
d874cc673a
|
fix up ability to rename ldso
|
2006-01-13 08:52:26 +00:00 |
|
Mike Frysinger
|
d0af516865
|
only chown on include subdir in DEVEL_PREFIX
|
2006-01-12 02:24:09 +00:00 |
|
Mike Frysinger
|
8c5a553b64
|
use an exclude from file rather than trying to pass wildcards in shell
|
2006-01-08 07:15:40 +00:00 |
|
Mike Frysinger
|
6bf7015ae7
|
Jan-Benedict Glaw: run shell scripts through $(SHELL) so people
can force it to something other than /bin/sh
|
2006-01-06 01:02:02 +00:00 |
|
Mike Frysinger
|
3a0333eee6
|
Jan-Benedict Glaw: allow people to override the default tar
binary via TAR make variable for non-GNU systems
|
2006-01-06 00:59:37 +00:00 |
|
Mike Frysinger
|
e09f12b7c5
|
Jan-Benedict Glaw writes:
The "test" program (aka '[') doesn't know about the operator "==", but
"=" is correct (cf. http://www.opengroup.org/onlinepubs/000095399/utilities/test.html).
|
2006-01-06 00:58:04 +00:00 |
|
"Steven J. Hill"
|
312faf916a
|
Merge from branch and add removal of 'tls.h' when using NPTL threads.
|
2006-01-05 01:39:16 +00:00 |
|
Peter S. Mazinger
|
523e137830
|
Install dummy libc-internal.h
|
2005-12-10 21:53:53 +00:00 |
|
Peter S. Mazinger
|
b3f0872f22
|
Remove a loop if locales are to be built
|
2005-12-06 14:22:40 +00:00 |
|
"Steven J. Hill"
|
bc87181a3f
|
Move 'librt' includes to be after pthreads since NPTL will be also be adding new code for this library. Be afraid, be very afraid.
|
2005-12-06 02:36:22 +00:00 |
|
Peter S. Mazinger
|
d560a541eb
|
Remove hp-timing.h on clean
|
2005-12-05 20:02:47 +00:00 |
|
Peter S. Mazinger
|
86450311eb
|
_uintmaxtostr is only internally used, we do not need a rename, uClibc_uintmaxtostr.h is only internal header, remove from target
|
2005-12-03 21:09:17 +00:00 |
|
Peter S. Mazinger
|
c885bf5cf9
|
More hiding, including __mempcpy
|
2005-12-03 00:34:49 +00:00 |
|
"Steven J. Hill"
|
b3a5fafd07
|
Fix make macro. Did you even fricking test this?
|
2005-12-02 00:04:15 +00:00 |
|
Peter S. Mazinger
|
321eda50a4
|
I must have been crazy ...
|
2005-12-01 22:27:33 +00:00 |
|
Peter S. Mazinger
|
8b9ed7837f
|
Use $@,$<
|
2005-12-01 20:46:59 +00:00 |
|
Mike Frysinger
|
971bb0ded9
|
link in new hp-timing.h file
|
2005-12-01 08:14:13 +00:00 |
|
Peter S. Mazinger
|
8852947daa
|
Convert configuration to new build system
|
2005-11-25 21:46:08 +00:00 |
|
Peter S. Mazinger
|
eddd4169f1
|
Same for utils, renamed install_utils to utils_install to avoid conflict when added to top Makefile.in
|
2005-11-25 16:32:43 +00:00 |
|
Peter S. Mazinger
|
7eb0eeee37
|
Remove clean target in extra/locale and use locale_clean
|
2005-11-25 16:26:12 +00:00 |
|
Peter S. Mazinger
|
44d9901982
|
Integrate locales into new build system, move everything locale related to extra/locale, as download, unpack, locale_data.o
|
2005-11-25 15:33:02 +00:00 |
|
Peter S. Mazinger
|
e85d2faff7
|
Don't remove the directory again, *config did it already
|
2005-11-25 15:17:18 +00:00 |
|
Peter S. Mazinger
|
034b372c2b
|
Include libc's Makefile.in last to catch all the objects included by others that go into libc
|
2005-11-25 15:11:42 +00:00 |
|