summaryrefslogtreecommitdiffstats
path: root/make
Commit message (Collapse)AuthorAgeFilesLines
* Dont remove /lib/libgcc_s.so. Build shared lib support on rev 1 ofEric Andersen2003-01-211-5/+3
| | | | gcc. use the correct strip
* Fix compiler installEric Andersen2003-01-211-1/+1
|
* Fix gdb so it worksEric Andersen2003-01-211-0/+1
|
* Fix it so header files and static libs install properlyEric Andersen2003-01-213-4/+4
|
* Ok, I think it really works now. :)Eric Andersen2003-01-211-26/+43
|
* pcmcia updateEric Andersen2003-01-211-1/+1
|
* Minor fixesEric Andersen2003-01-202-1/+5
|
* Just use the default pcmcia scriptEric Andersen2003-01-201-1/+1
|
* Several more dependancy cleanupsEric Andersen2003-01-206-12/+19
|
* Update from Michael ShulerEric Andersen2003-01-201-3/+7
|
* Don't make fs's be 100 MB by defaultEric Andersen2003-01-201-1/+1
|
* It's just another brick in the wall. Except its supposed to be -WallEric Andersen2003-01-201-1/+1
|
* Make it actually work...Eric Andersen2003-01-191-28/+44
|
* several updates for wireless and firewall stuff,Eric Andersen2003-01-194-6/+144
| | | | thanks to Michael Shuler
* Change from using "TARGET_CC1" to just plan "TARGET_CC"Eric Andersen2003-01-1938-124/+109
| | | | which is a bit more sensible.
* Update udhcp. Make sure /usr/share/udhcpc/default.scriptEric Andersen2003-01-191-2/+9
| | | | is executable
* Fixup a couple of little buglets that snuck inEric Andersen2003-01-192-7/+5
|
* Fix zlib buildEric Andersen2003-01-191-14/+13
|
* More bugfixesEric Andersen2003-01-193-39/+9
|
* For now, remove "--target" so gcc will compile. grumble.Eric Andersen2003-01-181-5/+0
|
* Bwahahahahaa. cut and paste strikes again.Eric Andersen2003-01-181-3/+3
|
* Fix filenameEric Andersen2003-01-181-1/+1
|
* A few cflags and comment fixupsEric Andersen2003-01-185-7/+11
|
* Mention how people can update thingsEric Andersen2003-01-181-0/+10
|
* Merge a bunch of stuff over from the tuxscreen buildroot, withEric Andersen2003-01-1820-17/+1118
| | | | | many updates to make things be more consistant. -Erik
* Update openssh version to 3.5p1Eric Andersen2003-01-181-9/+4
|
* Lost the .us since the US mirrors are terribly unreliableEric Andersen2003-01-181-1/+1
|
* Heh. Don't force everyone's fs to 100 mb.Eric Andersen2003-01-171-1/+1
|
* Fix gdb compileEric Andersen2003-01-172-2/+10
|
* Fix m4 so it compiles once again....Eric Andersen2003-01-171-9/+0
| | | | -Erik
* more minor installation cleanupsEric Andersen2003-01-178-23/+43
|
* update handling of 'make'Eric Andersen2003-01-177-18/+17
|
* standardize handling of GNU configure scriptsEric Andersen2003-01-1725-195/+406
| | | | -Erik
* be sure include dir is presentEric Andersen2003-01-171-0/+1
|
* Cleanup the mess in the ext2 targetEric Andersen2003-01-171-13/+2
|
* Support building jffs2 filesystems. Update top levelEric Andersen2003-01-171-0/+49
| | | | makefile accordingly
* Support building cramfs filesystemsEric Andersen2003-01-171-0/+53
|
* Avoid installing into a nonexistant dirEric Andersen2003-01-171-0/+1
|
* Fixup ncurses installation of terminfo dataEric Andersen2003-01-161-17/+8
| | | | -Erik
* Be sure things are built and installed just onceEric Andersen2003-01-151-0/+2
|
* Support using an existing kernelEric Andersen2003-01-151-0/+49
|
* Update valgrind to 1.0.4Eric Andersen2003-01-151-4/+8
|
* Update slang versionEric Andersen2003-01-151-7/+5
|
* Update coreutils buildEric Andersen2003-01-151-3/+4
|
* Fixup directory nameEric Andersen2003-01-151-1/+2
|
* Revert to 1.6.3Eric Andersen2003-01-151-2/+2
|
* Fix unstable busybox compile (forgot 'make oldconfig')Eric Andersen2003-01-141-1/+2
|
* This seems to be sufficient for now...Eric Andersen2003-01-101-8/+1
|
* Use ftp for tinyloginEric Andersen2003-01-101-2/+2
|
* Update busybox configuration mechanism. Support building busybox unstableEric Andersen2003-01-101-10/+17
| | | | -Erik