aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Lets give this a try...andersen2002-06-061-7/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4868 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bigger patch for (partial) tinylogin integrationsandman2002-06-041-2/+2
| | | | | | | | | | | | | | | | - Made a new dir loginutils - Moved all applets from pwd_grp to loginutils - Added new applets su.c login.c to loginutils - Made a new dir libpwdgrp - Moved everything from pwd_grp/libpwd_grp there - Added shadow.c to libpwdgrp - Removed dir pwd_grp - Added usage strings for login and su to usage.h - Changed main Makefile to reflect the dir rearrangements [Parts of this patch may overlap with my other two patches] git-svn-id: svn://busybox.net/trunk/busybox@4857 69ca8d6d-28ef-0310-b511-8ec308f3f277
* When the .config file is missing, supply a default oneandersen2002-04-271-0/+6
| | | | | | | and run menuconfig git-svn-id: svn://busybox.net/trunk/busybox@4680 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup make cleanandersen2002-04-131-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4614 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add a 'make uninstall' targetandersen2002-04-131-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4612 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Completely rework the config system so that it no longer annoys me to work onandersen2002-04-121-206/+41
| | | | | | | | | | the busybox development tree. This eliminates the use of recursive make, and once again allows us to run 'make' in a subdirectory with the expected result. And things are now much faster too. Greatly improved IMHO... -Erik git-svn-id: svn://busybox.net/trunk/busybox@4595 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update dmalloc options per suggestion from Glennandersen2002-03-201-1/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4441 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bart Visscher noticed some spurious search and replace sillinessandersen2002-03-201-14/+14
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@4424 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add a more verbose non-strip command.andersen2001-12-161-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3886 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Begin moving things to busybox.netandersen2001-12-081-9/+9
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3871 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor adjustment to the strip commandandersen2001-12-061-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3853 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add a check target.kraai2001-11-191-1/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3720 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some more minor build cleanupsandersen2001-11-101-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3654 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Only use -mpreferred-stack-boundary with gcc versions that support itandersen2001-11-101-3/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3646 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Force main to always be includedandersen2001-11-061-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3631 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move usage.h to include/usage.handersen2001-10-311-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3618 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it>andersen2001-10-311-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3612 69ca8d6d-28ef-0310-b511-8ec308f3f277
* *** empty log message ***bug12001-10-251-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3581 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oops. As Aaron Lehmann <aaronl@vitelus.com> just noticed,andersen2001-10-241-2/+2
| | | | | | | I forgot to add procps to the SUBDIR list git-svn-id: svn://busybox.net/trunk/busybox@3570 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixup the new buildsystem a bit.andersen2001-10-241-7/+22
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3568 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A couple of leftoversandersen2001-10-241-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3564 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Major rework of the directory structure and the entire build system.andersen2001-10-241-181/+130
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3561 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Scrub up some function prototypes.andersen2001-10-181-3/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3540 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix large file support -- 2+ gig files should now actuallyandersen2001-10-021-1/+1
| | | | | | | | work this time... -Erik git-svn-id: svn://busybox.net/trunk/busybox@3467 69ca8d6d-28ef-0310-b511-8ec308f3f277
* use the pedantically correct compiler for preprocessingandersen2001-09-261-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3435 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bump version to 0.61.preandersen2001-08-221-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3326 69ca8d6d-28ef-0310-b511-8ec308f3f277
* some minor wording changesandersen2001-08-201-3/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3311 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Commit Vladimir's simplify_path.kraai2001-08-101-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3240 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up some silly messups with the debian packaging, and a dumbandersen2001-08-021-4/+12
| | | | | | | | | | bug with chroot. I've had the package uploaded but perms set to 000, so I am going to re-tag things and re-cut the release. Folks who pulled from CVS in the last 30 minutes with just have to cope. -Erik git-svn-id: svn://busybox.net/trunk/busybox@3204 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Ok, here we go...andersen2001-08-021-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3198 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More libc5 fixupsandersen2001-08-021-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3195 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Latest patch from vodz. Adds a check for divide by zero in the posixandersen2001-08-021-1/+1
| | | | | | | | | math suport, cleaner math syntax error checking, moves redundant signal string tables (from kill and ash) into libbb and provides a few cleanups elsewhere. git-svn-id: svn://busybox.net/trunk/busybox@3181 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Allow multiple shells to be enabled.kraai2001-08-011-3/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3177 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This incorporates Posix math support into ash. The Posix math supportandersen2001-07-301-1/+1
| | | | | | | | | | was written by Aaron Lehmann <aaronl@vitelus.com> for busybox. This patch makes a few trivial changes to Aaron's code so that it can be used (in theory) by the other shells as well... -Erik git-svn-id: svn://busybox.net/trunk/busybox@3165 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some patches to make dietlibc work...andersen2001-07-221-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3134 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some adjustments, mostly from David McCullough <davidm@lineo.com> toandersen2001-07-191-1/+1
| | | | | | | | | | make busybox be more uClinux friendly. I also adjusted Config.h for uClinux so it will automagically disable apps the arn't going to work without fork() and such. -Erik git-svn-id: svn://busybox.net/trunk/busybox@3130 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from vodz:andersen2001-07-121-3/+3
| | | | | | | | | | Changed email address cmdedit API change optimizations for traceroute and md5sum added a new shared create_icmp_socket() function git-svn-id: svn://busybox.net/trunk/busybox@3078 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make the obj's generated from libbb/unarchive.c depend on theandersen2001-07-111-1/+1
| | | | | | | | | Makefile, so things like setting DODMALLOC will cause them to be recompiled -Erik git-svn-id: svn://busybox.net/trunk/busybox@3062 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Reverse my previous change, still cant compile with dmallocbug12001-07-101-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3049 69ca8d6d-28ef-0310-b511-8ec308f3f277
* When compiling unarchive objects link to $(LIBRARIES) incase using dmallocbug12001-07-101-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3048 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update version number to 0.53pre.kraai2001-07-101-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3047 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some minor updates. Bump version number in preparation for release.andersen2001-07-071-1/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3024 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Forgot thisandersen2001-07-061-4/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3021 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Simplify a commentandersen2001-06-301-2/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2962 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Vladimir's last_patch_15bug12001-06-261-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2905 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix the build process so it does not do the evil #ifdef BB_FOO stuff.andersen2001-06-221-2/+11
| | | | | | | | | Build exactly one .o file per function, and let the linker throw away the junk it doesn't want. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2882 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rewrote mkdir (and touched lots of things in the process).kraai2001-06-211-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2873 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Reorganise unarchiving functions, more code re-use, only does single pass(no ↵bug12001-06-201-13/+11
| | | | | | | | | more linked lists), basis for supporting a cpio (and cheaper untar) applet, but cpio applet isnt included in this. It effects ar, dpkg-deb applets only git-svn-id: svn://busybox.net/trunk/busybox@2862 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Reorganise archive extraction codebug12001-06-131-14/+14
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2823 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Do not purge the .cvsignore files on 'make release' so thatandersen2001-06-041-5/+0
| | | | | | | | people can properly import into their own CVS trees. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2790 69ca8d6d-28ef-0310-b511-8ec308f3f277