| .. |
|
site
|
cc3e46f28e
adjust site config files for uClibc ARM EABI
|
17 years ago |
|
autotools.mk
|
6f774d468f
Change libtool fixup behaviour. Still ugly but it works until we have a real fix. It uses a InstallDev/Post hook to find all .la files which are going to be installed in the staging dir and prefixes every path in those files which starts with /usr/lib with $(STAGING_DIR).
|
17 years ago |
|
debug.mk
|
5f748a6c24
clean up recursive dependency handling, use timestamp.pl again, because it saves memory and execution time
|
18 years ago |
|
depends.mk
|
af03fdb6c5
add autorebuild check for menuconfig
|
18 years ago |
|
download.mk
|
2552e9362b
Add @GNOME download source.
|
17 years ago |
|
host-build.mk
|
6b392a4f9f
allow cvs/git/hg/svn wrap_mirror to work for host tools as well
|
17 years ago |
|
host.mk
|
08b6c2294f
export the FIND variable which points to a usable find version
|
17 years ago |
|
image.mk
|
44f3239622
generate md5 checksums of generated firware images. closes #4003 - checksums located in bin/md5sums - integrity can be verified using md5sum -c
|
17 years ago |
|
kernel-build.mk
|
ab8c8b019f
enable quilt by default for the kernel tree
|
17 years ago |
|
kernel-defaults.mk
|
b271605228
add a menuconfig option for enabling KALLSYMS for the kernel
|
17 years ago |
|
kernel-version.mk
|
85963798be
update to 2.6.28.2
|
17 years ago |
|
kernel.mk
|
cdca343745
fix LINUX_KARCH for x86
|
17 years ago |
|
netfilter.mk
|
24e299f95d
defrag needs to be loaded before conntrack_ipv4
|
17 years ago |
|
package-bin.mk
|
97b6135462
add a packaging method that installs files into a subdirectory of bin/ instead of an ipkg
|
18 years ago |
|
package-debug.mk
|
eb1c4db039
add support for an optional staging directory for debug binaries
|
17 years ago |
|
package-defaults.mk
|
7502d4bd61
add support for build-only packages which do not appear in menuconfig
|
17 years ago |
|
package-dumpinfo.mk
|
7502d4bd61
add support for build-only packages which do not appear in menuconfig
|
17 years ago |
|
package-ipkg.mk
|
0bbd70070f
add an "Installed-Size" field to package control files, so that opkg could check needed vs. available storage space before installing a package
|
17 years ago |
|
package-version-override.mk
|
ff74bb872b
added packkage-version overriding, Signed-off-by: ralph <[email protected]>
|
18 years ago |
|
package.mk
|
eb1c4db039
add support for an optional staging directory for debug binaries
|
17 years ago |
|
prereq-build.mk
|
ca8486a632
improve support for building on mac os x by improving detection of missing components
|
17 years ago |
|
prereq.mk
|
800ef0f56c
some minor fixes, cleanups, package build abstraction
|
18 years ago |
|
quilt.mk
|
3ec3f111ff
if quilt failed whilst patching, no output was shown
|
17 years ago |
|
scan.mk
|
b0d8473bf4
get rid of a shell warning if md5sum is not found
|
17 years ago |
|
shell.sh
|
6f16d961a5
clean up md5s() shell function
|
17 years ago |
|
subdir.mk
|
bdb9c7351c
some more build system cleanup
|
17 years ago |
|
target.mk
|
a3edea1b91
add support for alternative C libraries (currently only glibc/eglibc) other (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc)
|
17 years ago |
|
toplevel.mk
|
cd35be21af
one more instance of r13005
|
17 years ago |
|
unpack.mk
|
dbeb0fad24
Refactor downloading code into download.mk Support multiple file downloads Support svn downloads
|
18 years ago |
|
verbose.mk
|
dea3f68b35
use file descriptors 8 and 9 for build system internal log messages, as apparently bash does not like fds greater than 9 in shell commands on some systems
|
17 years ago |