summaryrefslogtreecommitdiff
path: root/target/Makefile
AgeCommit message (Collapse)Author
2012-06-06target: do not make target/*/install depend on target/*/compile - removes ↵nbd
one redundant kernel build dir call on target/install git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32091 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-13imagebuilder: fix parallel building (closes #11117)juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30927 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-14Add a target (CONFIG_MAKE_CONFIG) that creates an exportable toolchain. The ↵nbd
toolchain will zipped and saved under $(TOPDIR)/bin directory. Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18419 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-17some more build system cleanupnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12329 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-09large improvement for parallel builds. works without V=99 now and without ↵nbd
warnings. tested with -j on an 2x dual core opteron machine git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11414 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-30fix a dependency bugnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8561 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-31only build sdk and imagebuilder at target/install timenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8257 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-30next round of cleanup, convert target/ - make -j works now ;)nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8242 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-16don't run the image prereq check if the image directory does not existnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7988 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-04Rename 'refresh' to 'update' and make the new 'refresh' actually refresh all ↵nbd
the patches. Also added a target package/refresh which will do this to all packages in the buildroot git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7488 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-03implement quilt handling for the kernel tree ... and there was much rejoicing!nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7474 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-18the default_subtargets template was a bad idea, since different makefiles ↵nbd
require different types of dependencies for subtargets. nuke it... git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7003 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-26use default_subtargets in package/Makefile and target/Makefilenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6380 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-25clean up a few things in image build makefiles and fix unnecessary grub rebuildsnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6360 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-14Fix config checks for Image Builder and SDK - only build them when requested.nbd
Clear all packages from bin/packages at the beginning of package/compile when the Image Builder is selected, because the Image Builder can't handle multiple versions of the same package. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6102 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-10Add initial version of the new Image Buildernbd
It's still a bit rough in a few places, but it seems to work for Broadcom at least - other targets untested. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6071 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-06move target/utils to tools/firmware-utilsnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5702 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-28move target/image/platform to target/linux/platform/imagembm
platform directories are now self contained git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5669 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-18add prereq checks for target/linux/* and target/image/*, check for fdisk for ↵nbd
the x86 builds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5569 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-14leave out the ccache directory when copying the staging dir into the sdk (#843)nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5081 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-07-20change 'source' to 'download'mbm
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4176 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-27credit where credit is duembm
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21move target/linux/image to target/imagenbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4040 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21fix and enable the sdknbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4037 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21build system cleanup. move shared include files into $(TOPDIR)/include, move ↵nbd
lzma, mkfs.* into toolchain/ git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4032 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-20add target/downloadnbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4030 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-31cleanup; replace .PHONY with FORCE; disable gdb by defaultnbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3877 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-31disable target/linux/packagenbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3856 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-10remove old trace/verbose junknbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3755 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-02-24fix make target/linux/package/*-cleannbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3271 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-01-31fix "make target/linux/package/*-*" targetsmbm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3103 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-01-14fix trace targets to actually display correct target namesmbm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2970 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-01-13call target/linux/prepare from target/preparenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2961 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-10-22large build system cleanup. added some stuff to control the verbosity level, ↵nbd
but not complete, yet. git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2221 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-08-14add new image buildernbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1661 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-07-20remove unused variablewbx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1507 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-07-17move target/default/target_skeleton into package/base-files, put all the ↵nbd
default files in ipkg packages, cleanup some junk in toolchain/, toolchain/ no longer changes build_mipsel/root git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1494 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-06-11cleanup in target/nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1205 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-06-05add rebuild target for the linux directorynbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1149 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-28move package/linux into target/linux, use wbx' new kernel code. support ↵nbd
building images with more than one kernel, split kernel module parts off of packages that use their own kernel modules (fuse, shfs, openswan). some cleanup in the image building process in target/. image builder is disabled for now, needs some fixing. git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1085 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-21fix sdk buildnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@699 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-21add lzma to compile chainmbm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@695 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-20add openwrt image builder to sdknbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@688 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-08add some fixes for parallel build (does not work with -j4 yet, but it gets ↵nbd
most packages compiled now) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@577 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-02remove lzma loader config option (make it default) and move it from package/ ↵nbd
to target/ git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@530 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-02lzma loader patch from oleg, great thanks good work, saves another 300 kb ↵wbx
flashmemory git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@513 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-29enable CONFIG_NET_RADIOmbm
add preliminary motorola support git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@471 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-23remove link before creation, otherwise rebuild failswbx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@420 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-20please quit breaking thingsmbm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@398 3c298f89-4303-0410-b956-a3cf2f4a3e73