summaryrefslogtreecommitdiffstats
path: root/extra/scripts
Commit message (Collapse)AuthorAgeFilesLines
* install_headers.sh: make more user friendlysvn_nptlMike Frysinger2009-11-221-10/+17
| | | | | | | | Make it easier to run this by hand and don't abort when recursive chown and chmod fail as these often aren't due to uClibc settings. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Revert "default ?conf to native arch"Bernhard Reutner-Fischer2009-09-181-1/+1
| | | | | | | This reverts commit 6625518cd6894338937a74ca6b9187b7b8167b03. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* default ?conf to native archBernhard Reutner-Fischer2009-09-031-1/+1
| | | | | | | | Default is now the native arch, you can start a fresh .config via 'make ARCH=ia64 menuconfig'. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko2009-08-191-1/+0
| | | | | | | | | | | Undo my old mistake. I added UCLIBC_INTERNAL define, but later I realized _LIBC is doing exactly the same thing. This change converts all usages of UCLIBC_INTERNAL to _LIBC, removing all instances of UCLIBC_INTERNAL. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* MAKEALL: find kernel headers betterMike Frysinger2009-08-191-1/+12
| | | | | | | | Work with pre-sysroot compilers that have kernel headers available in the standard location, and let people force the location manually. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* unifdef: implement err.h funcs locallyMike Frysinger2009-08-191-1/+7
| | | | | | | | | | Since the err.h functions are optional in uClibc, make sure we can rebuild ourselves if support is disabled. URL: https://bugs.busybox.net/show_bug.cgi?id=257 Reported-by: Michael Deutschmann <michael@talamasca.ocis.net> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* MAKEALL: expand cross-compiler arch searchMike Frysinger2009-07-091-9/+18
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* MAKEALL: start a quick build test helper scriptMike Frysinger2009-07-091-0/+123
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* ignore generated unifdefMike Frysinger2009-07-091-0/+1
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* stop installing/screwing with linux-headersMike Frysinger2009-07-091-83/+0
| | | | | | | | | | It is not uClibc's business to make sure the user's toolchain is sane and has proper kernel headers configured/installed. If they don't, then they need to fix their toolchain, we don't need to try and magically do it for them. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Merged revisions 25971,26002 via svnmerge from Khem Raj2009-04-071-5/+4
| | | | | | | | | | | | | | svn+ssh://svn.uclibc.org/svn/trunk/uClibc ........ r25971 | vapier | 2009-04-05 23:40:57 -0700 (Sun, 05 Apr 2009) | 1 line apply getline() fix from linux kernel ........ r26002 | vapier | 2009-04-06 22:52:48 -0700 (Mon, 06 Apr 2009) | 1 line implement daemon() using clone() on no-mmu systems as suggested by Jamie Lokier ........
* Strict POSIX requires a path to specified to `find`Carmelo Amoroso2009-02-191-1/+1
| | | | (synch with trunk).
* Install other linux kernel header subdirectories tooDenis Vlasenko2009-02-191-1/+10
|
* - pull r24946 from trunk (remove unavailable functionality; psm)Bernhard Reutner-Fischer2009-01-211-1/+1
|
* extra/scripts/relative_path.sh: fix itDenis Vlasenko2009-01-191-1/+4
|
* fix another corner case in unifdefDenis Vlasenko2008-12-282-2/+8
|
* patch up unifdef to recognize and remove "#if defined _LIBC && something"Denis Vlasenko2008-12-282-35/+160
| | | | | blocks too (and similar)
* ctype: remove some trivial macros from ctype.h;Denis Vlasenko2008-12-271-1/+6
| | | | | | | | | | | | remove __tolower and __toupper (they existed only in SOME configs!); remove usages of _tolower (some of them clearly buggy) from uclibc code; add a few more -U<define> options to unifdef pass over installed headers; document it on docs/wchar_and_locale.txt text data bss dec hex filename - 514963 2727 15396 533086 8225e lib/libuClibc-0.9.30-svn.so + 514888 2727 15396 533011 82213 lib/libuClibc-0.9.30-svn.so
* sync with trunk. Compile tested on i386Denis Vlasenko2008-12-231-6/+13
|
* Synch with trunk @ 24071.Carmelo Amoroso2008-11-173-14/+43
| | | | | Step 2 locale stuff - configuration and top Makefiles
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-1/+1
| | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Handle system call names like __ARM_NR_set_tlsKhem Raj2008-07-101-6/+11
|
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-091-0/+1
| | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Sync build machinery stuff from trunk. Some more fixed for mips nptl portKhem Raj2008-06-274-4/+1143
|
* STEP 9: synch extra directoryCarmelo Amoroso2008-04-252-61/+109
| | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Synch with trunk.Carmelo Amoroso2008-03-051-0/+27
| | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com
* More merging from trunk."Steven J. Hill"2007-01-211-6/+8
|
* When you delete a '1' does it become '0' or tri-stated?"Steven J. Hill"2006-12-161-173/+0
|
* Copy from trunk."Steven J. Hill"2006-08-211-0/+3
|
* I don't even want to talk about this."Steven J. Hill"2006-08-181-0/+27
|
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-253-10/+16
|
* Add in files and necessary make targets to autogenerate header files for ↵"Steven J. Hill"2006-02-051-0/+32
| | | | various offsets needed for TLS storage access and low level locking which be used by architectures other than MIPS. (HINT: maybe I'm working other architectures for NPTL, maybe I'm not. I'll never tell.)
* Merge from trunk."Steven J. Hill"2006-01-061-16/+16
|
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-029-24/+13
|
* Copy from trunk."Steven J. Hill"2005-11-291-0/+13
|
* Merge from trunk."Steven J. Hill"2005-11-201-17/+7
|
* First batch of merges for new build system."Steven J. Hill"2005-11-193-19/+19
|
* Merge with trunk."Steven J. Hill"2005-11-171-1/+1
|
* Copy from trunk."Steven J. Hill"2005-11-161-0/+15
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+15
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+15
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+15
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+15
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+15
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+15
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+15
|
* Add from trunk."Steven J. Hill"2005-10-301-0/+66
|
* Sync with trunk."Steven J. Hill"2005-08-251-2/+17
|
* Finalize the merge from the trunk. There are more files to be"Steven J. Hill"2005-07-301-2/+2
| | | | merged, but they will be done manually.
* A merging we will go. A merging we will go. Hi ho the merrio' a merging we ↵"Steven J. Hill"2005-07-251-0/+3
| | | | will go.